summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-01Look for config files also in the normal Unix-style location (cherry picked f...Tor Lillqvist1-5/+21
2009-12-01Use multi-byte string functions on WindowsTor Lillqvist1-9/+13
2009-12-01Don't bother with -Werror on Windows for nowTor Lillqvist1-1/+2
2009-12-01with msvc, replace va_copy by assigning the va_lists (cherry picked from comm...Frank Osterfeld2-1/+6
2009-12-01Fixes to the nonce codeFrank Osterfeld10-69/+74
2009-12-01Fix IPv6 setup (the default on Vista)Frank Osterfeld1-1/+11
2009-12-01Add api dox for nonce-tcpFrank Osterfeld5-40/+73
2009-12-01Fixes to the nonce codeFrank Osterfeld4-104/+246
2009-12-01Add nonce-tcp section to the specification (draft) (cherry picked from commit...Frank Osterfeld1-0/+33
2009-12-01Improve error handling in nonce codeFrank Osterfeld2-20/+29
2009-12-01Cleanup of nonce codeFrank Osterfeld5-58/+22
2009-12-01The current state of the nonce-tcp implementationFrank Osterfeld16-33/+577
2009-12-01bus/Makefile.am: make dbus-daemon and friends bin_PROGRAMS on WindowsNguyễn Thái Ngọc Duy1-7/+14
2009-12-01-util.c doesn't belong into the lib (cherry picked from commit 6191f6dda62e43...Frank Osterfeld1-1/+1
2009-12-01Move some functions from dbus-sysdeps-util-win.c to dbus-sysdeps-win.cNguyễn Thái Ngọc Duy2-197/+197
2009-12-01use WINDRES instead of RC to compile rc fileNguyễn Thái Ngọc Duy2-5/+5
2009-12-01remove dbus-uuidgen from Windows build (cherry picked from commit 73873e002ac...Nguyễn Thái Ngọc Duy2-4/+4
2009-12-01configure.in: do not define DBUS_UNIX unconditionally (cherry picked from com...Nguyễn Thái Ngọc Duy1-2/+0
2009-12-01bus/Makefile.am: conditional compilation for W32, use EXEEXT in install hooks...Marc Mutz1-6/+15
2009-12-01tools/Makefile.am: conditional compilation for W32 (cherry picked from commit...Marc Mutz1-1/+6
2009-12-01Makefile.am's: reorder libraries so static libs come first (fixes linking on ...Marc Mutz2-7/+7
2009-12-01configure.in: don't look for X11 on W32 (cherry picked from commit 73730866ec...Marc Mutz1-0/+4
2009-12-01configure.in: add W32 extra libs (cherry picked from commit 909f2b23596247aae...Marc Mutz1-4/+9
2009-12-01WIN32: add versioninfo, and export symbolsMarc Mutz3-16/+172
2009-11-30fixed DBUS_VA_COPY for msvcRalf Habacker2-1/+9
2009-11-30use dbus provided wait functionRalf Habacker1-1/+3
2009-11-30keep in sync with sourceRalf Habacker1-2/+8
2009-11-30_dbus_get_install_root assumes that dbus-daemon is in a bin/ subdirectory. Th...Frank Osterfeld1-18/+25
2009-11-30define _DEBUG for debug builds (cherry picked from commit 3e261c022623306d4db...Frank Osterfeld1-0/+2
2009-11-30do not run test binaries as unit tests if they aren't unit tests (cherry pick...Frank Osterfeld1-10/+0
2009-11-30dbus/dbus-sysdeps-win.c: _dbus_windows_user_is_process_owner belongs to -util...Tor Lillqvist2-6/+5
2009-11-30dbus/dbus-sysdeps-util-win.c: use GetFileAttributes instead of CreateFile in ...Tor Lillqvist1-18/+6
2009-11-30dbus/dbus-sysdeps-win.c: tighter "scoping" for alternate _dbus_poll implement...Tor Lillqvist1-11/+6
2009-11-30keep def file in sync with sourceRalf Habacker1-16/+0
2009-11-30removed duplicated implementationRalf Habacker1-16/+0
2009-11-30dbus/dbus-sysdeps-util-win.c: remove unused str*_s definitions (cherry picked...Tor Lillqvist1-21/+0
2009-11-30dbus/dbus-sysdeps-*win.c: remove #undef open, which has no effect (cherry pic...Tor Lillqvist2-4/+0
2009-11-30dbus/dbus-sysdeps-win.h: move declarations into .c (used nowhere else) (cherr...Tor Lillqvist2-4/+4
2009-11-30dbus/dbus-sysdeps-win.c: add _dbus_win_error_string, and use after MoveFileEx...Tor Lillqvist1-2/+29
2009-11-30dbus/dbus-sysdeps-win.c: use MoveFileEx, not unlink+rename, in _dbus_string_s...Tor Lillqvist1-2/+2
2009-11-30dbus/dbus-sysdeps-win.c: use GetTempPath, not getenv, in _dbus_get_tmpdir (ch...Tor Lillqvist1-8/+5
2009-11-30dbus/dbus-sysdeps-win.c: _dbus_getpid() returns dbus_pid_t (cherry picked fro...Tor Lillqvist1-1/+1
2009-11-30dbus/dbus-sysdeps-win.c: set an error when _close fails in _dbus_pipe_close (...Tor Lillqvist1-0/+2
2009-11-30dbus/dbus-sysdeps-win.c: Use CryptoApi to get random numbers (cherry picked f...Tor Lillqvist1-48/+24
2009-11-30dbus/dbus-sysdeps-*win.c: remove DBusFile abstraction (cherry picked from com...Tor Lillqvist3-239/+130
2009-11-30dbus/dbus-sysdeps-win.c: #define socklen_t -> typedef (cherry picked from com...Tor Lillqvist1-3/+1
2009-11-30dbus/dbus-sysdeps-win.h: add _dbus_win_get_dll-module (cherry picked from com...Tor Lillqvist2-0/+12
2009-11-30dbus/dbus-spawn-win.c: implement missing _dbus_babysitter_get_child_exit_stat...Tor Lillqvist1-0/+16
2009-11-30dbus/dbus-internals.c: "#define inline" is only needed on MSVC, not mingw (ch...Tor Lillqvist1-1/+1
2009-11-30_dbus_verbose_real: (optionally) use OutputDebugString() (cherry picked from ...Ralf Habacker1-2/+29