Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix optional arguments in --help output | Přemysl Eric Janouch | 2020-10-13 | 1 | -1/+1 | |
* | Improve the UTF-8 API | Přemysl Eric Janouch | 2020-10-12 | 2 | -29/+30 | |
* | Fix a memory leak in mpd_client_parse_line() | Přemysl Eric Janouch | 2020-10-12 | 1 | -4/+3 | |
* | Import configuration test from degesch | Přemysl Eric Janouch | 2020-10-12 | 1 | -0/+73 | |
* | Fix crashes in the config parser | Přemysl Eric Janouch | 2020-10-12 | 1 | -6/+9 | |
* | Add remaining fuzzing entry points | Přemysl Eric Janouch | 2020-10-12 | 2 | -7/+94 | |
* | Add a basic fuzzing framework using libFuzzer | Přemysl Eric Janouch | 2020-10-11 | 3 | -2/+232 | |
* | Import xwrite(), cstr_set(), resolve_..._template() | Přemysl Eric Janouch | 2020-10-10 | 1 | -9/+58 | |
* | Rename cstr_transform() argument | Přemysl Eric Janouch | 2020-10-10 | 1 | -2/+2 | |
* | Mark some issues | Přemysl Eric Janouch | 2020-10-10 | 1 | -0/+2 | |
* | Get rid of CMake dev warnings | Přemysl Eric Janouch | 2020-10-02 | 2 | -14/+14 | |
* | Bump copyright years | Přemysl Eric Janouch | 2020-10-02 | 2 | -2/+2 | |
* | Add iscntrl_ascii() | Přemysl Eric Janouch | 2020-10-02 | 1 | -0/+6 | |
* | Add a slogan of sorts | Přemysl Eric Janouch | 2020-08-01 | 1 | -0/+3 | |
* | Name change | Přemysl Eric Janouch | 2020-08-01 | 6 | -6/+6 | |
* | Improve setjmp safety in config parser | Přemysl Janouch | 2020-04-19 | 1 | -5/+7 | |
* | Fix the SCGI parser and tests | Přemysl Janouch | 2018-10-18 | 2 | -9/+27 | |
* | Allow aborting the FastCGI protocol parser | Přemysl Janouch | 2018-10-18 | 2 | -7/+9 | |
* | Add some comments | Přemysl Janouch | 2018-10-11 | 1 | -0/+5 | |
* | Add missing include for "struct iovec" | Přemysl Janouch | 2018-06-24 | 1 | -0/+1 | |
* | Remove .travis.yml | Přemysl Janouch | 2018-06-21 | 1 | -24/+0 | |
* | Update README | Přemysl Janouch | 2018-06-21 | 1 | -4/+4 | |
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-21 | 7 | -25/+14 | |
* | Describe syntax of advanced configuration w/ PEG | Přemysl Janouch | 2018-04-19 | 1 | -0/+26 | |
* | siphash: silence fall-through warnings | Přemysl Janouch | 2017-09-26 | 1 | -7/+7 | |
* | Little improvements | Přemysl Janouch | 2017-07-24 | 2 | -3/+3 | |
* | MPD client: +mpd_client_send_command_raw() | Přemysl Janouch | 2017-06-26 | 1 | -13/+19 | |
* | Improve simple_config_update_from_file() | Přemysl Janouch | 2017-06-22 | 1 | -45/+18 | |
* | _init() -> _make() where possible | Přemysl Janouch | 2017-06-22 | 6 | -312/+239 | |
* | Cleanup | Přemysl Janouch | 2017-06-14 | 2 | -8/+1 | |
* | Make config_item_clone() static | Přemysl Janouch | 2017-06-12 | 1 | -1/+1 | |
* | Add VIM syntax highlight for "config" | Přemysl Janouch | 2017-06-12 | 1 | -0/+26 | |
* | Improve read_line() | Přemysl Janouch | 2017-06-12 | 1 | -13/+9 | |
* | MPD client: abort pending tasks | Přemysl Janouch | 2017-06-04 | 1 | -22/+22 | |
* | Update README | Přemysl Janouch | 2017-06-04 | 1 | -0/+2 | |
* | Make socket_io_try_*() actually use read/write | Přemysl Janouch | 2017-05-07 | 1 | -5/+5 | |
* | Add a warning comment to "poller_fd::closed" | Přemysl Janouch | 2017-05-06 | 2 | -0/+4 | |
* | Fix broken toupper_ascii() | Přemysl Janouch | 2017-05-06 | 2 | -2/+2 | |
* | Add packaging scripts for Meson | Přemysl Janouch | 2017-04-30 | 4 | -0/+69 | |
* | Fix the WebSocket frame parser | Přemysl Janouch | 2017-02-06 | 1 | -3/+2 | |
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 6 | -17/+11 | |
* | Travis CI: brevify notifications | Přemysl Janouch | 2017-02-03 | 1 | -0/+6 | |
* | Fixes to the previous batch of commits | Přemysl Janouch | 2017-01-23 | 2 | -7/+5 | |
* | Rename strv_add*() to strv_append*() | Přemysl Janouch | 2017-01-23 | 3 | -24/+24 | |
* | Rename str_ensure_space() to str_reserve() | Přemysl Janouch | 2017-01-23 | 2 | -5/+5 | |
* | join_strv() -> strv_join(), take a string argument | Přemysl Janouch | 2017-01-23 | 1 | -2/+2 | |
* | Rename "struct str_vector" to "struct strv" | Přemysl Janouch | 2017-01-23 | 4 | -80/+80 | |
* | Add a library with TUI helpers | Přemysl Janouch | 2017-01-23 | 3 | -0/+301 | |
* | Add ARRAY convenience macros | Přemysl Janouch | 2017-01-23 | 1 | -0/+17 | |
* | MPD client: fix resource leak | Přemysl Janouch | 2017-01-18 | 1 | -1/+5 |