summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps.h
Commit message (Expand)AuthorAgeFilesLines
* Export dbus_setenv() as a utility functionSimon McVittie2013-08-231-2/+0
* Fix an incorrect commentSimon McVittie2013-06-121-2/+0
* dbus_threads_init_default, dbus_threads_init: be safe to call at any timeSimon McVittie2013-05-101-0/+12
* Do not suppress syslog test's stderr just because init is systemdSimon McVittie2013-04-081-1/+1
* Add poll constants for QNXMatt Fischer2013-02-121-0/+13
* CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters2012-09-271-0/+1
* Merge branch 'dbus-1.4'Simon McVittie2012-04-251-3/+3
|\
| * Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-2/+5
| * Revert all changes since a36d4918a6f646e085Simon McVittie2012-01-041-0/+2
* | Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-2/+5
|/
* Merge branch 'dbus-1.4'Simon McVittie2011-08-241-0/+4
|\
| * Add missing inclusion of inttypes.hSimon McVittie2011-08-241-0/+4
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-261-0/+1
|\ \ | |/
| * Add _dbus_atomic_get implemented in terms of inc, decSimon McVittie2011-07-251-0/+1
* | _dbus_open_tcp_socket: removeSimon McVittie2011-07-181-2/+0
|/
* bus: Raise file descriptor limit to match configurationColin Walters2011-02-031-0/+2
* Use absolute session service dir path in bus-test on windows.Ralf Habacker2010-12-291-0/+5
* Handle case when autolaunched daemon address is already pulished on windows.Ralf Habacker2010-12-141-1/+3
* Extended autolaunch protocol with scope attribute.Ralf Habacker2010-09-271-3/+4
* Fix dbus-sysdeps.h on amd64, again.Will Thompson2010-06-171-4/+2
* Fix x64 build after WinCE intptr_t usage changes.Christian Dywan2010-06-101-0/+4
* Fix building on UnixThiago Macieira2010-05-181-1/+4
* fix {u}intptr_t usage on wince with msvcRomain Pokrzywka2010-05-051-1/+3
* Don't truncate pointers on Windows x64 platformFridrich Štrba2010-05-031-1/+1
* Patch relocating "exec" variable and position of service filesFridrich Štrba2010-04-211-0/+10
* Add support for Windows CE to the code base.Marcus Brinkmann2010-04-131-0/+6
* Prepare for WinCE port: Convert windows code to native API, avoid errno.Marcus Brinkmann2010-04-131-0/+1
* Merge branch 'dbus-1.2'Colin Walters2010-03-221-1/+1
|\
| * Add DBUS_GNUC_PRINTF checks to new formatting functionsColin Walters2010-03-221-1/+1
* | Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-2/+0
* | Merge branch 'dbus-1.2'Colin Walters2010-03-161-4/+11
|\ \ | |/
| * Add DBUS_SYSTEM_LOG_FATAL severityColin Walters2010-03-161-1/+2
| * Refactor _dbus_log_info, _dbus_log_security into _dbus_log_systemColin Walters2010-03-161-4/+10
* | Merge branch 'dbus-1.2'Colin Walters2010-02-221-0/+3
|\ \ | |/
| * Fix compilation in --disable-selinux caseColin Walters2010-02-021-0/+3
| * Switch to libcap-ng, avoid linking libdbus against libcap[-ng]Colin Walters2010-01-281-2/+0
| * Bug 19446 - HaikuOS supportGrzegorz Dąbrowski2009-07-141-0/+13
| * Bug 896 - Avoid race conditions reading message from exited processColin Walters2009-07-141-0/+1
| * Bug 14259 - Make session address lookup system-dependentColin Walters2009-07-141-0/+4
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Bug 18446: Keep umask for session busMatt McCutchen2009-01-061-1/+2
| * Add uid, pid, and command to security logsColin Walters2008-12-181-0/+5
| * Add syslog of security denials and configuration file reloadsColin Walters2008-12-121-0/+4
* | moved out dbus file related functions from sysdeps into separate files - test...Ralf Habacker2009-12-201-16/+2
* | removed local definition of _DBUS_GNUC_PRINTF, it is already in dbus-macro.hRalf Habacker2009-12-181-34/+0
* | DBusPipe related unix compile fixRalf Habacker2009-12-181-2/+1
* | moved out DBusPipe implementation into separate filesRalf Habacker2009-12-181-45/+35
* | Windows fixesFrank Osterfeld2009-12-011-0/+4
* | Fixes to the nonce codeFrank Osterfeld2009-12-011-0/+5
* | Cleanup of nonce codeFrank Osterfeld2009-12-011-18/+0