aboutsummaryrefslogtreecommitdiff
path: root/tests/liberty.c
Commit message (Collapse)AuthorAgeFilesLines
* Extend string syntax in configPřemysl Eric Janouch2022-08-141-2/+5
| | | | And actually test the results of string parsing.
* Fix validation of overlong UTF-8Přemysl Eric Janouch2020-10-241-2/+4
| | | | | It was too strict and Egyptian dicks didn't want to pass, so we'll do it half-arsedly for a subset.
* Reject overlong UTF-8 sequencesPřemysl Eric Janouch2020-10-211-4/+6
|
* Improve the UTF-8 APIPřemysl Eric Janouch2020-10-121-0/+5
| | | | We need to be able to detect partial sequences.
* Import configuration test from degeschPřemysl Eric Janouch2020-10-121-0/+73
|
* Name changePřemysl Eric Janouch2020-08-011-1/+1
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-211-3/+2
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* _init() -> _make() where possiblePřemysl Janouch2017-06-221-26/+14
|
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+0
|
* Rename strv_add*() to strv_append*()Přemysl Janouch2017-01-231-5/+5
| | | | Consistency.
* Rename str_ensure_space() to str_reserve()Přemysl Janouch2017-01-231-1/+1
| | | | Let's not invent our own terminology.
* Rename "struct str_vector" to "struct strv"Přemysl Janouch2017-01-231-15/+15
| | | | Short names for things used often.
* Add a test for connectorPřemysl Janouch2016-01-031-0/+161
|
* Fix some leaks in testsPřemysl Janouch2016-01-031-9/+9
|
* Update copyright yearsPřemysl Janouch2016-01-031-1/+1
|
* Add a test for the async frameworkPřemysl Janouch2016-01-031-0/+95
|
* Add a test for utf8_iterPřemysl Janouch2015-12-101-0/+8
|
* Add "str_map_unset_iter"Přemysl Janouch2015-07-141-0/+24
|
* Add more stuffPřemysl Janouch2015-03-291-16/+31
| | | | And break the API. All in the name of progress!
* Initial commitPřemysl Janouch2015-02-281-0/+345