aboutsummaryrefslogtreecommitdiff
path: root/liberty-proto.c
Commit message (Expand)AuthorAgeFilesLines
* MPD client: fix build on OpenIndianaPřemysl Eric Janouch2023-07-241-5/+5
* Remove pointless, wrong constantPřemysl Eric Janouch2021-12-181-1/+0
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-301-1/+1
* Fix a memory leak in mpd_client_parse_line()Přemysl Eric Janouch2020-10-121-4/+3
* Name changePřemysl Eric Janouch2020-08-011-1/+1
* Fix the SCGI parser and testsPřemysl Janouch2018-10-181-1/+4
* Allow aborting the FastCGI protocol parserPřemysl Janouch2018-10-181-6/+8
* Add some commentsPřemysl Janouch2018-10-111-0/+5
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-211-3/+2
* MPD client: +mpd_client_send_command_raw()Přemysl Janouch2017-06-261-13/+19
* _init() -> _make() where possiblePřemysl Janouch2017-06-221-78/+60
* MPD client: abort pending tasksPřemysl Janouch2017-06-041-22/+22
* Add a warning comment to "poller_fd::closed"Přemysl Janouch2017-05-061-0/+1
* Fix the WebSocket frame parserPřemysl Janouch2017-02-061-3/+2
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+0
* Rename strv_add*() to strv_append*()Přemysl Janouch2017-01-231-7/+7
* Rename "struct str_vector" to "struct strv"Přemysl Janouch2017-01-231-26/+26
* MPD client: fix resource leakPřemysl Janouch2017-01-181-1/+5
* MPD client: support command_list_ok_beginPřemysl Janouch2016-10-131-4/+12
* Import an MPD client interfacePřemysl Janouch2016-10-111-1/+648
* Make error_set() return NULL for conveniencePřemysl Janouch2016-10-101-18/+7
* Merge cstr_split() and cstr_split_ignore_empty()Přemysl Janouch2016-10-091-1/+1
* Allow ignoring params in http_parse_media_type()Přemysl Janouch2016-10-091-3/+5
* Import stuff from uirc3Přemysl Janouch2015-07-111-7/+10
* IRC: properly unescape message tagsPřemysl Janouch2015-06-111-1/+30
* Fix typo in commentPřemysl Janouch2015-05-021-1/+1
* Add more stuffPřemysl Janouch2015-03-291-0/+1279