1. a41d292 Close process handle leak. by Marcus Brinkmann · 14 years ago
  2. 7838cf1 Use INVALID_HANDLE_VALUE, not NULL. by Marcus Brinkmann · 14 years ago
  3. 5e06adf Fix possible alignment issue. by Marcus Brinkmann · 14 years ago
  4. 18bcf80 Merge branch 'dbus-1.2' by Colin Walters · 14 years ago
  5. edecaa4 Don't send an reply for driver messages if one isn't requested by Colin Walters · 14 years ago
  6. ebfa7c0 Merge branch 'dbus-1.2' by Colin Walters · 14 years ago
  7. ce34415 Make SELinux initialization failure fatal by Colin Walters · 14 years ago
  8. f00c816 Add a prefix to our syslog messages by Colin Walters · 14 years ago
  9. e48b092 Add _dbus_credentials_to_string_append by Colin Walters · 14 years ago
  10. 00e031a Add DBUS_SYSTEM_LOG_FATAL severity by Colin Walters · 14 years ago
  11. 04cf316 Refactor _dbus_log_info, _dbus_log_security into _dbus_log_system by Colin Walters · 14 years ago
  12. e28c0ec [dbus-spawn] Use correct sign values for variables by Kimmo Hämäläinen · 14 years ago
  13. 922c6f3 [dbus] Add missing va_end in dbus-errors.c by Kimmo Hämäläinen · 14 years ago
  14. 322c116 [main] Handle OOM in reload watch by Colin Walters · 14 years ago
  15. efc63e5 [doc/dbus-specification.xml] Explicitly specify lower-case hex must be used by Simon McVittie · 14 years ago
  16. 8586e83 Support inotify on older kernels by Colin Walters · 14 years ago
  17. acbc751 Decorated public exported functions with DBUS_EXPORT macro, reviewed by Colin Walters. by Ralf Habacker · 14 years ago
  18. 3c65757 Fix double-free in error case. by Marcus Brinkmann · 14 years ago
  19. f4da942 [configure.in] Use AM_SILENT_RULES if available by Colin Walters · 14 years ago
  20. ae95a0f [DBusConnection] When handling a watch, return if another thread is doing I/O by Michael Meeks · 14 years ago
  21. cf307bb removed obsolate file from windbus port by Ralf Habacker · 14 years ago
  22. 76919f6 fixed bus-test sha1 connection address on unix with cmake build system by Ralf Habacker · 14 years ago
  23. e469239 fixed backtrace printing on unix with cmake build system by Ralf Habacker · 14 years ago
  24. 008cd59 Fix build when selinux is disabled but libaudit enabled by Frederic Crozat · 14 years ago
  25. 47e3789 _dbus_string_toupper_ascii(): new function, reviewed by Colin Walters. by Ralf Habacker · 14 years ago
  26. b88edf2 win32 fix: make dbus string content visible to debuggers, reviewed by Colin Walters. by Ralf Habacker · 14 years ago
  27. a06c771 _dbus_string_tolower_ascii(): new function, reviewed by Colin Walters. by Ralf Habacker · 14 years ago
  28. 46df8b5 linux compile fix by Ralf Habacker · 14 years ago
  29. 0906954 Generate Windows def files from def.in files. by Marcus Brinkmann · 14 years ago
  30. fdcd044 fix potential crashes on windows with MSVC, due to badly exported variables by Romain Pokrzywka · 14 years ago
  31. 0feebc3 --warning by Romain Pokrzywka · 14 years ago
  32. 127bd1f small fixes for DBUS_USE_OUTPUT_DEBUG_STRING code by Romain Pokrzywka · 14 years ago
  33. 1bbb464 fixed compile break introduced in commit e1c31c73074513d96fa22b5c0355107c42720597 by Ralf Habacker · 14 years ago
  34. e1c31c7 Merge branch 'dbus-1.2' by Colin Walters · 14 years ago
  35. fbeb135 [dbus-string] Sync up UNICODE_VALID with glib, add documentation by Colin Walters · 14 years ago
  36. 235eebd Finish moving file-related functions from dbus-sysdeps-unix to dbus-file-unix by Colin Walters · 14 years ago
  37. 9c90fcd Monitor service directories for changes by Colin Walters · 14 years ago
  38. 8ca10fd Fix dummy file monitoring backend compilation by Brian Cameron · 14 years ago
  39. f81e870 Revert "_dbus_string_to_lower(): new function" by Colin Walters · 14 years ago
  40. 39aa809 _dbus_string_to_lower(): new function by Ralf Habacker · 14 years ago
  41. 984b372 Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus by Ralf Habacker · 14 years ago
  42. f31bb2a Enable dbus-launch for Windows target. by Marcus Brinkmann · 14 years ago
  43. 0793857 added some docs for windows and updated the documentation index by Ralf Habacker · 14 years ago
  44. a931e61 fixed xml doc generating for cmake build system - supported docbook generator is currently kde's meinproc4, xmlto may also work but need still some checks by Ralf Habacker · 14 years ago
  45. 31d9f4d Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus by Ralf Habacker · 14 years ago
  46. 523e018 fixed bug on win32 not been able to use session bus with --config-file option by Ralf Habacker · 14 years ago
  47. b429488 Fix compilation of kqueue file monitoring on FreeBSD by Cyril Brulebois · 14 years ago
  48. 27a46ea variable name fix (DBUS_DAEMON_NAME instead of DAEMON_NAME) by Romain Pokrzywka · 14 years ago
  49. deb7e5a apply remaining unapplied parts of eeedba5b2f5b008819619764943caddd52441adf in dbus4win by Romain Pokrzywka · 14 years ago
  50. 3f05abb not needed anymore. Builds fine without for both msvc and mingw by Romain Pokrzywka · 14 years ago
  51. e6c10e9 add new symbols from 1.3 to the exports by Romain Pokrzywka · 14 years ago
  52. e750a52 move dbus-1.def.cmake to the cmake subdir, as it's cmake specific by Romain Pokrzywka · 14 years ago
  53. 18d6f55 add the LIBRARY header in the .def file, but for mingw only, msvc doesn't support it anymore. It's still needed when creating a .lib from a mingw-built dll by Romain Pokrzywka · 14 years ago
  54. 1cd84d8 remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use the specified name for the executable when building with cmake by Romain Pokrzywka · 14 years ago
  55. 196b310 remove the debug postfix for the executables, it only makes sense for the lib by Romain Pokrzywka · 14 years ago
  56. 83c70d4 and another .def.in for the verbose mode handling by Romain Pokrzywka · 14 years ago
  57. b0e0cd0 commented bits cleanup by Romain Pokrzywka · 14 years ago
  58. 3de7453 disable cmake options that don't apply (for cmake-gui) by Romain Pokrzywka · 14 years ago
  59. 7cda0ff fixed the TODO, the if block didn't make sense indeed. Also make it clearer which dirs in the summary are installation dirs by Romain Pokrzywka · 14 years ago
  60. 5bf0e86 fixed and simplified install prefix handling with cmake by Romain Pokrzywka · 14 years ago
  61. f554db9 dbus-spawn.h is internal, it shouldn't be installed by Romain Pokrzywka · 14 years ago
  62. bbd1c9f now fix the build for the tests; turns out we need another set of exports, since some tests are compiled in the client lib and some are in the internal lib... by Romain Pokrzywka · 14 years ago
  63. ce69516 refactor the cmake build to match with autotools: only export client symbols in dbus-1 and use and internal library for the rest. Currently this library is statically linked to the apps but it can be made dynamic if wanted by Romain Pokrzywka · 14 years ago
  64. cffb66b oops, this symbol belongs to the client exports by Romain Pokrzywka · 14 years ago
  65. 5746ba8 split the symbols into separate files matching the client/shared/util sections of the code, and generate the final .def file dynamically by Romain Pokrzywka · 14 years ago
  66. 7487915 make the def handling simpler with cmake, we don't need to specify the library name anyway by Romain Pokrzywka · 14 years ago
  67. 8ba739f win32 fix: _dbus_get_install_root(): there are more places to fix case insensitive pattern search by Ralf Habacker · 14 years ago
  68. 9e918c8 win32 fix: _dbus_get_install_root(): to catch all cases perform case insensitive pattern search by Ralf Habacker · 14 years ago
  69. 65be3cd Release 1.2.20 by Colin Walters · 14 years ago
  70. 7bc27d1 Fix inotify shutdown by Colin Walters · 14 years ago
  71. b43d342 linux cmake build system related compile fix by Ralf Habacker · 14 years ago
  72. 1510920 Fix compilation in --disable-selinux case by Colin Walters · 14 years ago
  73. 3dac125 Fix compilation in --disable-selinux case by Colin Walters · 14 years ago
  74. 90fe96b Fix inotify shutdown by Colin Walters · 14 years ago
  75. 19d48c3 Merge branch 'my-dbus-1.2' by Colin Walters · 14 years ago
  76. a7169e6 Release 1.2.18 by Colin Walters · 14 years ago
  77. 1c6596e Use monotonic clock for _dbus_get_current_time() if it's available. by Tom Hughes · 15 years ago
  78. 14f3767 win32 fix: provide separate def file for cmake until there is full splitlib support for cmake by Ralf Habacker · 14 years ago
  79. 53bab86 win32 fix for commit 8a9880ffd2b81df38bb0e3492bda7a9636ac0280 - Clean up inotify watch handling by Ralf Habacker · 14 years ago
  80. 0607bdb Don't crash when reloading if we haven't loaded user database yet by Colin Walters · 14 years ago
  81. 6db588b Merge branch 'my-dbus-1.2' by Colin Walters · 14 years ago
  82. e59db9d Move system-activation.txt into non-conditional EXTRA_DIST by Colin Walters · 14 years ago
  83. 8a9880f Clean up inotify watch handling by Colin Walters · 14 years ago
  84. 2016b83 _dbus_change_to_daemon_user() is platform related and commit 0a3905d7f3b2ff43b09479863775939f9c8acad4 broke windows builds by Ralf Habacker · 14 years ago
  85. e77fff6 reverted 2aea64fbb69287f52bb9910e89b6732854f47be8 because it breaks msvc2008 builds by Ralf Habacker · 14 years ago
  86. 0705eb5 Update messagebus.in init script to start earlier by Colin Walters · 14 years ago
  87. 2691b30 [doc] diagram.[svg,png] to EXTRA_DIST by Colin Walters · 14 years ago
  88. 7a4cd46 Merge branch 'my-dbus-1.2' by Colin Walters · 14 years ago
  89. b93476c Don't drop pending activations when reloading configuration by Colin Walters · 14 years ago
  90. 0a3905d Switch to libcap-ng, avoid linking libdbus against libcap[-ng] by Colin Walters · 14 years ago
  91. 5b2cf0d Add Will Thompson and Simon McVittie to reviewers, add emails to all by Colin Walters · 14 years ago
  92. b7e77c6 Ignore exit code zero from activated services by Colin Walters · 15 years ago
  93. a8e620a Print all-printable-ASCII byte arrays as strings by Will Thompson · 15 years ago
  94. 1a33efb Print byte arrays as nicely-formatted hex. by Will Thompson · 15 years ago
  95. 3171383 Add an accessor for the loader's corruption reason by Will Thompson · 15 years ago
  96. 7cf332d Include reason when reporting corrupt messages by Will Thompson · 15 years ago
  97. ce87333 Forbid zero serial numbers by Will Thompson · 15 years ago
  98. 7a8fcde Make array-printing code easier to follow by Will Thompson · 15 years ago
  99. e2aee8b Correct timeout handling by James Westby · 15 years ago
  100. 1e82db4 Allow to override test tool path for cross compilation setup. by Marcus Brinkmann · 14 years ago