Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use kqueue on Darwin as well | Přemysl Eric Janouch | 2021-09-29 | 1 | -4/+3 | |
| | | | | | | | | | | Since poll() is implemented in terms of kqueue() there, it doesn't seem like this could have improved anything. Besides man 3 ev, libevent code, and [1], I haven't managed to find much relevant information. [1] https://daniel.haxx.se/blog/2016/10/11/poll-on-mac-10-12-is-broken/ | |||||
* | Ignore empty XDG_*_DIRS env. variables | Přemysl Eric Janouch | 2021-09-26 | 1 | -2/+2 | |
| | | | | | | | | As the specification says we should. GLib does this as well. It is still possible to achieve an empty set by using ":", which are two non-absolute paths that should be ignored. GLib doesn't implement this. Thus, we're now better than GLib. | |||||
* | Escape DEL character in config_item_write_string() | Přemysl Eric Janouch | 2020-10-31 | 1 | -7/+9 | |
| | ||||||
* | CMakeLists.txt: omit end{if,foreach} expressions | Přemysl Eric Janouch | 2020-10-29 | 1 | -5/+5 | |
| | | | | Their usefulness was almost negative. | |||||
* | CMakeLists.txt: clean up OpenBSD support | Přemysl Eric Janouch | 2020-10-29 | 1 | -2/+0 | |
| | | | | A few things might have changed. | |||||
* | Don't suppress -Wimplicit-fallthrough | Přemysl Eric Janouch | 2020-10-26 | 1 | -1/+1 | |
| | | | | Might have already been resolved by: 9494e8e da75b6f | |||||
* | Fix validation of overlong UTF-8 | Přemysl Eric Janouch | 2020-10-24 | 2 | -8/+6 | |
| | | | | | It was too strict and Egyptian dicks didn't want to pass, so we'll do it half-arsedly for a subset. | |||||
* | Fix config PEG grammar to match strtoll() | Přemysl Eric Janouch | 2020-10-24 | 1 | -1/+1 | |
| | ||||||
* | Split out utf8_validate_cp(), adhere to RFC 3629 | Přemysl Eric Janouch | 2020-10-21 | 1 | -1/+8 | |
| | ||||||
* | Reject overlong UTF-8 sequences | Přemysl Eric Janouch | 2020-10-21 | 2 | -4/+11 | |
| | ||||||
* | Fix optional arguments in --help output | Přemysl Eric Janouch | 2020-10-13 | 1 | -1/+1 | |
| | | | | An equals sign is necessary. | |||||
* | Improve the UTF-8 API | Přemysl Eric Janouch | 2020-10-12 | 2 | -29/+30 | |
| | | | | We need to be able to detect partial sequences. | |||||
* | 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 | |
| | | | | | It had a duality between not requiring null-terminated input and relying on it, depending on where you looked. | |||||
* | Add remaining fuzzing entry points | Přemysl Eric Janouch | 2020-10-12 | 2 | -7/+94 | |
| | | | | Closes #1 | |||||
* | Add a basic fuzzing framework using libFuzzer | Přemysl Eric Janouch | 2020-10-11 | 3 | -2/+232 | |
| | | | | Updates #1 | |||||
* | Import xwrite(), cstr_set(), resolve_..._template() | Přemysl Eric Janouch | 2020-10-10 | 1 | -9/+58 | |
| | | | | From degesch and json-rpc-shell. | |||||
* | Rename cstr_transform() argument | Přemysl Eric Janouch | 2020-10-10 | 1 | -2/+2 | |
| | | | | It does not always have to be tolower(). | |||||
* | 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 | |
| | | | | It's too easy to miss the DEL character. | |||||
* | 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 | |
| | | | | | | We don't depend on any proprietary services no longer. I'll have to make my own replacements with blackjack and hookers. Until then, the file stays in the commit log as an example. | |||||
* | 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 | |
| | | | | | | | | | 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. | |||||
* | 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 | |
| | | | | | | | | | | - considerably shorter - catch file read errors as we should - better error messages, now including the filename - disallow empty keys as they are never used - allow whitespace before start of comment NUL characters stop processing now, though. If anyone cares. | |||||
* | _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 | |
| | | | | One less useless boolean variable. | |||||
* | 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 | |
| | | | | So that they can be used with pipes. | |||||
* | 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 | |
| | | | | Update copyright years. | |||||
* | Add packaging scripts for Meson | Přemysl Janouch | 2017-04-30 | 4 | -0/+69 | |
| | | | | | It probably doesn't belong here but I don't feel like creating another repository for this either yet. | |||||
* | Fix the WebSocket frame parser | Přemysl Janouch | 2017-02-06 | 1 | -3/+2 | |
| |