Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare the tree for conversion to autoconf. | Martin Nagy | 2009-03-30 | 1 | -591/+0 |
| | | | | All source files are now moved to src/ and the old Makefile is removed. | ||||
* | Some speed optimizations for the string library. | Martin Nagy | 2009-03-29 | 1 | -7/+12 |
| | | | | Get rid of strncpy() and use memcpy() which is faster instead. | ||||
* | Refactoring related to isc_buffer_t. | Martin Nagy | 2009-03-25 | 1 | -0/+40 |
| | |||||
* | Fix problems with dnsname_to_dn() (rewrite). | Martin Nagy | 2009-03-25 | 1 | -8/+5 |
| | |||||
* | Add write-back support. | Martin Nagy | 2009-03-16 | 1 | -3/+33 |
| | |||||
* | Add functions str_toupper() and str_casecmp_char() | Martin Nagy | 2009-03-16 | 1 | -1/+26 |
| | |||||
* | Add str_clear(). | Martin Nagy | 2009-02-18 | 1 | -0/+9 |
| | | | | Same effect as str_init_char(str, ""). | ||||
* | Add split support. | Martin Nagy | 2009-02-18 | 1 | -2/+133 |
| | | | | Also fix a small isc_mem_put() issue in str_alloc(). | ||||
* | Add two sprintf like functions to str.c, fix a bug | Martin Nagy | 2009-01-14 | 1 | -7/+59 |
| | | | | Bug in str__destroy() caused us to try to free a NULL pointer. | ||||
* | Fix copyright headers. | Martin Nagy | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | Add util.h. | Martin Nagy | 2009-01-09 | 1 | -5/+2 |
| | |||||
* | Add a string library. | Martin Nagy | 2008-12-15 | 1 | -0/+305 |