Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MPD client: fix argument quoting | Přemysl Eric Janouch | 2024-08-07 | 1 | -8/+8 |
| | |||||
* | MPD client: save the protocol version | Přemysl Eric Janouch | 2024-08-07 | 1 | -3/+4 |
| | |||||
* | MPD client: fix build on OpenIndiana | Přemysl Eric Janouch | 2023-07-24 | 1 | -5/+5 |
| | |||||
* | Remove pointless, wrong constant | Přemysl Eric Janouch | 2021-12-18 | 1 | -1/+0 |
| | | | | C99 allows trailing commas. | ||||
* | Add clang-format configuration, clean up | Přemysl Eric Janouch | 2021-10-30 | 1 | -1/+1 |
| | |||||
* | Fix a memory leak in mpd_client_parse_line() | Přemysl Eric Janouch | 2020-10-12 | 1 | -4/+3 |
| | |||||
* | Name change | Přemysl Eric Janouch | 2020-08-01 | 1 | -1/+1 |
| | |||||
* | Fix the SCGI parser and tests | Přemysl Janouch | 2018-10-18 | 1 | -1/+4 |
| | |||||
* | Allow aborting the FastCGI protocol parser | Přemysl Janouch | 2018-10-18 | 1 | -6/+8 |
| | |||||
* | Add some comments | Přemysl Janouch | 2018-10-11 | 1 | -0/+5 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-21 | 1 | -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 Janouch | 2017-06-26 | 1 | -13/+19 |
| | |||||
* | _init() -> _make() where possible | Přemysl Janouch | 2017-06-22 | 1 | -78/+60 |
| | |||||
* | MPD client: abort pending tasks | Přemysl Janouch | 2017-06-04 | 1 | -22/+22 |
| | |||||
* | Add a warning comment to "poller_fd::closed" | Přemysl Janouch | 2017-05-06 | 1 | -0/+1 |
| | |||||
* | Fix the WebSocket frame parser | Přemysl Janouch | 2017-02-06 | 1 | -3/+2 |
| | |||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+0 |
| | |||||
* | Rename strv_add*() to strv_append*() | Přemysl Janouch | 2017-01-23 | 1 | -7/+7 |
| | | | | Consistency. | ||||
* | Rename "struct str_vector" to "struct strv" | Přemysl Janouch | 2017-01-23 | 1 | -26/+26 |
| | | | | Short names for things used often. | ||||
* | MPD client: fix resource leak | Přemysl Janouch | 2017-01-18 | 1 | -1/+5 |
| | |||||
* | MPD client: support command_list_ok_begin | Přemysl Janouch | 2016-10-13 | 1 | -4/+12 |
| | |||||
* | Import an MPD client interface | Přemysl Janouch | 2016-10-11 | 1 | -1/+648 |
| | |||||
* | Make error_set() return NULL for convenience | Přemysl Janouch | 2016-10-10 | 1 | -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 Janouch | 2016-10-09 | 1 | -1/+1 |
| | |||||
* | Allow ignoring params in http_parse_media_type() | Přemysl Janouch | 2016-10-09 | 1 | -3/+5 |
| | |||||
* | Import stuff from uirc3 | Přemysl Janouch | 2015-07-11 | 1 | -7/+10 |
| | |||||
* | IRC: properly unescape message tags | Přemysl Janouch | 2015-06-11 | 1 | -1/+30 |
| | |||||
* | Fix typo in comment | Přemysl Janouch | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | Add more stuff | Přemysl Janouch | 2015-03-29 | 1 | -0/+1279 |
And break the API. All in the name of progress! |