summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-unix.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-3/+24
* transport: add new unixexec transport on UnixLennart Poettering2012-03-121-0/+90
* sysdeps-unix: introduce dbus_close_all() and make use of it where appropriateLennart Poettering2012-03-121-11/+66
* _dbus_getgid: remove, unusedSimon McVittie2012-02-101-11/+0
* Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie2012-02-081-39/+12
* Merge branch 'dbus-1.4'Simon McVittie2012-01-041-1/+0
|\
| * Remove some dead code related to fd.o #37258eXeC001er2012-01-041-1/+0
| * Revert all changes since a36d4918a6f646e085Simon McVittie2012-01-041-5/+16
| * Merge branch 'dbus-1.4' of ssh://git.freedesktop.org/git/dbus/dbus into dbus-1.4Ralf Habacker2011-12-211-1/+2
| |\
* | \ Merge branch 'dbus-1.4'Simon McVittie2011-11-021-1/+2
|\ \ \ | | |/ | |/|
| * | _dbus_listen_tcp_socket: avoid leaking listen_fd in unlikely circumstancesSimon McVittie2011-11-021-1/+2
* | | sysdeps: remove misleading commentsSimon McVittie2011-09-281-5/+0
| |/ |/|
* | Merge branch 'dbus-1.4'Simon McVittie2011-09-211-3/+81
|\ \ | |/
| * Cope with platforms whose vsnprintf violates both POSIX and C99Simon McVittie2011-09-211-3/+49
| * On Solaris, define CMSG_ALIGN, CMSG_LEN, CMSG_SPACE if undefinedSimon McVittie2011-09-211-0/+32
* | _dbus_lookup_session_address_launchd: don't define if not usedSimon McVittie2011-08-051-6/+2
* | _dbus_get_current_time: move struct timeval into the non-monotonic branchSimon McVittie2011-08-051-2/+2
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-291-0/+23
|\ \ | |/
| * Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie2011-07-291-0/+23
* | Merge branch 'dbus-1.4'Lennart Poettering2011-07-281-4/+0
|\ \ | |/
| * sysdeps-unix: remove some redundant assignmentsLennart Poettering2011-07-281-4/+0
* | Merge branch 'dbus-1.4'Lennart Poettering2011-07-281-5/+11
|\ \ | |/
| * activation: add /lib/dbus-1/system-services to the search path for servicesLennart Poettering2011-07-281-5/+11
* | _dbus_open_unix_socket: make staticSimon McVittie2011-07-181-1/+1
* | _dbus_open_tcp_socket: removeSimon McVittie2011-07-181-7/+0
|/
* _dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ...Simon McVittie2011-07-181-8/+0
* Check for X even if X11 autolaunching is disabledSimon McVittie2011-05-251-1/+1
* machine-id: fall back to reading /etc/machine-id if D-Bus machine ID is not a...Lennart Poettering2011-04-271-1/+12
* 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
* Give XDG_DATA_HOME priority over XDG_DATA_DIRS for servicedirsSimon McVittie2011-02-241-23/+26
* _dbus_read_credentials_socket: support OpenBSDSimon McVittie2011-01-211-0/+4
* _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
* 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
* sysdeps-unix: use #if for HAVE_DECL_MSG_NOSIGNALMike McQuaid2010-12-241-5/+5
* 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
* Add launchd implementation.Benjamin Reed2010-12-061-0/+107
* Keep unix autolaunch functions in sync.Ralf Habacker2010-09-271-4/+6
* Change failure of setsockopt SO_REUSEADDR to be a warning, not set an errorHavoc Pennington2010-09-061-6/+4
* Merge branch 'dbus-1.2'Colin Walters2010-09-031-0/+18
|\
| * sysdeps-unix: enable address reuse on TCP socketsSledz2010-07-081-1/+19
* | systemd: add systemd-style socket-activationLennart Poettering2010-07-091-158/+259
* | Revert "Bug 28460 - Refactored dbus configuration access."Will Thompson2010-06-171-5/+4
* | Bug 28460 - Refactored dbus configuration access.Ralf Habacker2010-06-141-4/+5
* | Don't truncate pointers on Windows x64 platformFridrich Štrba2010-05-031-1/+1
* | Patch relocating "exec" variable and position of service filesFridrich Štrba2010-04-211-0/+14
* | Finish moving file-related functions from dbus-sysdeps-unix to dbus-file-unixColin Walters2010-02-191-359/+0