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