summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'wjt/arg0namespace' into arg0namespace-24317Simon McVittie2011-04-072-18/+51
|\
| * Validate arg0namespace matches' values.Will Thompson2010-11-232-18/+51
* | connection: hook UnknownObject and UnknownInterface up where appropriateLennart Poettering2011-03-113-5/+12
* | protocol: introduce four new errorsLennart Poettering2011-03-101-1/+9
* | Make dbus_type_is_valid into public APISimon McVittie2011-03-107-49/+56
* | Merge branch 'dbus-1.4'Simon McVittie2011-03-105-13/+62
|\ \
| * | _dbus_marshal_write_fixed_multi: remove obsolete FIXME commentSimon McVittie2011-03-101-2/+0
| * | dbus_message_iter_append_basic: remove misleading documentationSimon McVittie2011-03-101-4/+0
| * | Merge branch 'validate-when-sending-16338' into dbus-1.4Simon McVittie2011-03-103-0/+52
| |\ \
| | * | dbus_message_iter_append_fixed_array: add a check for valid booleansSimon McVittie2011-03-041-0/+13
| | * | dbus_message_iter_append_basic: validate booleans tooSimon McVittie2011-03-041-2/+4
| | * | dbus_message_iter_append_basic: check string-like arguments for validitySimon McVittie2011-03-043-0/+37
| * | | dbus_type_is_basic etc.: it is an error to pass in bad typecodesSimon McVittie2011-03-101-7/+10
| |/ /
* | | Merge branch 'dbus-1.4'Simon McVittie2011-02-251-0/+23
|\ \ \ | |/ /
| * | Allow X11 autolaunch to be disabled even if the headers/libraries are thereSimon McVittie2011-02-241-1/+12
| * | Don't attempt Unix X11 autolaunching if DISPLAY isn't setSimon McVittie2011-02-241-0/+12
* | | Merge branch 'dbus-1.4'Simon McVittie2011-02-241-23/+26
|\ \ \ | |/ /
| * | Give XDG_DATA_HOME priority over XDG_DATA_DIRS for servicedirsSimon McVittie2011-02-241-23/+26
* | | Improved dbus_string_replace_len()Roberto Guido2011-02-182-15/+116
|/ /
* | sysdeps-win needs _dbus_path_is_absoluteMark Brand2011-02-182-17/+17
* | Merge branch 'leak-fixes-33126'Simon McVittie2011-02-171-11/+3
|\ \
| * | DBusTransport: don't copy DBusAuth's GUID to expected_guidSimon McVittie2011-02-161-11/+3
* | | Don't distribute dbus-arch-deps.h in the tarballSimon McVittie2011-02-171-3/+2
* | | Remove references to dbus-md5, which hasn't been used for at least 8 yearsSimon McVittie2011-02-173-643/+0
|/ /
* | Fix syslog string processingMatthias Clasen2011-02-141-5/+5
* | bus: Raise file descriptor limit to match configurationColin Walters2011-02-033-0/+60
* | dbus_bus_set_unique_name, dbus_bus_get_unique_name: remember to unlock on OOMSimon McVittie2011-02-011-6/+8
* | _dbus_server_new_for_tcp_socket: fix error handlingSimon McVittie2011-01-261-11/+13
* | Make _dbus_directory_get_next_file use readdir, not readdir_rSimon McVittie2011-01-251-65/+10
* | _dbus_loop_iterate: if the kernel says a fd is bad, stop watching itSimon McVittie2011-01-211-0/+9
* | _dbus_loop_iterate: cleanup: make more use of a temporary variableSimon McVittie2011-01-211-4/+4
* | _dbus_loop_iterate: if a watch has been invalidated, skip itSimon McVittie2011-01-211-0/+9
* | dbus-spawn: don't leave bad file descriptors being watchedSimon McVittie2011-01-211-1/+26
* | _dbus_read_credentials_socket: support OpenBSDSimon McVittie2011-01-211-0/+4
* | fix bad DBusMessageIter doc exampleRichard A. Hankins2011-01-191-1/+1
* | _dbus_listen_tcp_socket: unify cleanup for EADDRINUSE and other failuresSimon McVittie2011-01-181-2/+1
* | _dbus_listen_tcp_socket: free listen_fd in the error caseChristian Dywan2011-01-181-0/+1
* | dbus-nonce: check results of _dbus_string_init for OOMChristian Dywan2011-01-171-2/+7
* | Verify that getsockname succeeded in _dbus_listen_tcp_socketChristian Dywan2011-01-051-4/+6
* | Handle failure to allocate error message in _read_subprocess_line_argvChristian Dywan2011-01-051-1/+6
* | Annotate dbus_malloc*() functions with __attribute__ malloc and __attribute__...Cristian Rodríguez2011-01-052-0/+22
* | connection: correct HAVE_DECL_MSG_NOSIGNAL guardWill Thompson2011-01-051-1/+1
* | Fix error condition in _dbus_pipe_closeChristian Dywan2011-01-041-2/+2
* | Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATALChristian Dywan2011-01-041-0/+1
* | Windows fix: MSVC 2010 has errno.h.Pau Garcia i Quiles2010-12-311-10/+0
* | Avoid live lock in Windows (CE) under some situations due to unfair condition...Marcus Brinkmann2010-12-291-3/+18
* | Use absolute session service dir path in bus-test on windows.Ralf Habacker2010-12-293-8/+8
* | sysdeps-unix: use #if for HAVE_DECL_MSG_NOSIGNALMike McQuaid2010-12-241-5/+5
* | CVE 2010-4352: Reject deeply nested variantsHavoc Pennington2010-12-203-5/+91
* | sysdeps-unix: check for HAVE_DECL_MSG_NOSIGNALWill Thompson2010-12-161-5/+5