summaryrefslogtreecommitdiff
path: root/dbus/dbus-string.c
Commit message (Expand)AuthorAgeFilesLines
* DBusMessage: add support for custom marshalingbaserock/genivi/dbus-1.9.4Aleksandar Kanchev2014-12-021-0/+16
* Replace some runtime assertions with compile-time assertionsSimon McVittie2014-09-151-3/+3
* Add dbus string convenience function _dbus_string_init_from_string().Ralf Habacker2014-09-081-0/+17
* Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-161-20/+0
* Cleanup: simplify assertion checkChengwei Yang2013-08-231-5/+2
* Merge branch 'dbus-1.6'Simon McVittie2013-07-011-1/+1
|\
| * Fix: a non ascii byte will trigger BadAddress errorChengwei Yang2013-07-011-1/+1
* | tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-8/+8
* | DBusString: fix a typoChengwei Yang2013-06-281-1/+1
|/
* DBusString: fix may crash if try to free an uninitialized strChengwei Yang2013-06-201-0/+8
* Accept non-characters when validating UnicodeSimon McVittie2013-04-221-9/+1
* Build _dbus_string_starts_with_c_str even if not building testsSimon McVittie2012-03-271-2/+0
* _dbus_string_append_unichar, _dbus_string_get_unichar: removeSimon McVittie2012-02-131-122/+0
* Remove unused _dbus_string_append_4_aligned, _dbus_string_append_8_alignedSimon McVittie2012-02-101-48/+0
* Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1Simon McVittie2011-07-031-0/+3
* Remove maximum length field from DBusStringSimon McVittie2011-06-221-38/+9
* Remove unused _dbus_string_copy_data_len, _dbus_string_steal_data_lenSimon McVittie2011-06-221-100/+0
* Improved dbus_string_replace_len()Roberto Guido2011-02-181-13/+30
* 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/+31
* _dbus_string_tolower_ascii(): new function, reviewed by Colin Walters.Ralf Habacker2010-02-281-0/+31
* Merge branch 'dbus-1.2'Colin Walters2010-02-221-2/+13
|\
| * [dbus-string] Sync up UNICODE_VALID with glib, add documentationColin Walters2010-02-191-2/+13
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Followup Bug 19502 - Don't attempt to init va_list, not portableColin Walters2009-05-061-1/+1
| * Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-05-061-1/+1
* | Revert "_dbus_string_to_lower(): new function"Colin Walters2010-02-181-37/+0
* | _dbus_string_to_lower(): new functionRalf Habacker2010-02-121-0/+37
* | nonce tcp support requires _dbus_string_equal_len also when build without testsRalf Habacker2009-12-231-2/+0
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* | Followup Bug 19502 - Don't attempt to init va_list, not portableColin Walters2009-04-211-1/+1
* | Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-04-211-1/+1
|/
* Add new function _dbus_string_split_on_byteRay Strode2008-07-111-0/+42
* Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...Havoc Pennington2007-10-311-7/+27
* Add support for compacting DBusStrings to release wasted memory.Ryan Lortie2007-09-201-16/+47
* 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-10/+26
* * dbus/dbus-string.c (_dbus_string_pop_line),Ralf Habacker2006-12-121-36/+6
* * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function.Ralf Habacker2006-12-121-0/+67
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-2/+2
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-1/+1
* 2006-09-30 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-011-4/+88
* * dbus/dbus-sysdeps.h:John (J5) Palmieri2006-08-081-1/+1
* * dbus/dbus-sysdeps.h:John (J5) Palmieri2006-08-081-2/+1
* * s/D-BUS/D-Bus/gJohn (J5) Palmieri2006-08-031-3/+3
* 2006-02-16 Robert McQueen <robot101@debian.org>Robert McQueen2006-02-161-1/+1
* 2005-04-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-04-101-16/+16
* 2005-02-25 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-251-0/+24
* 2005-02-10 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-111-10/+33
* 2005-01-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-281-1/+28