summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dbus-1.4'Simon McVittie2011-05-253-16/+1
|\
| * handle_server_data_anonymous_mech: remove unnecessary debug outputSimon McVittie2011-05-251-12/+0
| * dbus_connection_dispatch: remove dead codeSimon McVittie2011-05-251-3/+0
| * DBusNonceFile: don't always fail when use_subdir=TRUE, i.e. on UnixSimon McVittie2011-05-251-1/+1
* | Merge branch 'dbus-1.4'Simon McVittie2011-05-031-1/+1
|\ \ | |/
| * dbus_connection_can_send_type: clarify that invalid codes are allowed hereSimon McVittie2011-05-031-1/+1
* | Merge branch 'dbus-1.4'Simon McVittie2011-04-273-17/+101
|\ \ | |/
| * machine-id: fall back to reading /etc/machine-id if D-Bus machine ID is not a...Lennart Poettering2011-04-271-1/+12
| * _dbus_check_fdleaks_enter, _dbus_check_fdleaks_leave: whitespaceSimon McVittie2011-04-271-12/+12
| * Don't report file descriptors as "leaked" if they were already openSimon McVittie2011-04-272-9/+82
* | Merge branch 'dbus-1.4'Simon McVittie2011-04-261-4/+6
|\ \ | |/
| * Don't force use of -fPIE for the dbus-daemon if apparently supportedSimon McVittie2011-04-261-4/+6
| * Revert merge of master (dbus-1.5) into dbus-1.4Simon McVittie2011-03-149-172/+64
* | dbus_bus_add_match: improve error documentation.Will Thompson2011-04-141-3/+9
* | 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