summaryrefslogtreecommitdiff
path: root/dbus/dbus-message-util.c
Commit message (Expand)AuthorAgeFilesLines
* message-util: Make more functions static (and remove useless prefix)Simon McVittie2018-08-021-20/+25
* test: Fix signature of dbus_internal_do_not_use_try_message_fileSimon McVittie2018-08-021-5/+6
* DBusMessage: Add a header field for the container instanceSimon McVittie2018-02-161-0/+5
* Remove references to test/data/incomplete-messages tooSimon McVittie2017-11-151-6/+0
* tests: Remove leftover references to valid-messages directorySimon McVittie2017-11-151-6/+0
* Remove test data in the "message builder" domain-specific languageSimon McVittie2017-11-151-7/+1
* Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie2017-11-151-71/+70
* Use _dbus_test_fatal to include more detail in test failure diagnosticsSimon McVittie2017-11-151-8/+4
* Embedded tests: Emit TAP diagnostics instead of printfSimon McVittie2017-11-151-5/+6
* policy: Add max_fds, min_fds qualifiers for send, receive rulesSimon McVittie2017-07-281-0/+16
* dbus: Fix writing off the end of an fd_set when testing with ValgrindPhilip Withnall2017-04-071-0/+14
* dbus-message-util: Add some missing OOM paths to an internal testPhilip Withnall2017-02-131-8/+22
* Only read one message at a time if there are fds pendingSimon McVittie2017-02-011-5/+5
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-21/+21
* Remove trailing newlines from _dbus_assert_not_reachedSimon McVittie2016-08-121-2/+2
* dbus_internal_do_not_use_try_message_data: Calling _dbus_message_loader_get_m...Ralf Habacker2016-04-141-1/+0
* Avoid reading beyond the length of a variableSimon McVittie2015-05-131-1/+5
* Implement dbus_message_iter_get_element_countChristian Dywan2015-05-131-0/+56
* Fix assorted compiler warnings on Windows.Simon McVittie2015-03-241-0/+2
* Fix test suite fails on test-dbus with --enable-tests (but no assertions).Ralf Habacker2014-09-251-7/+9
* Test: add test cases for message parsingChengwei Yang2013-11-011-0/+205
* dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy2013-10-081-5/+5
* Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-161-26/+0
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-4/+4
* dbus tests: don't warn on skipped testsSimon McVittie2011-07-181-2/+2
* _dbus_check_fdleaks_enter, _dbus_check_fdleaks_leave: whitespaceSimon McVittie2011-04-271-12/+12
* Don't report file descriptors as "leaked" if they were already openSimon McVittie2011-04-271-7/+79
* Add unit tests for dbus_message_get_path_decomposedChristian Dywan2010-07-161-0/+29
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* Merge branch 'fd-passing'Thiago Macieira2009-07-161-7/+101
|\
| * unix-fd: add message encoding/decoding for unix fdsLennart Poettering2009-05-201-7/+101
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* | bfo22316 - add dbus_message_iter_abandon_container()Scott James Remnant2009-07-091-2/+2
* | Add test case for assert when unwinding a container.Scott James Remnant2009-07-091-0/+29
|/
* Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance2009-04-211-3/+13
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-10/+5
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* dbus/dbus-message-util.c, dbus/dbus-message.c, dbus/dbus-message.h:Simon McVittie2007-04-061-0/+40
* * doc/TODO, various source files: Audited todo's and FIXME's andJohn (J5) Palmieri2006-09-061-4/+0
* 2005-04-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-04-091-3/+3
* 2005-02-10 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-101-1/+20
* 2005-02-05 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-061-1/+54
* 2005-01-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-281-0/+20
* 2005-01-24 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-241-3/+8
* 2005-01-23 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-231-85/+120
* 2005-01-22 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-231-170/+8
* 2005-01-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-6/+6
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-0/+1309