Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: a tiny bit better messages | Přemysl Janouch | 2015-05-03 | 1 | -1/+3 |
| | |||||
* | config: fix string parsing | Přemysl Janouch | 2015-05-02 | 1 | -0/+1 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2015-05-02 | 1 | -25/+0 |
| | |||||
* | config: fixes | Přemysl Janouch | 2015-05-02 | 1 | -28/+31 |
| | |||||
* | config: on_changed -> on_change | Přemysl Janouch | 2015-05-02 | 1 | -5/+5 |
| | |||||
* | config: simplify and mostly finish | Přemysl Janouch | 2015-05-02 | 1 | -49/+55 |
| | | | | | | | | What still sucks: - "on_change" callbacks have little information; maybe we could add a user-defined field to the schema; also config_schema_apply_to_object() might assign "user_data" - no idea how to generate the default configuration file | ||||
* | config: implement config_schema_apply_to_object() | Přemysl Janouch | 2015-05-02 | 1 | -24/+64 |
| | |||||
* | config: implement config_load() | Přemysl Janouch | 2015-05-02 | 1 | -4/+21 |
| | |||||
* | config: assert that strings are valid UTF-8 | Přemysl Janouch | 2015-05-02 | 1 | -0/+2 |
| | |||||
* | config: implement string tokenizing | Přemysl Janouch | 2015-05-02 | 1 | -2/+123 |
| | |||||
* | config: finish config_item_write() implementation | Přemysl Janouch | 2015-05-02 | 1 | -1/+19 |
| | |||||
* | config: implement a few more methods | Přemysl Janouch | 2015-05-02 | 1 | -7/+32 |
| | |||||
* | config: get rid of "is_nullable" | Přemysl Janouch | 2015-05-02 | 1 | -4/+3 |
| | | | | If it doesn't have a default, it just is. | ||||
* | Move some macros to common.c | Přemysl Janouch | 2015-05-02 | 1 | -0/+13 |
| | |||||
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-01 | 1 | -2/+1 |
| | |||||
* | Implement config_item_get() | Přemysl Janouch | 2015-05-01 | 1 | -2/+37 |
| | |||||
* | Implement config_item_set_from() | Přemysl Janouch | 2015-05-01 | 1 | -13/+97 |
| | |||||
* | Allow extra newlines before right brace in config | Přemysl Janouch | 2015-05-01 | 1 | -0/+1 |
| | |||||
* | Halfplement configuration writing | Přemysl Janouch | 2015-05-01 | 1 | -2/+88 |
| | |||||
* | Fix error reporting in configuration parsing | Přemysl Janouch | 2015-05-01 | 1 | -15/+64 |
| | |||||
* | Start writing a new configuration system | Přemysl Janouch | 2015-05-01 | 1 | -0/+596 |
| | | | | For degesch but in the long term for the rest as well. | ||||
* | Prepare for a custom logger in degesch | Přemysl Janouch | 2015-04-11 | 1 | -5/+7 |
| | |||||
* | Move the SOCKS code to common.c | Přemysl Janouch | 2015-04-11 | 1 | -0/+407 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2015-03-29 | 1 | -170/+1 |
| | |||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -2026/+12 |
| | |||||
* | Add a useful assertion to the poller | Přemysl Janouch | 2015-02-21 | 1 | -0/+2 |
| | |||||
* | Avoid null pointer dereference | Přemysl Janouch | 2015-02-14 | 1 | -0/+2 |
| | | | | In irc_listen_resolve() with NULL `host'. | ||||
* | Import optimized event loop from ponymap | Přemysl Janouch | 2015-02-12 | 1 | -184/+268 |
| | |||||
* | Import option handler from ponymap | Přemysl Janouch | 2015-02-11 | 1 | -0/+149 |
| | |||||
* | Fixes | Přemysl Janouch | 2014-09-27 | 1 | -1/+3 |
| | |||||
* | Fix timers | Přemysl Janouch | 2014-09-20 | 1 | -9/+9 |
| | |||||
* | s/_func/_fn/ | Přemysl Janouch | 2014-09-19 | 1 | -8/+8 |
| | |||||
* | Fix removal from dispatch in timer callbacks | Přemysl Janouch | 2014-09-19 | 1 | -2/+2 |
| | |||||
* | Another fix for the legacy poller | Přemysl Janouch | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | Fix infinite loop in the legacy poller | Přemysl Janouch | 2014-08-18 | 1 | -4/+2 |
| | |||||
* | Bump _XOPEN_SOURCE to 600 | Přemysl Janouch | 2014-08-18 | 1 | -1/+1 |
| | | | | | Otherwise it's not going to compile on FreeBSD, because of e.g. missing v/snprintf() and va_copy(). | ||||
* | Deal better with displaying IPv6 addresses | Přemysl Janouch | 2014-08-17 | 1 | -0/+9 |
| | |||||
* | Remove the `src' directory | Přemysl Janouch | 2014-08-10 | 1 | -0/+1988 |
There are not that many files, and aren't going to be. |