summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-unix.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* cleanup: Use gitlab URI for bug reportingMarco Trevisan (Treviño)2022-11-301-1/+1
* dbus-sysdeps-unix.c: Fix unused function warning on FreeBSDAlex Richardson2022-08-101-15/+20
* Remove emulation of va_copy() in non-C99 compilersSimon McVittie2022-07-191-5/+5
* dbus: move _DBUS_MAX_SUN_PATH_LENGTH to sysdeps.hMarc-André Lureau2022-07-151-15/+0
* dbus: change unix socket functions to return DBusSocketMarc-André Lureau2022-07-151-34/+41
* dbus: simplify socket close() & invalidate() callsMarc-André Lureau2022-07-151-7/+3
* dbus: set the socket as invalid in _dbus_close_socket()Marc-André Lureau2022-07-151-3/+12
* dbus: make _dbus_close_socket() take DBusSocket*Marc-André Lureau2022-07-151-2/+5
* s/PF_UNIX/AF_UNIXMarc-André Lureau2022-07-151-1/+1
* On Windows in autolaunch related function use rmutex related functions to sup...Ralf Habacker2022-05-171-1/+2
* dbus-sysdeps-unix.c: Silence -Wcast-align when using CMSG_DATAAlex Richardson2022-05-171-2/+2
* sysdeps: On Linux, wrap close_range syscall directly if necessarySimon McVittie2022-04-211-0/+18
* sysdeps: Include <linux/close_range.h> if availableSimon McVittie2022-04-211-0/+3
* sysdeps: Use close_range() if availableSimon McVittie2022-04-211-0/+11
* sysdeps: Only use closefrom() if known to be async-signal-safeSimon McVittie2022-04-211-1/+9
* Use closefrom() to not loop over all possible file descriptorsrim2022-04-211-0/+4
* dbus-launch: Generalize support for discovering an existing busSimon McVittie2022-03-291-1/+1
* sysdeps: Document _dbus_daemon_unpublish_session_bus_addressSimon McVittie2021-12-151-2/+1
* sysdeps: Make some functions Windows-specificSimon McVittie2021-12-151-8/+0
* disable fork-malloc-exec for non-glibc-systemsJean-Louis Fuchs2020-09-281-1/+1
* Solaris and derivatives do not adjust cmsg_len on MSG_CTRUNCAndy Fiddaman2020-06-121-1/+20
* sysdeps-unix: On MSG_CTRUNC, close the fds we did receiveSimon McVittie2020-06-021-12/+20
* Merge branch 'fix-poll-header' into 'master'Simon McVittie2020-04-011-3/+0
|\
| * sysdeps: use POSIX poll.h instead of sys/poll.hNatanael Copa2020-03-261-3/+0
* | _dbus_generate_random_bytes: use getrandom(2)Natanael Copa2020-03-261-3/+20
|/
* Merge branch 'non-posix-getwpnam-r' into 'master'Simon McVittie2020-03-111-9/+3
|\
| * build: Drop support for non-POSIX getpwnam_r(), getgrnam_r()Simon McVittie2018-11-191-9/+3
* | sysdeps-unix: Don't leak struct addrinfo on OOM during connect()Simon McVittie2020-03-111-3/+5
* | _dbus_modify_sigpipe: be thread-safeSimon McVittie2019-12-121-0/+36
* | _dbus_parse_uid: Remove unused functionSimon McVittie2019-01-231-40/+0
* | Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie2018-11-201-7/+55
* | _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-201-4/+1
|/
* _dbus_get_is_errno_eagain_or_ewouldblock: Avoid warningDavid King2018-10-181-0/+8
* sysdeps: Reassure gcc 8 that we are not overflowing struct sockaddr_unSimon McVittie2018-08-021-4/+6
* sysdeps-unix: Handle errors from getaddrinfo correctlySimon McVittie2018-06-041-5/+65
* Add actual used ip family to --print-address output in case of listening on tcpRalf Habacker2018-03-191-0/+14
* Remove obsolete call to _dbus_string_free() in unix variant of _dbus_connect_...Ralf Habacker2018-03-121-1/+0
* Unix _dbus_connect_tcp_socket_with_nonce: Combine all connect() errorsSimon McVittie2018-03-101-4/+33
* Unix _dbus_connect_tcp_socket_with_nonce: Always goto outSimon McVittie2018-03-101-7/+12
* sysdeps-unix: Treat bind() failures as non-fatalSimon McVittie2018-03-091-21/+58
* sysdeps-unix: Set more specific IP-related errors when listeningSimon McVittie2018-03-091-6/+7
* _dbus_append_address_from_socket: Factor out inet_sockaddr_to_stringSimon McVittie2018-03-091-19/+16
* _dbus_get_low_level_socket_errno: AddSimon McVittie2018-03-091-0/+14
* _dbus_append_address_from_socket: Correct misleading error messageSimon McVittie2018-03-091-1/+1
* _dbus_append_address_from_socket: Make control flow clearerSimon McVittie2018-03-091-11/+44
* sysdeps: Document what _dbus_credentials_new_from_current_process hasSimon McVittie2018-03-021-2/+8
* sysdeps: Get complete group vector from Linux SO_PEERGROUPS if possibleSimon McVittie2018-03-021-0/+139
* _dbus_listen_tcp_socket: Don't rely on dbus_realloc setting errnoSimon McVittie2017-11-241-4/+2
* Unix: Flush stdout and stderr streams before forkingSimon McVittie2017-11-151-0/+10