aboutsummaryrefslogtreecommitdiff
path: root/liberty-proto.c
Commit message (Collapse)AuthorAgeFilesLines
* 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!