Use dbus provided wait function.
[platform/upstream/dbus.git] / dbus /
2010-06-12 Ralf HabackerUse dbus provided wait function.
2010-06-11 Plácido RevillaBug 17754 - Fixed race condition in protected_change_ti...
2010-06-11 Ralf HabackerDo not set DBUS_SESSION_BUS_DEFAULT_ADDRESS uncondition...
2010-06-10 Christian DywanFix x64 build after WinCE intptr_t usage changes.
2010-06-09 Johannes CarlssonCorrected thread problem causing some calls to hang...
2010-06-07 Ralf HabackerFixed compiler warnings.
2010-06-07 Ralf HabackerMinor include file fix.
2010-05-21 Will ThompsonMerge branch 'dbus-1.2'
2010-05-18 Thiago MacieiraFix building on Unix
2010-05-16 Luiz Augusto Von... Fix memory allocation when reusing message from cache
2010-05-10 Marcus BrinkmannFix infinite recursion on Windows CE.
2010-05-10 Marcus BrinkmannFix GetModuleFileNameA and RegQueryValueExA for Windows CE.
2010-05-07 Marcus BrinkmannMove definition of _WIN32_WCE to configure.in (cmake...
2010-05-05 Romain Pokrzywkafix {u}intptr_t usage on wince with msvc
2010-05-05 Ralf HabackerSend system log messages to debug port for now.
2010-05-03 Ralf HabackerAdded missing implementation for _dbus_system_logv().
2010-05-03 Marcus BrinkmannDefensively protect against bogus argv argument on...
2010-05-03 Ralf HabackerBe more silent with porting problems.
2010-05-03 Fridrich ŠtrbaDon't truncate pointers on Windows x64 platform
2010-04-29 Fridrich ŠtrbaChange to assume executable extension when none is...
2010-04-29 Fridrich ŠtrbaPass the environment to CreateProcessA correctly and...
2010-04-27 Ralf HabackerMerge branch 'master' of ssh://git.freedesktop.org...
2010-04-21 Ralf HabackerFixed wrong spelling of DBUS_DISABLE_ASSERTS usage...
2010-04-21 Ralf HabackerFixed autotools mingw cross compile bug reported by...
2010-04-21 Fridrich ŠtrbaA little bit more efficient version of _dbus_replace_in...
2010-04-21 Fridrich ŠtrbaPatch relocating "exec" variable and position of servic...
2010-04-14 Marcus BrinkmannFix warnings on Windows CE target.
2010-04-14 Marcus BrinkmannFix warnings on Windows builds.
2010-04-14 Marcus BrinkmannRemove obsolete files.
2010-04-13 Marcus BrinkmannAdd support for Windows CE to the code base.
2010-04-13 Marcus BrinkmannWindows CE has a different understanding of "command...
2010-04-13 Marcus Brinkmannclean up def file change.
2010-04-13 Ralf HabackerMerge branch 'master' of ssh://rhabacker@git.freedeskto...
2010-04-13 Marcus BrinkmannPrepare for WinCE port: Convert windows code to native...
2010-04-13 Ralf HabackerMerge branch 'master' of ssh://git.freedesktop.org...
2010-03-29 Patrick von RethAdded x64 and ia64 backtrace support for windows.
2010-03-27 Ralf HabackerCleaned up _dbus_verbose calls: function names and...
2010-03-23 Ralf HabackerRenamed libdbus-convenience to libdbus-internal for...
2010-03-23 Marcus BrinkmannUpdate dll export for autoconf (to stay in sync with...
2010-03-22 Colin WaltersMerge branch 'dbus-1.2'
2010-03-22 Colin Walters[64 bit printf] Update to use DBUS_PID_FORMAT, print...
2010-03-22 Colin WaltersAdd DBUS_INT64_MODIFIER define, turn on -Wformat
2010-03-22 Colin WaltersAdd DBUS_GNUC_PRINTF checks to new formatting functions
2010-03-22 Marcus BrinkmannMake more signal and locale interface use conditional.
2010-03-22 Ralf HabackerAdditional fixes for 2154acb3492d5ba19da36562e8409016da...
2010-03-22 unknownMake the windows binaries and build match the linux...
2010-03-19 Ralf Habackerwin32 fix: Only diplay memory allocation testing error...
2010-03-19 Marcus BrinkmannDo not use DBUS_WIN in a public header file, use _WIN32.
2010-03-19 Marcus BrinkmannDefine dbus_1_EXPORTS when appropriate.
2010-03-19 Marcus BrinkmannConsistently include <config.h> in all C source files...
2010-03-17 Romain Pokrzywkaexport _dbus_credentials_to_string_append for the tests
2010-03-17 Romain PokrzywkaUpdate the windows implementation of logging functions
2010-03-16 Marcus BrinkmannFix the make dist target.
2010-03-16 Marcus BrinkmannPrepend HOMEDRIVE to HOMEPATH so cross-volume accesses...
2010-03-16 Marcus BrinkmannCheck return value of MoveFileEx correctly.
2010-03-16 Marcus BrinkmannClose process handle leak.
2010-03-16 Marcus BrinkmannUse INVALID_HANDLE_VALUE, not NULL.
2010-03-16 Marcus BrinkmannFix possible alignment issue.
2010-03-16 Colin WaltersMerge branch 'dbus-1.2'
2010-03-16 Colin WaltersMerge branch 'dbus-1.2'
2010-03-16 Colin WaltersAdd _dbus_credentials_to_string_append
2010-03-16 Colin WaltersAdd DBUS_SYSTEM_LOG_FATAL severity
2010-03-16 Colin WaltersRefactor _dbus_log_info, _dbus_log_security into _dbus_...
2010-03-16 Kimmo Hämäläinen[dbus-spawn] Use correct sign values for variables
2010-03-16 Kimmo Hämäläinen[dbus] Add missing va_end in dbus-errors.c
2010-03-16 Ralf HabackerDecorated public exported functions with DBUS_EXPORT...
2010-03-15 Marcus BrinkmannFix double-free in error case.
2010-03-12 Michael Meeks[DBusConnection] When handling a watch, return if anoth...
2010-02-28 Ralf Habacker_dbus_string_toupper_ascii(): new function, reviewed...
2010-02-28 Ralf Habackerwin32 fix: make dbus string content visible to debugger...
2010-02-28 Ralf Habacker_dbus_string_tolower_ascii(): new function, reviewed...
2010-02-26 Marcus BrinkmannGenerate Windows def files from def.in files.
2010-02-25 Romain Pokrzywkafix potential crashes on windows with MSVC, due to...
2010-02-25 Romain Pokrzywka--warning
2010-02-25 Romain Pokrzywkasmall fixes for DBUS_USE_OUTPUT_DEBUG_STRING code
2010-02-22 Colin WaltersMerge branch 'dbus-1.2'
2010-02-19 Colin Walters[dbus-string] Sync up UNICODE_VALID with glib, add...
2010-02-19 Colin WaltersFinish moving file-related functions from dbus-sysdeps...
2010-02-18 Colin WaltersRevert "_dbus_string_to_lower(): new function"
2010-02-12 Ralf Habacker_dbus_string_to_lower(): new function
2010-02-12 Ralf HabackerMerge branch 'master' of ssh://git.freedesktop.org...
2010-02-09 Ralf HabackerMerge branch 'master' of ssh://git.freedesktop.org...
2010-02-06 Romain Pokrzywkaapply remaining unapplied parts of eeedba5b2f5b00881961...
2010-02-06 Romain Pokrzywkaadd new symbols from 1.3 to the exports
2010-02-06 Romain Pokrzywkamove dbus-1.def.cmake to the cmake subdir, as it's...
2010-02-06 Romain Pokrzywkaadd the LIBRARY header in the .def file, but for mingw...
2010-02-06 Romain Pokrzywkaremove DBUS_DAEMON_EXECUTABLE_NAME, we already have...
2010-02-06 Romain Pokrzywkaand another .def.in for the verbose mode handling
2010-02-06 Romain Pokrzywkadbus-spawn.h is internal, it shouldn't be installed
2010-02-06 Romain Pokrzywkanow fix the build for the tests; turns out we need...
2010-02-06 Romain Pokrzywkaoops, this symbol belongs to the client exports
2010-02-06 Romain Pokrzywkasplit the symbols into separate files matching the...
2010-02-06 Ralf Habackerwin32 fix: _dbus_get_install_root(): there are more...
2010-02-06 Ralf Habackerwin32 fix: _dbus_get_install_root(): to catch all cases...
2010-02-03 Colin WaltersFix compilation in --disable-selinux case
2010-02-02 Colin WaltersFix compilation in --disable-selinux case
2010-02-02 Colin WaltersMerge branch 'my-dbus-1.2'
2010-02-02 Tom HughesUse monotonic clock for _dbus_get_current_time() if...
2010-02-02 Ralf Habackerwin32 fix: provide separate def file for cmake until...
2010-02-01 Colin WaltersDon't crash when reloading if we haven't loaded user...
next