summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps.h
Commit message (Expand)AuthorAgeFilesLines
* _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
* Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-111-4/+4
* Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker2015-03-111-26/+15
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-03-111-15/+26
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-111-4/+4
* dbus-monitor: Add timestamp to --monitor mode.Ralf Habacker2015-02-241-0/+1
* Add DBUS_PRIVATE_EXPORT decoration to symbols used by dbus-daemon or testsSimon McVittie2015-02-201-1/+25
* sysdeps: try to avoid re-including config.hSimon McVittie2015-02-201-0/+3
* DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNINGAlban Crequy2014-11-181-0/+1
* Merge branch 'dbus-1.8'Simon McVittie2014-11-061-2/+9
|\
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-061-2/+9
* | Consistently save and restore errnoSimon McVittie2014-10-291-6/+7
* | Merge branch 'dbus-1.8'Simon McVittie2014-09-161-0/+8
|\ \ | |/
| * config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2014-09-151-0/+8
* | Split _dbus_fd_set_close_on_exec into Unix and Windows versionsSimon McVittie2014-09-151-2/+0
|/
* Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy2014-06-301-0/+1