summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-unix.c
Commit message (Expand)AuthorAgeFilesLines
* _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
* unix: Condition Linux-specific abstract sockets on __linux__Simon McVittie2017-09-291-6/+6
* unix: Reduce log level for DBUS_SYSTEM_LOG_INFO to LOG_INFOSimon McVittie2017-09-251-1/+1
* Merge branch 'dbus-1.10'Simon McVittie2017-08-151-4/+5
|\
| * Fix -Werror=declaration-after-statement build failure on SolarisAlan Coopersmith2017-08-151-4/+5
| * sysdeps: increase listen() backlog of AF_UNIX sockets to SOMAXCONNLennart Poettering2017-08-151-1/+1
* | userdb: Respect $HOME for the home directory of our own uidSimon McVittie2017-07-281-1/+2
* | internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-051-7/+1
* | Make _dbus_get_local_machine_uuid_encoded() properly failableSimon McVittie2017-06-081-6/+18
* | Unix sysdeps: Only copy /etc/machine-id to ${sysconfdir} in "ensure" modeSimon McVittie2017-06-081-4/+7
* | sysdeps: assert that log severity is one we expectSimon McVittie2017-04-071-1/+1
* | Merge branch 'dbus-1.10'Simon McVittie2017-02-161-1/+30
|\ \ | |/
| * Change _dbus_create_directory to fail for existing directoriesSimon McVittie2017-02-161-1/+30
| * _dbus_ensure_standard_fds: new function to ensure std* fds are openSimon McVittie2016-08-121-0/+75
| * Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie2016-02-121-4/+4
| * Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-111-4/+4
* | _dbus_listen_tcp_socket: correct format stringSimon McVittie2016-10-131-1/+1
* | Linux: use readdir(), not deprecated readdir_r()Simon McVittie2016-10-131-4/+4
* | Be more const-correctSimon McVittie2016-10-131-10/+15
* | Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-4/+3
* | _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-301-40/+49
* | _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-111-1/+3
* | _dbus_init_system_log: record a syslog tag (executable name)Simon McVittie2016-08-111-3/+17
* | sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-111-0/+74
* | _read_subprocess_line_argv: use _dbus_ensure_standard_fdsSimon McVittie2016-07-251-8/+22
* | _dbus_ensure_standard_fds: new function to ensure std* fds are openSimon McVittie2016-07-251-0/+75
* | sysdeps: increase listen() backlog of AF_UNIX sockets to SOMAXCONNLennart Poettering2016-05-091-1/+1
* | Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-121-4/+4
* | _dbus_read_socket_with_unix_fds: make n_fds unsignedSimon McVittie2016-02-111-7/+7
* | Consistently use socklen_t for getsockname, getsockopt etc.Simon McVittie2016-02-111-2/+2
|/
* Use poll's data types directly, where used at allRolland Dudemaine2015-08-061-34/+8
* Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-141-31/+25
* Make UUID generation failableSimon McVittie2015-05-141-3/+5
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-49/+50
* Remove _dbus_socket_is_invalid, no longer usedSimon McVittie2015-05-121-6/+0
* Convert miscellaneous socket APIs to DBusSocketSimon McVittie2015-05-121-23/+26
* Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie2015-05-121-0/+10
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-05-121-5/+5
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-241-9/+9
* Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-111-9/+9
* Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker2015-03-111-5/+5
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-03-111-5/+5
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-111-9/+9
* _dbus_listen_systemd_sockets: fds are signed ints (-Wsign-compare)Simon McVittie2015-03-041-1/+1
* Use new _dbus_string_get_length_uint() to avoid another -Wsign-compareSimon McVittie2015-03-041-4/+4
* dbus-launch: if autolaunching, use XDG_RUNTIME_DIR/bus if availableSimon McVittie2015-02-241-1/+6
* On Unix platforms, try $XDG_RUNTIME_DIR/bus before default addressSimon McVittie2015-02-241-4/+83
* Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie2015-02-181-0/+105
* _dbus_listen_tcp_socket: comment on another reason to ignore EADDRINUSESimon McVittie2015-02-041-3/+12