platform/upstream/dbus.git
2009-12-01 Tor LillqvistDBUS_VERSION is always three numbers
2009-12-01 Tor LillqvistActually do install the .def file on Windows
2009-12-01 Tor LillqvistUse dbus-1.def on Windows
2009-12-01 Tor LillqvistDrop internal symbols, add missing symbols
2009-12-01 Tor LillqvistAdd a dbus/dbus-1.def file
2009-12-01 Tor LillqvistDon't use DBUS_DIR_SEPARATOR
2009-12-01 Tor LillqvistDon't use -fPIC and -fPIE on Windows
2009-12-01 Tor LillqvistAdd file describing the merge of the dbus4win code
2009-12-01 Tor LillqvistTell where the file comes from and that it might not...
2009-12-01 Tor LillqvistRename README.win to README.windbus to match its origin
2009-12-01 Tor LillqvistLook for config files also in the normal Unix-style...
2009-12-01 Tor LillqvistUse multi-byte string functions on Windows
2009-12-01 Tor LillqvistDon't bother with -Werror on Windows for now
2009-12-01 Frank Osterfeldwith msvc, replace va_copy by assigning the va_lists...
2009-12-01 Frank OsterfeldFixes to the nonce code
2009-12-01 Frank OsterfeldFix IPv6 setup (the default on Vista)
2009-12-01 Frank OsterfeldAdd api dox for nonce-tcp
2009-12-01 Frank OsterfeldFixes to the nonce code
2009-12-01 Frank OsterfeldAdd nonce-tcp section to the specification (draft)...
2009-12-01 Frank OsterfeldImprove error handling in nonce code
2009-12-01 Frank OsterfeldCleanup of nonce code
2009-12-01 Frank OsterfeldThe current state of the nonce-tcp implementation
2009-12-01 Nguyễn Thái... bus/Makefile.am: make dbus-daemon and friends bin_PROGR...
2009-12-01 Frank Osterfeld-util.c doesn't belong into the lib (cherry picked...
2009-12-01 Nguyễn Thái... Move some functions from dbus-sysdeps-util-win.c to...
2009-12-01 Nguyễn Thái... use WINDRES instead of RC to compile rc file
2009-12-01 Nguyễn Thái... remove dbus-uuidgen from Windows build (cherry picked...
2009-12-01 Nguyễn Thái... configure.in: do not define DBUS_UNIX unconditionally...
2009-12-01 Marc Mutzbus/Makefile.am: conditional compilation for W32, use...
2009-12-01 Marc Mutztools/Makefile.am: conditional compilation for W32...
2009-12-01 Marc MutzMakefile.am's: reorder libraries so static libs come...
2009-12-01 Marc Mutzconfigure.in: don't look for X11 on W32 (cherry picked...
2009-12-01 Marc Mutzconfigure.in: add W32 extra libs (cherry picked from...
2009-12-01 Marc MutzWIN32: add versioninfo, and export symbols
2009-11-30 Ralf Habackerfixed DBUS_VA_COPY for msvc
2009-11-30 Ralf Habackeruse dbus provided wait function
2009-11-30 Ralf Habackerkeep in sync with source
2009-11-30 Frank Osterfeld_dbus_get_install_root assumes that dbus-daemon is...
2009-11-30 Frank Osterfelddefine _DEBUG for debug builds (cherry picked from...
2009-11-30 Frank Osterfelddo not run test binaries as unit tests if they aren...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: _dbus_windows_user_is_process_...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-util-win.c: use GetFileAttributes...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: tighter "scoping" for alternat...
2009-11-30 Ralf Habackerkeep def file in sync with source
2009-11-30 Ralf Habackerremoved duplicated implementation
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-util-win.c: remove unused str*_s...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-*win.c: remove #undef open, which...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.h: move declarations into .c...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: add _dbus_win_error_string...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: use MoveFileEx, not unlink...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: use GetTempPath, not getenv...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: _dbus_getpid() returns dbus_pi...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: set an error when _close fails...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: Use CryptoApi to get random...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-*win.c: remove DBusFile abstraction...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.c: #define socklen_t -> typedef...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-win.h: add _dbus_win_get_dll-module...
2009-11-30 Tor Lillqvistdbus/dbus-spawn-win.c: implement missing _dbus_babysitt...
2009-11-30 Tor Lillqvistdbus/dbus-internals.c: "#define inline" is only needed...
2009-11-30 Ralf Habacker_dbus_verbose_real: (optionally) use OutputDebugString...
2009-11-30 Ralf Habackeradded DBUS_USE_OUTPUT_DEBUG_STRING option
2009-11-30 Tor Lillqvistdbus/dbus-internals.h: 2x const char foo[] -> const...
2009-11-30 Tor Lillqvistdbus/dbus-transport.c: _dbus_credentials_get_windows_si...
2009-11-30 Tor Lillqvistdbus/dbus-transport.c: fix {our,auth}_identity mismatch...
2009-11-30 Ralf Habackercompleted notes
2009-11-30 Tor Lillqvisttools/dbus-launch-win.c: TODO++ (cherry picked from...
2009-11-30 Tor Lillqvistdbus/dbus-connection.c: use dbus_message_type_to_string...
2009-11-30 Ole André Vadla... Fix broken Windows implementation of _dbus_printf_strin...
2009-11-30 Ole André Vadla... Use CreateDirectory() instead of complicating things.
2009-11-30 Ole André Vadla... Remove a misleading comment.
2009-11-30 Ole André Vadla... Add missing stdio.h include needed for _vsnprintf(...
2009-11-30 Ole André Vadla... Only define _WIN32_WINNT if not already defined. (cherr...
2009-11-30 Tor Lillqvisttools/dbus-launch-win.c: strrchr -> _mbsrchr (cherry...
2009-11-30 Ole André Vadla... Fix DBusMessage compiler warnings by adding some missin...
2009-11-30 Tor Lillqvistdbus/dbus-sysdeps-util-win.c: DBUS_WIN is always define...
2009-11-30 Tor Lillqvisttools/dbus-launch-win.c: fix typo (cherry picked from...
2009-11-30 Frank Osterfeldfix warning, use Sleep, not _sleep on windows (cherry...
2009-11-30 Frank Osterfelddefine DBUS_BUILD_TESTS only if the option is enabled...
2009-11-30 Frank Osterfeldfix TEST_SOCKET_DIR on windows, do not override value...
2009-11-30 Frank Osterfelddisable launch-helper on windows for now until it build...
2009-11-30 Frank Osterfeldbus-test-launch-helper is a unit test, test-service...
2009-11-30 Frank OsterfeldUse correct sources to build test-shell-service, fixes...
2009-11-30 Ralf Habackerremoved obsolate files
2009-11-30 Frank Osterfeldcleanup: these files are already generated elsewhere...
2009-11-30 Frank Osterfeldrename test-spawn to spawn-test, to match autotools...
2009-11-30 Frank Osterfeldfix test and binary names (cherry picked from commit...
2009-11-30 Frank Osterfeldrename second test-names to test-names2 to avoid confus...
2009-11-30 Frank Osterfeldbuild dbus-daemon-launch-helper-test and friends set...
2009-11-30 Frank Osterfelddo not add d suffix on non-windows (cherry picked from...
2009-11-30 Frank Osterfeldgenerate all config files from the .in files. Set some...
2009-11-30 Sebastian Saueruse CMAKE_BUILD_TYPE to differ between debug and releas...
2009-11-30 Frank Osterfelduse correct test data dir (cherry picked from commit...
2009-11-30 Frank Osterfelddon't leak string list in error case (cherry picked...
2009-11-30 Frank Osterfeldadd check for abstract sockets (cherry picked from...
2009-11-30 Frank Osterfeldbe more verbose when locking the mutex fails (cherry...
2009-11-30 Frank Osterfelddo not call functions with side-effects inside assert...
2009-11-30 Frank Osterfeldfix configure check and VA_COPY usage
2009-11-30 Frank Osterfeldset -DDBUS_BUILD_TESTS remove -g, it's already set...
2009-11-30 Frank Osterfeldbuild fixes for tests on unix (cherry picked from commi...
2009-11-30 Christian Ehrlichermerge changes done to the cmake-buildsystem from the...
next