aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Stylistic, equivalent changePřemysl Janouch2015-12-281-4/+2
|
* Make config_schema_initialize_item more usefulPřemysl Janouch2015-12-281-11/+15
| | | | By also allowing it to set the user_data member.
* Constify str_map_iterPřemysl Janouch2015-12-281-6/+9
|
* Add read_file() and write_file()Přemysl Janouch2015-12-131-46/+89
| | | | And refactor the simple configuration module a bit.
* Import configuration module from uirc3Přemysl Janouch2015-12-111-0/+1118
| | | | It seems to be mature enough, and it's just a bit too useful.
* Run tests in different processesPřemysl Janouch2015-12-101-20/+74
| | | | So that one broken test doesn't cause the rest to be effectively skipped.
* Add a test for utf8_iterPřemysl Janouch2015-12-101-0/+8
|
* Fix a nasty bug in utf8_next()Přemysl Janouch2015-12-101-11/+9
| | | | Uppercase ASCII was read incorrectly.
* Fix running tests on Windows etc.Přemysl Janouch2015-12-101-1/+1
|
* Path searching changesPřemysl Janouch2015-11-191-53/+88
| | | | | | | - fixed XDG config file search (didn't include /etc/xdg) - added XDG data file search - added a generic function to build custom resolvers - code reshuffled
* Convert README to AsciiDocPřemysl Janouch2015-09-271-2/+2
|
* Travis CI: Update IRC server addressPřemysl Janouch2015-08-221-1/+1
|
* Fix epoll with no FDs to watch overPřemysl Janouch2015-08-221-1/+1
|
* Fix an embarrassing bug in msg_unpackerPřemysl Janouch2015-08-171-1/+1
|
* Import the connector from uirc3Přemysl Janouch2015-08-171-0/+244
|
* Rename configuration to simple_config_*Přemysl Janouch2015-08-161-9/+11
| | | | So that it doesn't conflict with the enhanced one in uirc3.
* Make an assertion give more informationPřemysl Janouch2015-08-161-1/+2
|
* Add kqueue supportpremysl2015-08-061-2/+245
| | | | Successfully tested on OpenBSD with ponymap.
* Don't return ugly error strings from OpenSSLPřemysl Janouch2015-07-151-3/+3
|
* Get rid of siphash.h as we don't use itPřemysl Janouch2015-07-142-13/+1
|
* Allow str_map siphash key randomizationPřemysl Janouch2015-07-141-41/+76
|
* Add str_map_steal()Přemysl Janouch2015-07-141-0/+14
|
* Add "str_map_unset_iter"Přemysl Janouch2015-07-142-36/+115
|
* Import stuff from uirc3Přemysl Janouch2015-07-112-122/+207
|
* Do tilde expansion in resolve_config_filename()Přemysl Janouch2015-07-011-0/+42
|
* Add str_vector_steal()Přemysl Janouch2015-06-261-3/+10
|
* IRC: fix testsPřemysl Janouch2015-06-111-2/+2
|
* IRC: add some testsPřemysl Janouch2015-06-111-1/+41
|
* IRC: properly unescape message tagsPřemysl Janouch2015-06-111-1/+30
|
* Extend UTF-8 code a bitPřemysl Janouch2015-05-071-8/+47
|
* Don't print out full path in assertionsPřemysl Janouch2015-05-071-0/+3
|
* Fix isspace_ascii(), add new _ascii() functionsPřemysl Janouch2015-05-021-1/+27
|
* Fix str_pack_u16() argumentPřemysl Janouch2015-05-021-1/+1
|
* Fix typo in commentPřemysl Janouch2015-05-021-1/+1
|
* Factor out str_map_clear()Přemysl Janouch2015-03-291-1/+9
|
* Add more stuffPřemysl Janouch2015-03-296-41/+1764
| | | | And break the API. All in the name of progress!
* Fix formattingPřemysl Janouch2015-03-291-1/+1
|
* Initial commitPřemysl Janouch2015-02-2810-0/+3114