summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-06Correctly dist 1.2.3 tarball with docs enableddbus-1.2.3Colin Walters1-1/+1
2008-08-06Bump configure.ac to 1.2.2Colin Walters1-2/+2
2008-07-28Bug 15646: Remove spurious debugging fprintf(stderrColin Walters1-1/+0
2008-07-28Bug 16727: Handle ERANGE for getgr; fixes user in many groupsMarc Brockschmidt2-27/+96
2008-07-28Bug 16294: Don't lose inotify watch when config fails to parseColin Walters1-9/+12
2008-07-24Bug 16838: Use bash instead of sh to avoid breaking on UbuntuColin Walters1-1/+1
2008-07-24Merge branch 'master' of ssh://walters@git.freedesktop.org/git/dbus/dbusColin Walters12-20/+531
2008-07-24Bug 16839: Fix bus names in test case so it actually works.Scott James Remnant2-7/+7
2008-07-15Fix leaks in bus_activation_get_environment error pathsRay Strode1-2/+5
2008-07-12Update man page to make the point of the <type> element more clearRay Strode1-1/+15
2008-07-12Add new UpdateActivationEnvironment bus messageRay Strode3-0/+169
2008-07-12Store what environment to activate with on activation objectRay Strode2-18/+217
2008-07-12When spawning processes, don't ignore the passed in environmentRay Strode1-1/+14
2008-07-11Add new function _dbus_string_split_on_byteRay Strode3-0/+70
2008-07-11Add new _dbus_get_environment callRay Strode2-0/+43
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