aboutsummaryrefslogtreecommitdiff
path: root/liberty-proto.c
Commit message (Collapse)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
| | | | C99 allows trailing commas.
* 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
| | | | | | | | | 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.
* 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
| | | | Consistency.
* Rename "struct str_vector" to "struct strv"Přemysl Janouch2017-01-231-26/+26
| | | | Short names for things used often.
* 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
| | | | This often eliminates the need for a block where one line is enough.
* 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
And break the API. All in the name of progress!