Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a warning comment to "poller_fd::closed" | Přemysl Janouch | 2017-05-06 | 1 | -0/+3 |
* | Fix broken toupper_ascii() | Přemysl Janouch | 2017-05-06 | 1 | -1/+1 |
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+0 |
* | Fixes to the previous batch of commits | Přemysl Janouch | 2017-01-23 | 1 | -4/+4 |
* | Rename strv_add*() to strv_append*() | Přemysl Janouch | 2017-01-23 | 1 | -12/+12 |
* | Rename str_ensure_space() to str_reserve() | Přemysl Janouch | 2017-01-23 | 1 | -4/+4 |
* | 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 | 1 | -36/+36 |
* | Add ARRAY convenience macros | Přemysl Janouch | 2017-01-23 | 1 | -0/+17 |
* | Add some consts to function arguments | Přemysl Janouch | 2016-10-23 | 1 | -9/+9 |
* | Make error_set() return NULL for convenience | Přemysl Janouch | 2016-10-10 | 1 | -19/+12 |
* | Merge cstr_split() and cstr_split_ignore_empty() | Přemysl Janouch | 2016-10-09 | 1 | -20/+7 |
* | 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 |
* | 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 |
* | Add poller_post_fork() for *BSD kqueue | Přemysl Janouch | 2016-03-13 | 1 | -2/+16 |
* | 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 |
* | Get rid of struct typedefs | Přemysl Janouch | 2016-01-17 | 1 | -9/+6 |
* | Cleanup | Přemysl Janouch | 2016-01-16 | 1 | -13/+6 |
* | Shuffle code | Přemysl Janouch | 2016-01-16 | 1 | -90/+88 |
* | Don't crash when new threads can't be created | Přemysl Janouch | 2016-01-16 | 1 | -5/+59 |
* | Use a more generic API in write_file{,_safe}() | Přemysl Janouch | 2016-01-15 | 1 | -5/+7 |
* | Make writing files a bit safer | Přemysl Janouch | 2016-01-13 | 1 | -3/+19 |
* | Allow arbitrary configuration keys | Přemysl Janouch | 2016-01-09 | 1 | -2/+22 |
* | Copy user_data in config_item_set_from | Přemysl Janouch | 2016-01-09 | 1 | -0/+1 |
* | Fix usage of freeaddrinfo() in connector | Přemysl Janouch | 2016-01-04 | 1 | -1/+2 |
* | Fix the kqueue poller backend | Přemysl Janouch | 2016-01-04 | 1 | -3/+3 |
* | Update copyright years | Přemysl Janouch | 2016-01-03 | 1 | -1/+1 |
* | Add a CONTAINER_OF macro | Přemysl Janouch | 2016-01-03 | 1 | -0/+3 |
* | Rewrite connector to use asynchronous getaddrinfo | Přemysl Janouch | 2016-01-03 | 1 | -50/+89 |
* | Add asynchronous getnameinfo() | Přemysl Janouch | 2016-01-02 | 1 | -0/+64 |
* | Add asynchronous getaddrinfo() | Přemysl Janouch | 2016-01-02 | 1 | -0/+71 |
* | Add an async job manager to the poller | Přemysl Janouch | 2016-01-02 | 1 | -34/+86 |
* | Add a framework for asynchronous jobs | Přemysl Janouch | 2016-01-02 | 1 | -0/+191 |
* | Pass hostname in connector's success callback | Přemysl Janouch | 2016-01-01 | 1 | -15/+17 |
* | Stylistic, equivalent change | Přemysl Janouch | 2015-12-28 | 1 | -4/+2 |
* | Make config_schema_initialize_item more useful | Přemysl Janouch | 2015-12-28 | 1 | -11/+15 |
* | Constify str_map_iter | Přemysl Janouch | 2015-12-28 | 1 | -6/+9 |
* | Add read_file() and write_file() | Přemysl Janouch | 2015-12-13 | 1 | -46/+89 |
* | Import configuration module from uirc3 | Přemysl Janouch | 2015-12-11 | 1 | -0/+1118 |
* | Run tests in different processes | Přemysl Janouch | 2015-12-10 | 1 | -20/+74 |
* | Fix a nasty bug in utf8_next() | Přemysl Janouch | 2015-12-10 | 1 | -11/+9 |
* | Path searching changes | Přemysl Janouch | 2015-11-19 | 1 | -53/+88 |
* | Fix epoll with no FDs to watch over | Přemysl Janouch | 2015-08-22 | 1 | -1/+1 |