summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* unix-fd: add logic to count unix fds the same way as allocated memoryLennart Poettering2009-05-2011-107/+353
* byteswap: make use of glibc specific bytswap primitivesLennart Poettering2009-05-201-0/+18
* atomic: implement atomic operations based on gcc's __sync extensionLennart Poettering2009-05-203-26/+14
* memset: replace memset() by _DBUS_ZERO where applicableLennart Poettering2009-05-204-8/+8
* auth: add fd passing negotiation supportLennart Poettering2009-05-205-31/+165
* cloexec: set all sockets that are created with SOCK_CLOEXECLennart Poettering2009-05-205-16/+58
* cloexec: make use of pipe2(O_CLOEXEC) when availableLennart Poettering2009-05-201-5/+29
* build-system: define _GNU_SOURCE centrallyLennart Poettering2009-05-201-1/+1
* cloexec: set FD_CLOEXEC for all full duplex pipesLennart Poettering2009-05-203-9/+26
* unix-fd: when sending a message with unix fds verify that the connection can ...Lennart Poettering2009-05-201-7/+69
* unix-fd: introduce dbus_connection_can_send_type()Lennart Poettering2009-05-202-2/+50
* unix-fd: add message encoding/decoding for unix fdsLennart Poettering2009-05-209-43/+680
* unix-fd: add basic marshalling code for unix fdsLennart Poettering2009-05-206-2/+25
* unix-fd: introduce basic protocol definitionsLennart Poettering2009-05-201-1/+22
* sysdeps-unix: add basic IO primitives for unix fd passingLennart Poettering2009-05-202-1/+258
* sysdeps-unix: introduce _dbus_socket_can_pass_unix_fd()Lennart Poettering2009-05-202-0/+34
* sysdeps-unix: introduce _dbus_dup()Lennart Poettering2009-05-202-1/+45
* sysdeps-unix: if MSG_NOSIGNAL is available don't touch SIGPIPE by defaultLennart Poettering2009-05-151-0/+4
* sysdeps-unix: Use MSG_NOSIGNAL when availableLennart Poettering2009-05-151-0/+61
* memory: remove semicolons from macrosLennart Poettering2009-05-151-2/+2
* build-system: get rid of config.h inclusion checksLennart Poettering2009-05-155-20/+0
* Merge branch 'dbus-1.2'Thiago Macieira2009-04-281-1/+0
|\
| * 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
* | bfo20738 - Return a useful error message from dbus_signature_validate()Federico Mena Quintero2009-04-211-3/+9
* | bfo20738 - Translate DBusValidity into error messageFederico Mena Quintero2009-04-212-0/+73
* | Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance2009-04-217-21/+90
* | Followup Bug 19502 - Don't attempt to init va_list, not portableColin Walters2009-04-211-1/+1
* | Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-04-215-7/+8
* | Bug 17803 - Fix both test case and validation logicColin Walters2009-04-172-7/+8
* | Bug 20494 - Fix signed confusion for dbus_message_get_reply_serial returnJohan Gyllenspetz2009-03-171-2/+2
* | Bug 20137 - Fix alignment usage when demarshaling basicsColin Walters2009-03-171-12/+28
* | Fix typo in docs.Xan Lopez2009-02-021-1/+1
* | Bug 19307: Add missing syslog includeColin Walters2009-01-061-0/+1
* | Various compiler warning fixesColin Walters2008-12-195-6/+7
* | Add uid, pid, and command to security logsColin Walters2008-12-172-0/+101
* | Add syslog of security denials and configuration file reloadsColin Walters2008-12-123-1/+36
* | Bug 18064 - more efficient validation for fixed-size type arraysJon Gosting2008-11-101-11/+60
* | Bug 18446: Keep umask for session busMatt McCutchen2008-11-103-6/+14
* | Bug 17803: Panic from dbus_signature_validateColin Walters2008-10-012-0/+2