dbus-marshal-byteswap: Byte-swap Unix fd indexes if needed
[platform/upstream/dbus.git] / dbus / dbus-sysdeps-unix.c
2020-11-04 Adrian SzyndelaMerge '1.12.20' into tizen 19/246819/1
2020-07-02 Andy FiddamanSolaris and derivatives do not adjust cmsg_len on MSG_C...
2020-06-02 Simon McVittiesysdeps-unix: On MSG_CTRUNC, close the fds we did receive
2020-04-16 Adrian SzyndelaMerge dbus-1.12.16 into tizen 87/230987/1 submit/tizen/20200417.133959
2020-04-16 Adrian SzyndelaMerge dbus-1.12.16 into tizen
2019-04-17 Simon McVittieMerge branch '1-12-logical-op' into 'dbus-1.12'
2019-04-17 David King_dbus_get_is_errno_eagain_or_ewouldblock: Avoid warning
2018-08-02 Simon McVittiesysdeps: Reassure gcc 8 that we are not overflowing...
2018-06-04 Simon McVittiesysdeps-unix: Handle errors from getaddrinfo correctly
2017-11-24 Simon McVittie_dbus_listen_tcp_socket: Don't rely on dbus_realloc...
2017-09-29 Simon McVittieunix: Condition Linux-specific abstract sockets on...
2017-09-25 Simon McVittieMerge branch 'dbus-1.10'
2017-09-25 Simon McVittieunix: Reduce log level for DBUS_SYSTEM_LOG_INFO to...
2017-08-15 Simon McVittieMerge branch 'dbus-1.10'
2017-08-15 Alan CoopersmithFix -Werror=declaration-after-statement build failure...
2017-08-15 Lennart Poetteringsysdeps: increase listen() backlog of AF_UNIX sockets...
2017-07-28 Simon McVittieuserdb: Respect $HOME for the home directory of our...
2017-07-28 Simon McVittieMerge branch 'dbus-1.10'
2017-07-07 Simon McVittieMerge branch 'dbus-1.10'
2017-07-07 Simon McVittieMerge branch 'dbus-1.10'
2017-07-05 Simon McVittieinternals: Decouple logging an error from exiting unsuc...
2017-06-27 Simon McVittieMerge branch 'dbus-1.10'
2017-06-08 Simon McVittieMake _dbus_get_local_machine_uuid_encoded() properly...
2017-06-08 Simon McVittieUnix sysdeps: Only copy /etc/machine-id to ${sysconfdir...
2017-04-19 Simon McVittieMerge branch 'dbus-1.10'
2017-04-07 Simon McVittiesysdeps: assert that log severity is one we expect
2017-04-05 Simon McVittieMerge branch 'dbus-1.10'
2017-02-16 Simon McVittieMerge branch 'dbus-1.10'
2017-02-16 Simon McVittieChange _dbus_create_directory to fail for existing...
2016-11-29 Simon McVittieMerge branch '1.10-docker'
2016-11-28 Simon McVittieMerge branch 'dbus-1.10'
2016-11-22 Simon McVittieMerge branch 'dbus-1.10'
2016-11-22 Simon McVittieMerge branch 'dbus-1.10'
2016-10-13 Simon McVittie_dbus_listen_tcp_socket: correct format string
2016-10-13 Simon McVittieLinux: use readdir(), not deprecated readdir_r()
2016-10-13 Simon McVittieBe more const-correct
2016-10-04 Simon McVittieMerge branch 'dbus-1.10'
2016-10-03 Simon McVittieMerge branch 'dbus-1.10'
2016-09-30 Simon McVittieRemove trailing newlines from _dbus_warn, _dbus_warn_ch...
2016-09-30 Simon McVittie_dbus_logv: configurably log to syslog and/or stderr
2016-08-15 Simon McVittieMerge branch 'dbus-1.10'
2016-08-12 Simon McVittieMerge branch 'dbus-1.10'
2016-08-12 Simon McVittie_dbus_ensure_standard_fds: new function to ensure std...
2016-08-12 Simon McVittieMerge branch 'dbus-1.10'
2016-08-11 Simon McVittie_dbus_system_log: rename to _dbus_log
2016-08-11 Simon McVittie_dbus_init_system_log: record a syslog tag (executable...
2016-08-11 Simon McVittiesysdeps: move _dbus_system_log() into the shared library
2016-07-29 Simon McVittieMerge branch 'dbus-1.10'
2016-07-25 Simon McVittieMerge branch 'dbus-1.10'
2016-07-25 Simon McVittie_read_subprocess_line_argv: use _dbus_ensure_standard_fds
2016-07-25 Simon McVittie_dbus_ensure_standard_fds: new function to ensure std...
2016-06-30 Simon McVittieMerge branch 'dbus-1.10'
2016-06-30 Simon McVittieMerge branch 'dbus-1.10'
2016-05-16 Ralf HabackerMerge branch 'dbus-1.10'
2016-05-13 Ralf HabackerMerge branch 'dbus-1.10'
2016-05-09 Ralf HabackerMerge branch 'dbus-1.10'
2016-05-09 Lennart Poetteringsysdeps: increase listen() backlog of AF_UNIX sockets...
2016-05-02 Ralf HabackerMerge branch 'dbus-1.10'
2016-03-07 Simon McVittieMerge branch 'dbus-1.10'
2016-03-03 Simon McVittieMerge branch 'dbus-1.10-ci'
2016-03-02 Simon McVittieMerge branch 'dbus-1.10'
2016-02-12 Simon McVittieReplace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH
2016-02-12 Simon McVittieMerge branch 'dbus-1.10'
2016-02-12 Simon McVittieRevert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_D...
2016-02-11 Simon McVittieReplace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH
2016-02-11 Simon McVittie_dbus_read_socket_with_unix_fds: make n_fds unsigned
2016-02-11 Simon McVittieConsistently use socklen_t for getsockname, getsockopt...
2015-08-06 Rolland DudemaineUse poll's data types directly, where used at all
2015-07-21 Simon McVittiedbus-1.9.16
2015-07-21 Simon McVittieMerge branch 'dbus-1.8'
2015-06-17 Simon McVittieMerge branch 'dbus-1.8'
2015-05-14 Simon McVittieMerge branch 'dbus-1.8'
2015-05-14 Simon McVittieMerge branch 'dbus-1.8'
2015-05-14 Simon McVittieFail to generate random bytes instead of falling back...
2015-05-14 Simon McVittieMake UUID generation failable
2015-05-12 Simon McVittieTurn DBusSocket into a type-safe struct, preventing...
2015-05-12 Simon McVittieRemove _dbus_socket_is_invalid, no longer used
2015-05-12 Simon McVittieConvert miscellaneous socket APIs to DBusSocket
2015-05-12 Simon McVittieSplit _dbus_set_fd_nonblocking vs. _dbus_set_socket_non...
2015-05-12 Ralf HabackerUse typedef DBusSocket for sockets fd's to avoid conver...
2015-05-08 Simon McVittieMerge branch 'dbus-1.8'
2015-05-06 Ralf HabackerMerge remote-tracking branch 'origin/dbus-1.8'
2015-05-05 Simon McVittieMerge branch 'dbus-1.8'
2015-05-01 Ralf HabackerMerge remote-tracking branch 'origin/dbus-1.8'
2015-04-13 Ralf HabackerMerge branch 'dbus-1.8'
2015-03-24 Ralf HabackerRename _dbus_full_duplex_pipe() to more descriptive...
2015-03-11 Ralf HabackerRevert "Rename _dbus_full_duplex_pipe() to more descrip...
2015-03-11 Ralf HabackerRevert "Use typedef DBusSocket for sockets fd's to...
2015-03-11 Ralf HabackerUse typedef DBusSocket for sockets fd's to avoid conver...
2015-03-11 Ralf HabackerRename _dbus_full_duplex_pipe() to more descriptive...
2015-03-04 Simon McVittie_dbus_listen_systemd_sockets: fds are signed ints ...
2015-03-04 Simon McVittieUse new _dbus_string_get_length_uint() to avoid another...
2015-02-24 Simon McVittiedbus-launch: if autolaunching, use XDG_RUNTIME_DIR...
2015-02-24 Simon McVittieOn Unix platforms, try $XDG_RUNTIME_DIR/bus before...
2015-02-18 Simon McVittieAdd LSM-agnostic support for LinuxSecurityLabel credential
2015-02-09 Simon McVittieMerge branch '1.8-cve-2015-0245' into cve-2015-0245
2015-02-04 Simon McVittieMerge branch 'dbus-1.8'
2015-02-04 Simon McVittie_dbus_listen_tcp_socket: comment on another reason...
2015-02-04 Simon McVittie_dbus_listen_tcp_socket: use NI_NUMERICSERV to determin...
2015-01-05 Simon McVittieMerge branch 'dbus-1.8'
next