Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing include for "struct iovec" | Přemysl Janouch | 2018-06-24 | 1 | -0/+1 |
| | |||||
* | Remove .travis.yml | Přemysl Janouch | 2018-06-21 | 1 | -24/+0 |
| | | | | | | We don't depend on any proprietary services no longer. I'll have to make my own replacements with blackjack and hookers. Until then, the file stays in the commit log as an example. | ||||
* | Update README | Přemysl Janouch | 2018-06-21 | 1 | -4/+4 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-21 | 7 | -25/+14 |
| | | | | | | | | | 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. | ||||
* | Describe syntax of advanced configuration w/ PEG | Přemysl Janouch | 2018-04-19 | 1 | -0/+26 |
| | |||||
* | siphash: silence fall-through warnings | Přemysl Janouch | 2017-09-26 | 1 | -7/+7 |
| | |||||
* | Little improvements | Přemysl Janouch | 2017-07-24 | 2 | -3/+3 |
| | |||||
* | MPD client: +mpd_client_send_command_raw() | Přemysl Janouch | 2017-06-26 | 1 | -13/+19 |
| | |||||
* | Improve simple_config_update_from_file() | Přemysl Janouch | 2017-06-22 | 1 | -45/+18 |
| | | | | | | | | | | - considerably shorter - catch file read errors as we should - better error messages, now including the filename - disallow empty keys as they are never used - allow whitespace before start of comment NUL characters stop processing now, though. If anyone cares. | ||||
* | _init() -> _make() where possible | Přemysl Janouch | 2017-06-22 | 6 | -312/+239 |
| | |||||
* | Cleanup | Přemysl Janouch | 2017-06-14 | 2 | -8/+1 |
| | |||||
* | Make config_item_clone() static | Přemysl Janouch | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Add VIM syntax highlight for "config" | Přemysl Janouch | 2017-06-12 | 1 | -0/+26 |
| | |||||
* | Improve read_line() | Přemysl Janouch | 2017-06-12 | 1 | -13/+9 |
| | | | | One less useless boolean variable. | ||||
* | MPD client: abort pending tasks | Přemysl Janouch | 2017-06-04 | 1 | -22/+22 |
| | |||||
* | Update README | Přemysl Janouch | 2017-06-04 | 1 | -0/+2 |
| | |||||
* | Make socket_io_try_*() actually use read/write | Přemysl Janouch | 2017-05-07 | 1 | -5/+5 |
| | | | | So that they can be used with pipes. | ||||
* | Add a warning comment to "poller_fd::closed" | Přemysl Janouch | 2017-05-06 | 2 | -0/+4 |
| | |||||
* | Fix broken toupper_ascii() | Přemysl Janouch | 2017-05-06 | 2 | -2/+2 |
| | | | | Update copyright years. | ||||
* | Add packaging scripts for Meson | Přemysl Janouch | 2017-04-30 | 4 | -0/+69 |
| | | | | | It probably doesn't belong here but I don't feel like creating another repository for this either yet. | ||||
* | Fix the WebSocket frame parser | Přemysl Janouch | 2017-02-06 | 1 | -3/+2 |
| | |||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 6 | -17/+11 |
| | |||||
* | Travis CI: brevify notifications | Přemysl Janouch | 2017-02-03 | 1 | -0/+6 |
| | |||||
* | Fixes to the previous batch of commits | Přemysl Janouch | 2017-01-23 | 2 | -7/+5 |
| | |||||
* | Rename strv_add*() to strv_append*() | Přemysl Janouch | 2017-01-23 | 3 | -24/+24 |
| | | | | Consistency. | ||||
* | Rename str_ensure_space() to str_reserve() | Přemysl Janouch | 2017-01-23 | 2 | -5/+5 |
| | | | | Let's not invent our own terminology. | ||||
* | join_strv() -> strv_join(), take a string argument | Přemysl Janouch | 2017-01-23 | 1 | -2/+2 |
| | |||||
* | Rename "struct str_vector" to "struct strv" | Přemysl Janouch | 2017-01-23 | 4 | -80/+80 |
| | | | | Short names for things used often. | ||||
* | Add a library with TUI helpers | Přemysl Janouch | 2017-01-23 | 3 | -0/+301 |
| | |||||
* | Add ARRAY convenience macros | Přemysl Janouch | 2017-01-23 | 1 | -0/+17 |
| | | | | Because dynamically allocated arrays in C are a pain. | ||||
* | MPD client: fix resource leak | Přemysl Janouch | 2017-01-18 | 1 | -1/+5 |
| | |||||
* | Add some consts to function arguments | Přemysl Janouch | 2016-10-23 | 1 | -9/+9 |
| | |||||
* | 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 | 2 | -2/+653 |
| | |||||
* | Make error_set() return NULL for convenience | Přemysl Janouch | 2016-10-10 | 2 | -37/+19 |
| | | | | 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 | 2 | -21/+8 |
| | |||||
* | Allow ignoring params in http_parse_media_type() | Přemysl Janouch | 2016-10-09 | 1 | -3/+5 |
| | |||||
* | Add some constness to str_map methods | Přemysl Janouch | 2016-10-05 | 1 | -3/+3 |
| | |||||
* | Fix a comment | Přemysl Janouch | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | Use CLOCK_MONOTONIC_RAW for timers if available | Přemysl Janouch | 2016-10-04 | 1 | -1/+4 |
| | | | | Should make timers work more precisely on Linux. | ||||
* | Add config_read_from_file() | Přemysl Janouch | 2016-10-01 | 1 | -0/+21 |
| | |||||
* | Add socket_io_*() functions | Přemysl Janouch | 2016-10-01 | 1 | -0/+71 |
| | |||||
* | Simplify resolve_relative_filename_generic() | Přemysl Janouch | 2016-10-01 | 1 | -14/+6 |
| | |||||
* | Fix Travis CI notifications | Přemysl Janouch | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Add poller_post_fork() for *BSD kqueue | Přemysl Janouch | 2016-03-13 | 1 | -2/+16 |
| | |||||
* | Update README | Přemysl Janouch | 2016-03-13 | 1 | -1/+7 |
| | |||||
* | Fix config schema application | Přemysl Janouch | 2016-02-01 | 1 | -2/+3 |
| | |||||
* | Allow fsync() to fail on special files | Přemysl Janouch | 2016-01-26 | 1 | -1/+2 |
| | |||||
* | Silence warning | Přemysl Janouch | 2016-01-26 | 1 | -1/+3 |
| | |||||
* | Add lock_pid_file() | Přemysl Janouch | 2016-01-17 | 1 | -0/+47 |
| |