summaryrefslogtreecommitdiff
path: root/dbus/dbus-internals.h
Commit message (Expand)AuthorAgeFilesLines
* bus/containers: Create a DBusServer and add it to the main loopSimon McVittie2017-12-121-0/+1
* bus: Silence most log messages when testing OOM handlingSimon McVittie2017-11-151-2/+3
* internals: Make a minimal _dbus_test_oom_handling() universally availableSimon McVittie2017-07-051-2/+5
* driver: Implement the Peer interface, for completenessSimon McVittie2017-06-081-0/+1
* Reimplement _dbus_warn_return_if_fail without -Wformat-nonliteralSimon McVittie2016-10-131-8/+7
* Merge branch 'dbus-1.10'Ralf Habacker2016-05-131-0/+1
|\
| * On Windows make access to member 'refcount' of struct DBusBabysitter thread s...Ralf Habacker2016-05-131-0/+1
* | Merge branch 'dbus-1.10'Simon McVittie2016-03-021-0/+3
|\ \ | |/
| * dbus-internals: add _DBUS_ALIGNOFSimon McVittie2016-03-021-0/+3
| * Revert "Rename function string_array_length() to _dbus_string_array_length() ...Simon McVittie2016-02-121-2/+0
| * Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker2016-02-111-0/+2
* | Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker2016-02-121-0/+2
|/
* Make UUID generation failableSimon McVittie2015-05-141-3/+5
* Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie2015-05-121-3/+0
* Fix warning: 'the comparison will always evaluate as 'false' for the address ...Ralf Habacker2015-03-021-2/+14
* Add DBUS_PRIVATE_EXPORT decoration to symbols used by dbus-daemon or testsSimon McVittie2015-02-201-0/+23
* Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker2015-02-131-0/+2
* _dbus_set_error_valist: addSimon McVittie2015-02-031-0/+4
* Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2014-09-151-1/+1
* _dbus_write_uuid_file: factor out function to write a known UUIDSimon McVittie2014-04-281-0/+4
* Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-161-2/+0
* _dbus_get_tmpdir: be thread-safeSimon McVittie2013-08-291-1/+2
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-2/+2
* Make taking a global lock automatically initialize locking if neededSimon McVittie2013-06-171-2/+2
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-26/+33
* Remove unused global mutexes for win_fds, sid_atom_cacheSimon McVittie2013-05-131-6/+4
* DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie2013-05-091-5/+0
* Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set...Simon McVittie2012-08-131-4/+0
* Distinguish between two flavours of mutexSimon McVittie2012-02-211-4/+4
* Provide a hook to allow refcounting to be tracedSimon McVittie2012-02-131-0/+8
* _dbus_header_field_to_string: remove, unusedSimon McVittie2012-02-101-2/+0
* dbus-internals: make sure function-like macros expand to something non-emptySimon McVittie2011-09-191-7/+7
* Add _DBUS_STATIC_ASSERT (based on GLib's G_STATIC_ASSERT) and use itSimon McVittie2011-08-111-0/+6
* Do not set DBUS_SESSION_BUS_DEFAULT_ADDRESS unconditional in code, it is alre...Ralf Habacker2010-06-111-0/+2
* Don't truncate pointers on Windows x64 platformFridrich Štrba2010-05-031-4/+4
* Additional fixes for 2154acb3492d5ba19da36562e8409016da9cb79bRalf Habacker2010-03-221-17/+2
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-2/+0
* fix potential crashes on windows with MSVC, due to badly exported variablesRomain Pokrzywka2010-02-251-2/+18
* let dbus_verbose print file name, line number and function name if available;...Ralf Habacker2009-12-191-1/+16
* dbus/dbus-internals.h: 2x const char foo[] -> const char foo * (cherry picked...Tor Lillqvist2009-11-301-2/+2
* Merge branch 'fd-passing'Thiago Macieira2009-07-161-2/+7
|\
| * atomic: implement atomic operations based on gcc's __sync extensionLennart Poettering2009-05-201-2/+7
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/
* fd.o bug #11678 Don't error out if compiler does not support vararg macrosJohn (J5) Palmieri2007-10-031-1/+1
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2006-12-13 Ralf Habacker <ralf.habacker@freenet.de>Ralf Habacker2006-12-131-1/+1
* 2006-11-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-151-2/+3
* 2006-10-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-281-1/+5
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-2/+2
* 2006-10-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-171-8/+12