summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Bug 18121 - Use a monotonic clock for pthread timeoutsColin Walters2009-07-141-2/+41
* Ensure messages are locked while marshalling.Will Thompson2009-07-141-0/+15
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-14129-131/+131
* Bug 21646 - Fix a signed char comparisonColin Walters2009-07-141-4/+7
* 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
* Add test case for assert when unwinding a container.Scott James Remnant2009-07-141-0/+29
* Remove 6 hour timeout restriction.Scott James Remnant2009-07-141-7/+0
* Fix issue where timeouts can overflow.Scott James Remnant2009-07-141-14/+7
* Update documentation now that INT_MAX means no timeout.Scott James Remnant2009-07-141-6/+4
* Don't allocate DBusTimeout for pending call when passed INT_MAXScott James Remnant2009-07-141-19/+24
* Allow a pending call to block foreverScott James Remnant2009-07-141-14/+48
* Make sure a pending call timeout isn't assumed.Scott James Remnant2009-07-141-14/+29
* bfo20738 - Return a useful error message from dbus_signature_validate()Federico Mena Quintero2009-05-061-3/+9
* bfo20738 - Translate DBusValidity into error messageFederico Mena Quintero2009-05-062-0/+73
* Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance2009-05-067-21/+90
* Followup Bug 19502 - Don't attempt to init va_list, not portableColin Walters2009-05-061-1/+1
* Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-05-065-7/+8
* Bug 20494 - Fix signed confusion for dbus_message_get_reply_serial returnJohan Gyllenspetz2009-05-061-2/+2
* Bug 20137 - Fix alignment usage when demarshaling basicsColin Walters2009-05-061-12/+28
* Bug 17803 - Fix both test case and validation logicColin Walters2009-05-062-7/+8
* Fix typo in docs.Xan Lopez2009-02-021-1/+1
* Bug 18064 - more efficient validation for fixed-size type arraysJon Gosting2009-01-061-11/+60
* Bug 18446: Keep umask for session busMatt McCutchen2009-01-063-6/+14
* Various compiler warning fixesColin Walters2009-01-064-5/+6
* Add uid, pid, and command to security logsColin Walters2008-12-182-0/+101
* Add syslog of security denials and configuration file reloadsColin Walters2008-12-123-1/+36
* 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
* 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
* 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
* 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-059-2/+198
* | 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-301-3/+8
* | Bug 15570: Reset initialized state on dbus_shutdown (Scott James Remnant)Colin Walters2008-05-301-0/+2
* | 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
|/
* Prevent a crash in some applications due to timers leaking after theThiago Macieira2008-05-171-0/+7
* fix memleak due to autolaunch and recursive calls to _dbus_open_transportJohn (J5) Palmieri2008-04-031-1/+16
* modify dbus_connection_send documentationJohn (J5) Palmieri2008-04-031-6/+12