readded test files required for windows
[platform/upstream/dbus.git] / dbus /
2009-12-01 Ralf Habackerremoved unsupported symbols for msvc
2009-12-01 Tor LillqvistDrop unused complex function
2009-12-01 Tor LillqvistSet the DBusError
2009-12-01 Tor LillqvistDon't fake network errno values on Windows
2009-12-01 Tor LillqvistHandle also WinSock errors in _dbus_error_from_errno
2009-12-01 Frank OsterfeldWindows fixes
2009-12-01 Tor LillqvistAvoid warnings on Windows
2009-12-01 Ralf Habackeradded missing symbols for bus-test
2009-12-01 Tor LillqvistDrop terminating slash in _dbus_get_tmpdir
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 LillqvistLook for config files also in the normal Unix-style...
2009-12-01 Tor LillqvistUse multi-byte string functions on Windows
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 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 Ngọc DuyMove some functions from dbus-sysdeps-util-win.c to...
2009-12-01 Nguyễn Thái Ngọc Duyuse WINDRES instead of RC to compile rc file
2009-12-01 Nguyễn Thái Ngọc Duyremove dbus-uuidgen from Windows build (cherry picked...
2009-12-01 Marc MutzWIN32: add versioninfo, and export symbols
2009-11-30 Frank Osterfeld_dbus_get_install_root assumes that dbus-daemon is...
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 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 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 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 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 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 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-01 Will ThompsonAdd an accessor for the loader's corruption reason
2009-11-01 Will ThompsonInclude reason when reporting corrupt messages
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-16 Thiago MacieiraMerge branch 'fd-passing'
2009-07-15 Colin WaltersMerge branch 'dbus-1.2'
2009-07-14 Colin WaltersCope with dbus-launch not being in DBUS_BINDIR
2009-07-14 Hasso TepperBug 19432 - Fix handling of HAVE_CMSGCRED case (FreeBSD)
2009-07-14 Grzegorz DąbrowskiBug 19446 - HaikuOS support
2009-07-14 Colin WaltersBug 896 - Avoid race conditions reading message from...
2009-07-14 Colin WaltersBug 14259 - Refactor _dbus_get_autolaunch_address
2009-07-14 Colin WaltersBug 14259 - Make session address lookup system-dependent
2009-07-14 Benjamin ReedBug 14259 - Work around broken getgrouplist on MacOS X
2009-07-14 Kimmo HämäläinenBug 12484 - Ensure initialized variable in dbus_connect...
2009-07-14 Colin WaltersBug 18121 - Use a monotonic clock for pthread timeouts
2009-07-14 Will ThompsonEnsure messages are locked while marshalling.
2009-07-14 Tobias MuellerBug 21161 - Update the FSF address
2009-07-14 Colin WaltersBug 21646 - Fix a signed char comparison
2009-07-14 Kurt MillerBug 21347 - Don't fail autolaunching if process has...
2009-07-14 Scott James Remnantdbus_message_append_args_valist - abandon container
2009-07-14 Scott James Remnantbfo22316 - add dbus_message_iter_abandon_container()
2009-07-14 Scott James RemnantAdd test case for assert when unwinding a container.
2009-07-14 Scott James RemnantRemove 6 hour timeout restriction.
2009-07-14 Scott James RemnantFix issue where timeouts can overflow.
2009-07-14 Scott James RemnantUpdate documentation now that INT_MAX means no timeout.
2009-07-14 Scott James RemnantDon't allocate DBusTimeout for pending call when passed...
2009-07-14 Scott James RemnantAllow a pending call to block forever
next