summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 1.2.4dbus-1.2.4Colin Walters2008-10-061-1/+1
* 2008-08-24 Peter McCurdy <pmccurdy@skeptopotamus>Peter McCurdy2008-10-011-1/+1
* Bug 17280: Add a prototype for _dbus_credentials_add_adt_audit_data()Peter McCurdy2008-10-011-0/+3
* Bug 17803: Panic from dbus_signature_validateColin Walters2008-10-012-0/+2
* Bug 17061: Handle error return from sysconf correctlyJoe Marcus Clarke2008-10-012-2/+10
* Bug 13387: Fix compilation failure with AI_ADDRCONFIGJens Granseuer2008-10-011-2/+2
* Bug 17352: synchronize the file before renamingArtem Bityutskiy2008-10-011-0/+9
* Correctly dist 1.2.3 tarball with docs enableddbus-1.2.3Colin Walters2008-08-061-1/+1
* Bump configure.ac to 1.2.2Colin Walters2008-08-061-2/+2
* Bug 15646: Remove spurious debugging fprintf(stderrColin Walters2008-07-281-1/+0
* Bug 16727: Handle ERANGE for getgr; fixes user in many groupsMarc Brockschmidt2008-07-282-27/+96
* Bug 16294: Don't lose inotify watch when config fails to parseColin Walters2008-07-281-9/+12
* Bug 16838: Use bash instead of sh to avoid breaking on UbuntuColin Walters2008-07-241-1/+1
* Merge branch 'master' of ssh://walters@git.freedesktop.org/git/dbus/dbusColin Walters2008-07-2412-20/+531
|\
| * Fix leaks in bus_activation_get_environment error pathsRay Strode2008-07-151-2/+5
| * Update man page to make the point of the <type> element more clearRay Strode2008-07-121-1/+15
| * Add new UpdateActivationEnvironment bus messageRay Strode2008-07-123-0/+169
| * Store what environment to activate with on activation objectRay Strode2008-07-122-18/+217
| * When spawning processes, don't ignore the passed in environmentRay Strode2008-07-121-1/+14
| * Add new function _dbus_string_split_on_byteRay Strode2008-07-113-0/+70
| * Add new _dbus_get_environment callRay Strode2008-07-112-0/+43
* | Bug 16839: Fix bus names in test case so it actually works.Scott James Remnant2008-07-242-7/+7
|/
* 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