Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend string syntax in config | Přemysl Eric Janouch | 2022-08-14 | 1 | -2/+5 |
| | | | | And actually test the results of string parsing. | ||||
* | Fix validation of overlong UTF-8 | Přemysl Eric Janouch | 2020-10-24 | 1 | -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 sequences | Přemysl Eric Janouch | 2020-10-21 | 1 | -4/+6 |
| | |||||
* | Improve the UTF-8 API | Přemysl Eric Janouch | 2020-10-12 | 1 | -0/+5 |
| | | | | We need to be able to detect partial sequences. | ||||
* | Import configuration test from degesch | Přemysl Eric Janouch | 2020-10-12 | 1 | -0/+73 |
| | |||||
* | Name change | Přemysl Eric Janouch | 2020-08-01 | 1 | -1/+1 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-21 | 1 | -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 possible | Přemysl Janouch | 2017-06-22 | 1 | -26/+14 |
| | |||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+0 |
| | |||||
* | Rename strv_add*() to strv_append*() | Přemysl Janouch | 2017-01-23 | 1 | -5/+5 |
| | | | | Consistency. | ||||
* | Rename str_ensure_space() to str_reserve() | Přemysl Janouch | 2017-01-23 | 1 | -1/+1 |
| | | | | Let's not invent our own terminology. | ||||
* | Rename "struct str_vector" to "struct strv" | Přemysl Janouch | 2017-01-23 | 1 | -15/+15 |
| | | | | Short names for things used often. | ||||
* | Add a test for connector | Přemysl Janouch | 2016-01-03 | 1 | -0/+161 |
| | |||||
* | Fix some leaks in tests | Přemysl Janouch | 2016-01-03 | 1 | -9/+9 |
| | |||||
* | Update copyright years | Přemysl Janouch | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Add a test for the async framework | Přemysl Janouch | 2016-01-03 | 1 | -0/+95 |
| | |||||
* | Add a test for utf8_iter | Přemysl Janouch | 2015-12-10 | 1 | -0/+8 |
| | |||||
* | Add "str_map_unset_iter" | Přemysl Janouch | 2015-07-14 | 1 | -0/+24 |
| | |||||
* | Add more stuff | Přemysl Janouch | 2015-03-29 | 1 | -16/+31 |
| | | | | And break the API. All in the name of progress! | ||||
* | Initial commit | Přemysl Janouch | 2015-02-28 | 1 | -0/+345 |