summaryrefslogtreecommitdiff
path: root/dbus/dbus-internals.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* internals: Statically assert some things we assume about pointersSimon McVittie2022-11-291-0/+29
* dbus: move DBUS_IS_DIR_SEPARATOR to dbus-internals.hMarc-André Lureau2022-07-151-12/+1
* Add unit tests for platform-specific mutex implementation.Ralf Habacker2022-05-011-0/+11
* _dbus_verbose_real: Use the Python convention for quoting potentially multi-l...Ralf Habacker2020-04-271-2/+2
* In _dbus_verbose_real() avoid possible stack overflows on output to the Windo...Ralf Habacker2020-02-201-8/+53
* various: comment static variables that are locked or otherwise OKSimon McVittie2019-12-121-0/+7
* tests: Improve diagnostics for malloc-failure testsSimon McVittie2019-07-021-3/+3
* test-spawn-oom: Separate single spawn tests from oom relatedRalf Habacker2019-03-151-1/+1
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-2/+2
* Don't do OOM testing under valgrind by defaultSimon McVittie2018-08-021-0/+9
* 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