summaryrefslogtreecommitdiff
path: root/test/string-tests.c
Commit message (Expand)AuthorAgeFilesLines
* Add character lookup table generator utility, and fix a extparamJoe Orton2022-09-031-1/+3
* Support SHA-512 (in addition to SHA-512/256) with ne_strhash().Joe Orton2021-01-231-1/+25
* * src/ne_string.c (hex_chars): Use lowercase.Joe Orton2020-12-061-0/+1
* Support colon- and space-separated output for ne_strhash/ne_vstrhash.Joe Orton2020-12-061-0/+7
* * test/string-tests.c (strhash_sha_512_256): Fix SHA-512/256 tests toJoe Orton2020-06-181-4/+8
* * test/string-tests.c (strhash_sha_256): Split out from strhash;Joe Orton2020-06-181-2/+33
* * test/string-tests.c (strparam): Fix test code memory leak.Joe Orton2020-06-181-0/+1
* Define new ne_strparam() interface for encoding extended parametersJoe Orton2020-06-181-0/+32
* Rename NE_STRHASH_MD5 to NE_HASH_MD5, add NE_HASH_SHA256 (for OpenSSLJoe Orton2020-06-181-11/+15
* * src/ne_openssl.c (ne_vstrhash): Check flags field.Joe Orton2020-06-181-0/+14
* Define ne_strhash, ne_vstrhash functions.Joe Orton2020-06-181-0/+18
* * test/string-tests.c (strnzcpy): Avoid gcc 8+ buffer overflowJoe Orton2019-07-121-3/+3
* * test/string-tests.c (str_errors): Fix gcc 8 warning.Joe Orton2018-09-241-1/+1
* * src/ne_string.c (qappend_count, quoted_append): Factor out fromJoe Orton2009-08-111-1/+8
* * src/ne_string.c (ne_buffer_qappend): New function.Joe Orton2009-08-051-1/+34
* * src/ne_string.h (ne_buffer_snprintf): New prototype.Joe Orton2007-07-121-1/+18
* * src/ne_string.c (ne_strerror): Handle failure cases for POSIX-styleJoe Orton2007-02-071-0/+6
* Add locale-independent implementations of strcasecmp/strncasecmp, fromJoe Orton2006-01-061-1/+89
* * test/string-tests.c (append): Test ne_buffer_czappend.Joe Orton2005-01-131-2/+8
* Merge trunk up to current neon CVS HEAD.Joe Orton2004-10-021-2/+36
* Branch trunk from 0.24.4 on 0.24.x branch.Joe Orton2004-10-021-0/+492