aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a slogan of sortsPřemysl Eric Janouch2020-08-011-0/+3
* Name changePřemysl Eric Janouch2020-08-016-6/+6
* Improve setjmp safety in config parserPřemysl Janouch2020-04-191-5/+7
* Fix the SCGI parser and testsPřemysl Janouch2018-10-182-9/+27
* Allow aborting the FastCGI protocol parserPřemysl Janouch2018-10-182-7/+9
* Add some commentsPřemysl Janouch2018-10-111-0/+5
* Add missing include for "struct iovec"Přemysl Janouch2018-06-241-0/+1
* Remove .travis.ymlPřemysl Janouch2018-06-211-24/+0
* Update READMEPřemysl Janouch2018-06-211-4/+4
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-217-25/+14
* Describe syntax of advanced configuration w/ PEGPřemysl Janouch2018-04-191-0/+26
* siphash: silence fall-through warningsPřemysl Janouch2017-09-261-7/+7
* Little improvementsPřemysl Janouch2017-07-242-3/+3
* MPD client: +mpd_client_send_command_raw()Přemysl Janouch2017-06-261-13/+19
* Improve simple_config_update_from_file()Přemysl Janouch2017-06-221-45/+18
* _init() -> _make() where possiblePřemysl Janouch2017-06-226-312/+239
* CleanupPřemysl Janouch2017-06-142-8/+1
* Make config_item_clone() staticPřemysl Janouch2017-06-121-1/+1
* Add VIM syntax highlight for "config"Přemysl Janouch2017-06-121-0/+26
* Improve read_line()Přemysl Janouch2017-06-121-13/+9
* MPD client: abort pending tasksPřemysl Janouch2017-06-041-22/+22
* Update READMEPřemysl Janouch2017-06-041-0/+2
* Make socket_io_try_*() actually use read/writePřemysl Janouch2017-05-071-5/+5
* Add a warning comment to "poller_fd::closed"Přemysl Janouch2017-05-062-0/+4
* Fix broken toupper_ascii()Přemysl Janouch2017-05-062-2/+2
* Add packaging scripts for MesonPřemysl Janouch2017-04-304-0/+69
* Fix the WebSocket frame parserPřemysl Janouch2017-02-061-3/+2
* Fix and update LICENSEPřemysl Janouch2017-02-036-17/+11
* Travis CI: brevify notificationsPřemysl Janouch2017-02-031-0/+6
* Fixes to the previous batch of commitsPřemysl Janouch2017-01-232-7/+5
* Rename strv_add*() to strv_append*()Přemysl Janouch2017-01-233-24/+24
* Rename str_ensure_space() to str_reserve()Přemysl Janouch2017-01-232-5/+5
* join_strv() -> strv_join(), take a string argumentPřemysl Janouch2017-01-231-2/+2
* Rename "struct str_vector" to "struct strv"Přemysl Janouch2017-01-234-80/+80
* Add a library with TUI helpersPřemysl Janouch2017-01-233-0/+301
* Add ARRAY convenience macrosPřemysl Janouch2017-01-231-0/+17
* MPD client: fix resource leakPřemysl Janouch2017-01-181-1/+5
* Add some consts to function argumentsPřemysl Janouch2016-10-231-9/+9
* MPD client: support command_list_ok_beginPřemysl Janouch2016-10-131-4/+12
* Import an MPD client interfacePřemysl Janouch2016-10-112-2/+653
* Make error_set() return NULL for conveniencePřemysl Janouch2016-10-102-37/+19
* Merge cstr_split() and cstr_split_ignore_empty()Přemysl Janouch2016-10-092-21/+8
* Allow ignoring params in http_parse_media_type()Přemysl Janouch2016-10-091-3/+5
* Add some constness to str_map methodsPřemysl Janouch2016-10-051-3/+3
* Fix a commentPřemysl Janouch2016-10-041-1/+1
* Use CLOCK_MONOTONIC_RAW for timers if availablePřemysl Janouch2016-10-041-1/+4
* Add config_read_from_file()Přemysl Janouch2016-10-011-0/+21
* Add socket_io_*() functionsPřemysl Janouch2016-10-011-0/+71
* Simplify resolve_relative_filename_generic()Přemysl Janouch2016-10-011-14/+6
* Fix Travis CI notificationsPřemysl Janouch2016-03-141-1/+1