platform/upstream/dbus.git
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...
2009-11-30 Christian Ehrlicherfix deadlock when dbus-daemon could not start up
2009-11-30 Christian Ehrlicherall changes for dbus-1.2 API (cherry picked from commit...
2009-11-30 Christian Ehrlicherpatch from Thorvald Natvig to fix a copy+paste error...
2009-11-30 Peter Kümmelno fake lock under Windows (cherry picked from commit...
2009-11-30 Christian Ehrlicheruse dbus_watch_get_socket in dbus_watch_get_unix_fd...
2009-11-29 Christian Ehrlicherremove an assert for windows only - don't know why...
2009-11-29 Ralf Habackerhide console when autostarting dbus-daemon (cherry...
2009-11-29 Marc Mutzdbus/dbus-sysdeps-win.c: fix linking with mingw32
2009-11-29 Christian EhrlicherInclude <stdlib.h> for envion on Windows (cherry picked...
2009-11-29 Christian Ehrlichermsvc 8 compile++ and removed some stupid casts (cherry...
2009-11-29 Christian Ehrlichermingw compile++ , w2k-support++
2009-11-05 Will ThompsonMerge branch 'monitor-ay-output'
2009-11-04 Will ThompsonPrint all-printable-ASCII byte arrays as strings
2009-11-04 Will ThompsonPrint byte arrays as nicely-formatted hex.
2009-11-01 Will ThompsonAdd an accessor for the loader's corruption reason
2009-11-01 Will ThompsonInclude reason when reporting corrupt messages
2009-11-01 Will ThompsonForbid zero serial numbers
2009-11-01 Will ThompsonMake array-printing code easier to follow
2009-10-01 James WestbyCorrect timeout handling
2009-07-29 Benjamin ReedFix compilation on non-Linux: the F_DUPFD_CLOEXEC check...
2009-07-29 Benjamin Reedmissing HAVE_UNIX_FD_PASSING check
2009-07-29 Thiago MacieiraUpdate D-Bus version number to 1.3.1
2009-07-29 Thiago MacieiraGetting ready for D-Bus 1.3 dbus-1.3.0
2009-07-25 Thiago MacieiraFix the configure-check again: must use b.
2009-07-16 Thiago MacieiraLong live D-Bus 1.3.x / 1.4.x.
2009-07-16 Thiago MacieiraFix running tests when builddir != srcdir.
2009-07-16 Thiago MacieiraMerge branch 'fd-passing'
2009-07-16 Thiago MacieiraFix detection of the GCC __sync intrinsics.
2009-07-15 Colin WaltersMerge branch 'dbus-1.2'
2009-07-15 Brian CameronBug 22788 - Fix detection of getpwnam_r on Solaris
2009-07-14 Thiago MacieiraUpdate the HACKING file to contain instructions on...
2009-07-14 Colin WaltersRelease 1.2.16 dbus-1.2.16
next