summaryrefslogtreecommitdiff
path: root/dbus/dbus-string-util.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
* test: Move string tests (most of dbus-string-util.c) hereSimon McVittie2019-01-211-845/+8
* embedded tests: Conform to the same API for all testsSimon McVittie2018-12-171-1/+1
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* DBusString: Add _DBUS_STRING_INIT_INVALID and allow "freeing" itSimon McVittie2017-11-241-1/+9
* DBusString: Reverse the sense of ->invalidSimon McVittie2017-11-241-1/+1
* Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie2017-11-151-141/+140
* Embedded tests: Emit TAP diagnostics instead of printfSimon McVittie2017-11-151-4/+6
* tests: Assert that _DBUS_STRING_DEFINE_STATIC looks as expectedSimon McVittie2017-11-071-0/+12
* Remove trailing newlines from _dbus_assert_not_reachedSimon McVittie2016-08-121-2/+2
* Fix several -Wpointer-sign warnings in test_hex_roundtrip() and related types.Ralf Habacker2015-11-231-6/+6
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-2/+2
* _dbus_string_append_double, _dbus_string_parse_double: removeSimon McVittie2012-02-131-17/+0
* _dbus_string_append_unichar, _dbus_string_get_unichar: removeSimon McVittie2012-02-131-17/+0
* Remove maximum length field from DBusStringSimon McVittie2011-06-221-55/+0
* Improved dbus_string_replace_len()Roberto Guido2011-02-181-2/+86
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* _dbus_string_toupper_ascii(): new function, reviewed by Colin Walters.Ralf Habacker2010-02-281-0/+32
* _dbus_string_tolower_ascii(): new function, reviewed by Colin Walters.Ralf Habacker2010-02-281-1/+33
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* Add new function _dbus_string_split_on_byteRay Strode2008-07-111-0/+25
* Add support for compacting DBusStrings to release wasted memory.Ryan Lortie2007-09-201-0/+56
* 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-101-31/+81
* * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function.Ralf Habacker2006-12-121-0/+38
* 2006-09-30 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-011-37/+0
* 2005-02-25 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-251-24/+0
* 2005-02-05 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-061-0/+43
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-0/+727