aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add VIM syntax highlight for "config"Přemysl Janouch2017-06-121-0/+26
|
* Improve read_line()Přemysl Janouch2017-06-121-13/+9
| | | | One less useless boolean variable.
* MPD client: abort pending tasksPřemysl Janouch2017-06-041-22/+22
|
* Update READMEPřemysl Janouch2017-06-041-0/+2
|
* Make socket_io_try_*() actually use read/writePřemysl Janouch2017-05-071-5/+5
| | | | So that they can be used with pipes.
* Add a warning comment to "poller_fd::closed"Přemysl Janouch2017-05-062-0/+4
|
* Fix broken toupper_ascii()Přemysl Janouch2017-05-062-2/+2
| | | | Update copyright years.
* Add packaging scripts for MesonPřemysl Janouch2017-04-304-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 parserPřemysl Janouch2017-02-061-3/+2
|
* Fix and update LICENSEPřemysl Janouch2017-02-036-17/+11
|
* Travis CI: brevify notificationsPřemysl Janouch2017-02-031-0/+6
|
* Fixes to the previous batch of commitsPřemysl Janouch2017-01-232-7/+5
|
* Rename strv_add*() to strv_append*()Přemysl Janouch2017-01-233-24/+24
| | | | Consistency.
* Rename str_ensure_space() to str_reserve()Přemysl Janouch2017-01-232-5/+5
| | | | Let's not invent our own terminology.
* join_strv() -> strv_join(), take a string argumentPřemysl Janouch2017-01-231-2/+2
|
* Rename "struct str_vector" to "struct strv"Přemysl Janouch2017-01-234-80/+80
| | | | Short names for things used often.
* Add a library with TUI helpersPřemysl Janouch2017-01-233-0/+301
|
* Add ARRAY convenience macrosPřemysl Janouch2017-01-231-0/+17
| | | | Because dynamically allocated arrays in C are a pain.
* MPD client: fix resource leakPřemysl Janouch2017-01-181-1/+5
|
* Add some consts to function argumentsPřemysl Janouch2016-10-231-9/+9
|
* MPD client: support command_list_ok_beginPřemysl Janouch2016-10-131-4/+12
|
* Import an MPD client interfacePřemysl Janouch2016-10-112-2/+653
|
* Make error_set() return NULL for conveniencePřemysl Janouch2016-10-102-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 Janouch2016-10-092-21/+8
|
* Allow ignoring params in http_parse_media_type()Přemysl Janouch2016-10-091-3/+5
|
* Add some constness to str_map methodsPřemysl Janouch2016-10-051-3/+3
|
* Fix a commentPřemysl Janouch2016-10-041-1/+1
|
* Use CLOCK_MONOTONIC_RAW for timers if availablePřemysl Janouch2016-10-041-1/+4
| | | | Should make timers work more precisely on Linux.
* Add config_read_from_file()Přemysl Janouch2016-10-011-0/+21
|
* Add socket_io_*() functionsPřemysl Janouch2016-10-011-0/+71
|
* Simplify resolve_relative_filename_generic()Přemysl Janouch2016-10-011-14/+6
|
* Fix Travis CI notificationsPřemysl Janouch2016-03-141-1/+1
|
* Add poller_post_fork() for *BSD kqueuePřemysl Janouch2016-03-131-2/+16
|
* Update READMEPřemysl Janouch2016-03-131-1/+7
|
* Fix config schema applicationPřemysl Janouch2016-02-011-2/+3
|
* Allow fsync() to fail on special filesPřemysl Janouch2016-01-261-1/+2
|
* Silence warningPřemysl Janouch2016-01-261-1/+3
|
* Add lock_pid_file()Přemysl Janouch2016-01-171-0/+47
|
* Get rid of struct typedefsPřemysl Janouch2016-01-171-9/+6
|
* CleanupPřemysl Janouch2016-01-161-13/+6
|
* Shuffle codePřemysl Janouch2016-01-161-90/+88
|
* Don't crash when new threads can't be createdPřemysl Janouch2016-01-161-5/+59
|
* Use a more generic API in write_file{,_safe}()Přemysl Janouch2016-01-151-5/+7
|
* Make writing files a bit saferPřemysl Janouch2016-01-131-3/+19
| | | | Especially configuration files.
* Allow arbitrary configuration keysPřemysl Janouch2016-01-091-2/+22
| | | | | So that if the application decides to use them, neither writing nor loading of the configuration doesn't brutally fail.
* Copy user_data in config_item_set_fromPřemysl Janouch2016-01-091-0/+1
| | | | | | So that the validation callback can make use of it. This is analogous to the change in schema application.
* Fix usage of freeaddrinfo() in connectorPřemysl Janouch2016-01-041-1/+2
|
* Fix the kqueue poller backendPřemysl Janouch2016-01-041-3/+3
|
* Fix build of tests under BSDPřemysl Janouch2016-01-041-4/+19
|
* Add a test for connectorPřemysl Janouch2016-01-031-0/+161
|