summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.2.18dbus-1.2.18Colin Walters2010-02-021-1/+1
* Use monotonic clock for _dbus_get_current_time() if it's available.Tom Hughes2010-02-021-1/+12
* Don't crash when reloading if we haven't loaded user database yetColin Walters2010-02-011-2/+4
* Move system-activation.txt into non-conditional EXTRA_DISTColin Walters2010-02-011-2/+3
* Clean up inotify watch handlingColin Walters2010-02-014-96/+224
* Update messagebus.in init script to start earlierColin Walters2010-01-281-1/+1
* [doc] diagram.[svg,png] to EXTRA_DISTColin Walters2010-01-281-0/+2
* Don't drop pending activations when reloading configurationColin Walters2010-01-283-49/+80
* Switch to libcap-ng, avoid linking libdbus against libcap[-ng]Colin Walters2010-01-285-164/+117
* Add Will Thompson and Simon McVittie to reviewers, add emails to allColin Walters2010-01-281-4/+18
* Ignore exit code zero from activated servicesColin Walters2010-01-287-32/+155
* Print all-printable-ASCII byte arrays as stringsWill Thompson2010-01-281-17/+58
* Print byte arrays as nicely-formatted hex.Will Thompson2010-01-281-1/+58
* Add an accessor for the loader's corruption reasonWill Thompson2010-01-282-0/+17
* Include reason when reporting corrupt messagesWill Thompson2010-01-281-1/+2
* Forbid zero serial numbersWill Thompson2010-01-281-1/+1
* Make array-printing code easier to followWill Thompson2010-01-281-2/+7
* Correct timeout handlingJames Westby2010-01-281-8/+6
* Bug 23502 - corrected wrong verbose-outputHendrik Buschmeier2010-01-281-2/+2
* Bug 25697 - Fix memory leak in policy reloadMatthias Clasen2009-12-181-0/+2
* Bug 23977 - dbus-launch --exit-with-session not killing dbus-daemon on SIGINTSascha Silbe2009-10-161-0/+2
* Fix link order: system libraries should come after libdbus-convenienceColin Watson2009-09-182-9/+9
* dbus-monitor: use unbuffered stdout instead of handling SIGINTLennart Poettering2009-07-311-6/+8
* Bug 22805 - Fix build with -Wl,--as-neededColin Walters2009-07-311-0/+1
* Bug 19432 followup - Fix Debian/FreeBSD CMSGCRED compilationAurelien Jarno2009-07-161-1/+1
* Bug 22788 - Fix detection of getpwnam_r on SolarisBrian Cameron2009-07-151-7/+7
* Update the HACKING file to contain instructions on how we develop with GitThiago Macieira2009-07-141-6/+92
* Release 1.2.16dbus-1.2.16Colin Walters2009-07-141-1/+1
* Cope with dbus-launch not being in DBUS_BINDIRColin Walters2009-07-141-11/+19
* Bug 19432 - Fix handling of HAVE_CMSGCRED case (FreeBSD)Hasso Tepper2009-07-141-15/+19
* Bug 2432 - Support --address option for dbus-monitorDaniel Reed2009-07-142-6/+53
* Bug 19446 - HaikuOS supportGrzegorz Dąbrowski2009-07-142-1/+14
* Bug 16688 - typo in dbus-monitor.1Paul Bolle2009-07-141-1/+1
* Bug 22415 - COYPING file should note we allow later versions of GPLColin Walters2009-07-141-2/+3
* Bug 896 - Avoid race conditions reading message from exited processColin Walters2009-07-145-8/+46
* Bug 14259 - Refactor _dbus_get_autolaunch_addressColin Walters2009-07-141-70/+114
* Bug 14259 - Make session address lookup system-dependentColin Walters2009-07-144-11/+107
* Bug 14259 - Work around broken getgrouplist on MacOS XBenjamin Reed2009-07-141-11/+39
* Bug 12484 - Ensure initialized variable in dbus_connection_remove_filterKimmo Hämäläinen2009-07-141-0/+1
* Bug 18121 - Use a monotonic clock for pthread timeoutsColin Walters2009-07-142-3/+65
* Bug 22516 - Ensure inotify fd is set close on execMatthias Clasen2009-07-142-1/+5
* Bug 21545 - Move CFLAGS modification towards the end of configureColin Walters2009-07-141-243/+244
* Ensure messages are locked while marshalling.Will Thompson2009-07-141-0/+15
* Bug 21657 - Fix configure checks for va_list in maintainer modeChristian Persch (GNOME)2009-07-141-3/+6
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-14193-196/+196
* Bug 21646 - Fix a signed char comparisonColin Walters2009-07-141-4/+7
* Add missing include for unistd.h in test-service.cColin Walters2009-07-141-0/+1
* Bug 21347 - Don't fail autolaunching if process has SIGCHLD handlerKurt Miller2009-07-141-0/+13
* dbus_message_append_args_valist - abandon containerScott James Remnant2009-07-141-2/+6
* bfo22316 - add dbus_message_iter_abandon_container()Scott James Remnant2009-07-143-2/+59