summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* sysdeps-unix: use MSG_NOSIGNAL when sending credsScott James Remnant2010-12-161-2/+10
* Handle case when autolaunched daemon address is already pulished on windows.Ralf Habacker2010-12-145-16/+72
* Windows fix: In install path scope case add hashed install path to mutex/shm ...Ralf Habacker2010-12-131-0/+3
* Be more verbose when publishing or requesting session bus address on Windows.Ralf Habacker2010-12-131-1/+4
* Implements user limited session bus on Windows.Ralf Habacker2010-12-101-44/+21
* Fixed bug not freeing mutex handle on Windows.Ralf Habacker2010-12-101-7/+7
* Variables and functions name cleanup on Windows.Ralf Habacker2010-12-101-27/+27
* Enable launchd.Benjamin Reed2010-12-064-0/+89
* Look up DISPLAY from launchd if not initialized.Benjamin Reed2010-12-061-1/+24
* Add launchd implementation.Benjamin Reed2010-12-063-0/+329
* Service dir related bug fix on windows.Ralf Habacker2010-10-291-0/+20
* Restore the close_on_exec flag on windows.Romain Pokrzywka2010-10-291-0/+3
* Merge branch 'documentation-build-system'Will Thompson2010-10-261-0/+1
|\
| * Update a load of .gitignoresWill Thompson2010-10-051-0/+1
* | tentative workaround for the random hangs on windowsRomain Pokrzywka2010-10-071-5/+4
* | Only use signature directly inside _dbus_verboseChristian Dywan2010-10-051-4/+1
* | Don't pretend to free lock if it was never allocatedChristian Dywan2010-10-051-2/+0
* | Always get current time in _dbus_connection_block_pending_callChristian Dywan2010-10-051-1/+1
|/
* When launching dbus-daemon be more verbose in error case.Ralf Habacker2010-09-281-3/+7
* Keep unix autolaunch functions in sync.Ralf Habacker2010-09-271-4/+6