summaryrefslogtreecommitdiffstats
path: root/str.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-591/+0
| | | | All source files are now moved to src/ and the old Makefile is removed.
* Some speed optimizations for the string library.Martin Nagy2009-03-291-7/+12
| | | | Get rid of strncpy() and use memcpy() which is faster instead.
* Refactoring related to isc_buffer_t.Martin Nagy2009-03-251-0/+40
|
* Fix problems with dnsname_to_dn() (rewrite).Martin Nagy2009-03-251-8/+5
|
* Add write-back support.Martin Nagy2009-03-161-3/+33
|
* Add functions str_toupper() and str_casecmp_char()Martin Nagy2009-03-161-1/+26
|
* Add str_clear().Martin Nagy2009-02-181-0/+9
| | | | Same effect as str_init_char(str, "").
* Add split support.Martin Nagy2009-02-181-2/+133
| | | | Also fix a small isc_mem_put() issue in str_alloc().
* Add two sprintf like functions to str.c, fix a bugMartin Nagy2009-01-141-7/+59
| | | | Bug in str__destroy() caused us to try to free a NULL pointer.
* Fix copyright headers.Martin Nagy2009-01-121-1/+1
|
* Add util.h.Martin Nagy2009-01-091-5/+2
|
* Add a string library.Martin Nagy2008-12-151-0/+305