summaryrefslogtreecommitdiff
path: root/dbus/dbus-string-util.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker1-0/+2
2019-01-21test: Move string tests (most of dbus-string-util.c) hereSimon McVittie1-845/+8
2018-12-17embedded tests: Conform to the same API for all testsSimon McVittie1-1/+1
2018-12-17trivial: Remove trailing whitespace from copyright noticesSimon McVittie1-3/+3
2017-11-24DBusString: Add _DBUS_STRING_INIT_INVALID and allow "freeing" itSimon McVittie1-1/+9
2017-11-24DBusString: Reverse the sense of ->invalidSimon McVittie1-1/+1
2017-11-15Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie1-141/+140
2017-11-15Embedded tests: Emit TAP diagnostics instead of printfSimon McVittie1-4/+6
2017-11-07tests: Assert that _DBUS_STRING_DEFINE_STATIC looks as expectedSimon McVittie1-0/+12
2016-08-12Remove trailing newlines from _dbus_assert_not_reachedSimon McVittie1-2/+2
2015-11-23Fix several -Wpointer-sign warnings in test_hex_roundtrip() and related types.Ralf Habacker1-6/+6
2013-06-28tests to embedded tests: replaced in libdbusChengwei Yang1-2/+2
2012-02-13_dbus_string_append_double, _dbus_string_parse_double: removeSimon McVittie1-17/+0
2012-02-13_dbus_string_append_unichar, _dbus_string_get_unichar: removeSimon McVittie1-17/+0
2011-06-22Remove maximum length field from DBusStringSimon McVittie1-55/+0
2011-02-18Improved dbus_string_replace_len()Roberto Guido1-2/+86
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2010-02-28_dbus_string_toupper_ascii(): new function, reviewed by Colin Walters.Ralf Habacker1-0/+32
2010-02-28_dbus_string_tolower_ascii(): new function, reviewed by Colin Walters.Ralf Habacker1-1/+33
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2008-07-11Add new function _dbus_string_split_on_byteRay Strode1-0/+25
2007-09-20Add support for compacting DBusStrings to release wasted memory.Ryan Lortie1-0/+56
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-06-102007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington1-31/+81
2006-12-12 * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function.Ralf Habacker1-0/+38
2006-10-012006-09-30 Havoc Pennington <hp@redhat.com>Havoc Pennington1-37/+0
2005-02-252005-02-25 Havoc Pennington <hp@redhat.com>Havoc Pennington1-24/+0
2005-02-062005-02-05 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+43
2005-01-172005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+727