summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps.h
Commit message (Expand)AuthorAgeFilesLines
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* Move _dbus_disable_crash_handling() back into test/ directorySimon McVittie2018-12-111-2/+0
* _dbus_disable_crash_handling: Factor out from test-segfaultSimon McVittie2018-11-201-0/+2
* build: Require va_copy() or __va_copy() on non-MSVC compilersSimon McVittie2018-11-191-14/+0
* build: Never use poll() on Darwin family (macOS, etc.) or InterixSimon McVittie2018-10-221-0/+26
* Add actual used ip family to --print-address output in case of listening on tcpRalf Habacker2018-03-191-0/+1
* Enable "unused result" warning for Visual Studio >= 2012 (MSVC 11.0)Daniel Wendt2018-03-151-8/+8
* DBusSocket helpers: Declare as _DBUS_GNUC_WARN_UNUSED_RESULTSimon McVittie2018-03-121-0/+7
* sysdeps-unix: Treat bind() failures as non-fatalSimon McVittie2018-03-091-0/+5
* sysdeps-unix: Set more specific IP-related errors when listeningSimon McVittie2018-03-091-0/+5
* _dbus_append_address_from_socket: Factor out inet_sockaddr_to_stringSimon McVittie2018-03-091-0/+8
* _dbus_get_low_level_socket_errno: AddSimon McVittie2018-03-091-0/+2
* bus: Also tell systemd before we shut downSimon McVittie2018-03-021-0/+1
* bus: Also tell systemd when we're reloadingSimon McVittie2018-03-021-0/+2
* bus: Notify systemd when we are readySimon McVittie2018-03-021-0/+2
* _dbus_credentials_add_from_user: Only accept numeric uid for EXTERNALSimon McVittie2018-01-151-0/+7
* _dbus_credentials_add_from_user: Add proper error reportingSimon McVittie2018-01-151-2/+4
* sysdeps: Stop pretending _dbus_set_signal_handler is portable to WindowsSimon McVittie2017-09-271-6/+0
* internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-051-1/+1
* test/dbus-daemon: Exercise the Peer interfaceSimon McVittie2017-06-081-0/+1
* sysdeps: Add accessor for a list of transient service directoriesSimon McVittie2017-02-211-0/+2
* Merge branch 'dbus-1.10'Simon McVittie2017-02-161-0/+3
|\
| * Change _dbus_create_directory to fail for existing directoriesSimon McVittie2017-02-161-0/+3
* | Add missing format attributes suggested by -Wsuggest-attribute=formatSimon McVittie2016-10-131-2/+2
* | Remove leftover declarations for assuming int manipulation is atomicSimon McVittie2016-10-131-10/+0
* | Partially fix warnings from compiler option '-Wredundant-decls'Thomas Zimmermann2016-10-101-3/+0
* | _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-301-2/+7
* | _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-111-2/+6
* | _dbus_init_system_log: record a syslog tag (executable name)Simon McVittie2016-08-111-1/+2
* | sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-111-0/+3
* | Merge branch 'dbus-1.10'Ralf Habacker2016-05-131-0/+3
|\ \ | |/
| * On Windows make access to member 'refcount' of struct DBusBabysitter thread s...Ralf Habacker2016-05-131-0/+3
* | Display thread id in _dbus_verbose to be able to see threading issues.Ralf Habacker2016-05-131-0/+4
* | _dbus_read_socket_with_unix_fds: make n_fds unsignedSimon McVittie2016-02-111-1/+1
* | Merge branch 'dbus-1.10'Simon McVittie2015-11-231-0/+3
|\ \ | |/
| * bus-driver: Support returning org.freedesktop.DBus UID and PIDJan Alexander Steffens (heftig)2015-11-171-0/+3
* | Add backtrace test app.Ralf Habacker2015-11-171-0/+2
* | Use DBusString for all relocation and install-root codeSimon McVittie2015-10-051-9/+1
* | Rename getters for session, system config filesSimon McVittie2015-09-301-2/+2
|/
* Use poll's data types directly, where used at allRolland Dudemaine2015-08-061-58/+36
* Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-141-6/+8
* DBusSocket: put the #ifdef case before the !defined caseSimon McVittie2015-05-121-19/+19
* Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-121-18/+54
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-24/+15
* Remove _dbus_socket_is_invalid, no longer usedSimon McVittie2015-05-121-2/+0
* Convert miscellaneous socket APIs to DBusSocketSimon McVittie2015-05-121-9/+9
* Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie2015-05-121-1/+3
* dbus-sysdeps: add more infrastructure around DBusSocketSimon McVittie2015-05-121-3/+58
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-05-121-15/+26
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-241-4/+4