summaryrefslogtreecommitdiff
path: root/dbus/dbus-internals.c
Commit message (Expand)AuthorAgeFilesLines
* dbus-spawn-unix: Rename from dbus-spawnSimon McVittie2018-01-151-1/+1
* _dbus_test_oom_handling: print TAP diagnosticsSimon McVittie2017-12-041-8/+14
* bus: Silence most log messages when testing OOM handlingSimon McVittie2017-11-151-2/+2
* internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-051-2/+2
* Make _dbus_get_local_machine_uuid_encoded() properly failableSimon McVittie2017-06-081-19/+2
* Only print timestamps on stderr if verbose messages will go thereRalf Habacker2017-02-101-2/+2
* Reimplement _dbus_warn_return_if_fail without -Wformat-nonliteralSimon McVittie2016-10-131-4/+11
* internals: remove newline, pid from assertion failuresSimon McVittie2016-09-301-4/+4
* _dbus_warn, _dbus_warn_check_failed: unify with _dbus_logvSimon McVittie2016-09-301-6/+12
* Prefix debug messages displayed with _dbus_verbose() with a timestamp.Ralf Habacker2016-05-131-0/+3
* Display thread id in _dbus_verbose to be able to see threading issues.Ralf Habacker2016-05-131-11/+1
* Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker2016-02-121-0/+15
* _dbus_test_oom_handling: allow disabling it as documentedSimon McVittie2015-12-021-0/+6
* Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-141-1/+13
* Make UUID generation failableSimon McVittie2015-05-141-13/+32
* Merge branch 'dbus-1.8'Ralf Habacker2015-04-131-2/+2
|\
| * Add newline to verbose output in _dbus_trace_ref().Ralf Habacker2015-04-131-2/+2
* | Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker2015-02-131-0/+10
|/
* _dbus_write_uuid_file: factor out function to write a known UUIDSimon McVittie2014-04-281-7/+14
* _dbus_file_path_extract_elements_from_tail: don't misuse static variableSimon McVittie2013-08-301-14/+11
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-3/+3
* Make taking a global lock automatically initialize locking if neededSimon McVittie2013-06-171-2/+6
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-18/+1
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-1/+4
* _dbus_verbose_real: tidy conditional prototype to not break nestingSimon McVittie2012-02-211-4/+3
* Provide a hook to allow refcounting to be tracedSimon McVittie2012-02-131-0/+67
* _dbus_header_field_to_string: remove, unusedSimon McVittie2012-02-101-36/+0
* Remove various never-used variablesSimon McVittie2011-08-051-1/+0
* Fixes for Visual Studio 2010 cmake generator - reported by Ray Satiro.Ralf Habacker2011-05-281-3/+0
* Make dbus-uuidgen atomicColin Walters2010-09-031-15/+1
* Wrap OutputDebugString for Windows CE builds, and add cast for MSVC.Marcus Brinkmann2010-07-191-1/+1
* Revert "Bug 28460 - Refactored dbus configuration access."Will Thompson2010-06-171-4/+3
* Bug 28460 - Refactored dbus configuration access.Ralf Habacker2010-06-141-3/+4
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+2
* small fixes for DBUS_USE_OUTPUT_DEBUG_STRING codeRomain Pokrzywka2010-02-251-1/+2
* let dbus_verbose print file name, line number and function name if available;...Ralf Habacker2009-12-191-1/+55
* Avoid warnings on WindowsTor Lillqvist2009-12-011-9/+12
* dbus/dbus-internals.c: "#define inline" is only needed on MSVC, not mingw (ch...Tor Lillqvist2009-11-301-1/+1
* _dbus_verbose_real: (optionally) use OutputDebugString() (cherry picked from ...Ralf Habacker2009-11-301-2/+29
* dbus/dbus-internals.h: 2x const char foo[] -> const char foo * (cherry picked...Tor Lillqvist2009-11-301-2/+2
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* add OOM handlingJohn (J5) Palmieri2008-01-151-3/+17
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-5/+3
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-091-5/+5
* * dbus/dbus-internal.c: fix inline problem on win32.Ralf Habacker2007-05-201-0/+4
* 2006-11-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-151-8/+3
* * dbus/dbus-sysdeps.h:Thiago Macieira2006-10-241-0/+2
* remove untrue commentHavoc Pennington2006-10-201-4/+0
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-1/+11