summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the size of the leak to the debug outputleak-locatorRay Strode2008-07-151-1/+1
* Add some state variables to leak locator code for speedRay Strode2008-07-151-12/+28
* Refactor leak locator patchRay Strode2008-07-151-45/+35
* Add some sloppy code for locating memory leaksRay Strode2008-07-121-4/+115
* Merge branch 'dbus-1.2'Thiago Macieira2008-06-071-6/+5
|\
| * Fix inverted return value from dbus_connection_read_write()Oswald Buddenhagen2008-06-071-4/+6
* | Bug 15740: Solaris/ADT auditing support (simon zheng)Colin Walters2008-06-0511-3/+296
* | Tweak HACKING to describe test/name-test brieflyColin Walters2008-05-301-1/+6
* | Bug 15635: Hold a reference during read/write dispatch (Scott James Remnant)Colin Walters2008-05-301-0/+10
* | Bug 15571: Clean up GUID-less connections correctly (Scott James Remnant)Colin Walters2008-05-302-8/+29
* | Bug 15570: Reset initialized state on dbus_shutdown (Scott James Remnant)Colin Walters2008-05-302-2/+2
* | Add "PrivServer" test which exercises DBusServer and dbus_shutdownColin Walters2008-05-306-1/+249
* | Add noinst convenience test library, add a test-shutdownColin Walters2008-05-305-17/+93
* | Add test library functions for using DBusServerColin Walters2008-05-302-0/+158
* | Bug 15588: Fix typo in #ifdef for userdb cache (Scott James Remnant)Colin Walters2008-05-302-2/+2
* | Bug 15947: Close file descriptors before execing helper (Markus Rechberger)Colin Walters2008-05-281-4/+13
* | Merge branch 'dbus-1.2'Thiago Macieira2008-05-171-0/+7
|\ \ | |/
| * Prevent a crash in some applications due to timers leaking after theThiago Macieira2008-05-171-0/+7
| * take out trailing comma inside an enum so non gcc compilers don't error outJohn (J5) Palmieri2008-04-162-1/+6
* | take out trailing comma inside an enum so non gcc compilers don't error outJohn (J5) Palmieri2008-04-162-1/+6
* | up version for unstable developmentJohn (J5) Palmieri2008-04-041-2/+2
|/
* getting ready for 1.2 stable branchJohn (J5) Palmieri2008-04-045-2181/+2185
* bump version after releaseJohn (J5) Palmieri2008-04-041-1/+1
* Released 1.2.1dbus-1.2.1John (J5) Palmieri2008-04-042-0/+25
* change version to 1.2.1 to prep releaseJohn (J5) Palmieri2008-04-041-2/+2
* Revert "fix dbus-send so it can correctly send dictionaries"John (J5) Palmieri2008-04-043-19/+2
* fix memleak due to autolaunch and recursive calls to _dbus_open_transportJohn (J5) Palmieri2008-04-032-1/+22
* modify dbus_connection_send documentationJohn (J5) Palmieri2008-04-032-6/+20
* fix dbus-send so it can correctly send dictionariesJérémie Dimino2008-04-033-2/+18
* fix expiration of pending repliesKimmo Hämäläinen2008-04-032-16/+37
* Merge branch 'master' of git+ssh://johnp@git.freedesktop.org/git/dbus/dbusJohn (J5) Palmieri2008-04-036-24/+69
|\
| * Fixes for the inotify configuration file monitor backend.Frederic Crozat2008-04-012-3/+15
| * Check for X11 events before selecting (FDO bug #15293)Colin Walters2008-03-312-6/+21
| * Make sure we call XFlush() on all code paths (FDO bug #15293)Colin Walters2008-03-312-5/+12
| * Do not provide a signature to dbus_message_iter_open_container() when opening...Havoc Pennington2008-03-272-5/+6
| * Set default exit_on_disconnect after registrationColin Walters2008-03-262-6/+15
* | Make BusExpireList an opaque data typeHavoc Pennington2008-03-044-53/+152
|/
* fix broken poll on Mac OSX - build patch by Benjamin ReedJohn (J5) Palmieri2008-03-043-2/+37
* check if the linker supports a flag instead of just checking for GNU ldJohn (J5) Palmieri2008-03-042-26/+42
* add a changelog for Benjamin Reed's git patch (OS X build fixes)John (J5) Palmieri2008-03-041-0/+12
* Platform build fixes for Mac OS XBenjamin Reed2008-03-041-2/+20
* configure.in: add $THREAD_LIBS to DBUS_LAUNCHER_LIBS so we link correctlyJohn (J5) Palmieri2008-03-042-1/+6
* tools/dbus-launch.c: wrap X'ism in #ifdef so we can compile without XJohn (J5) Palmieri2008-03-042-0/+7
* Merge branch 'master' of git+ssh://johnp@git.freedesktop.org/git/dbus/dbusJohn (J5) Palmieri2008-02-281-0/+1
|\
| * add 'tags' to .gitignoreRyan Lortie2008-02-271-0/+1
* | define _AI_ADDRCONFIG if not defined so that we can compile with an older glibcJohn (J5) Palmieri2008-02-282-0/+9
|/
* Released 1.1.20dbus-1.1.20John (J5) Palmieri2008-02-263-1/+35
* CVE-2008-0595 dbus security policy circumventionJohn (J5) Palmieri2008-02-262-6/+38
* correctly unref connections without guids during shutdownJohn (J5) Palmieri2008-02-262-13/+56
* fix build against the latest gcc/glibcJohn (J5) Palmieri2008-02-213-0/+10