aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.c
Commit message (Expand)AuthorAgeFilesLines
* Parse HTTP date in map requests.Vsevolod Stakhov2013-06-261-4/+18
* Allow restriction of update commands for fuzzy storage.Vsevolod Stakhov2013-06-041-1/+1
* Use getaddrinfo when opening sockets.Vsevolod Stakhov2013-05-311-14/+21
* Fix critical memory leak in settings code.Vsevolod Stakhov2013-02-031-10/+22
* Add locking for maps.Vsevolod Stakhov2013-01-081-0/+10
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-9/+15
* * Add support for dynamic configuration to the controller's interface.Vsevolod Stakhov2012-10-021-8/+21
* * Add map_watch_interval configurable.Vsevolod Stakhov2012-09-191-124/+124
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-27/+29
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* * Allow keys without values in kv mapsVsevolod Stakhov2012-05-311-2/+14
* * Use event_base thread safe API to allow parallelism based on threadsVsevolod Stakhov2011-10-261-1/+8
* Remove some warnings.Vsevolod Stakhov2011-10-141-8/+0
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-9/+9
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-201-75/+93
* Fix coredumps on some specific messages with specific urls.Vsevolod Stakhov2011-07-191-3/+10
* Another fix with reload command.Vsevolod Stakhov2011-06-201-3/+4
* * Add new key-value mapVsevolod Stakhov2011-05-251-0/+109
* Add module options checkerVsevolod Stakhov2010-12-081-10/+24
* Add some comments about maps and logging internals.Vsevolod Stakhov2010-11-261-1/+62
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-3/+3
* * Add ability to obtain phished url from luaVsevolod Stakhov2010-11-121-1/+1
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-34/+34
* * Fix stupid error with surbl module reconfig (another one, blame me)Vsevolod Stakhov2010-07-051-0/+19
* * Fix stupid bug in calculating buffer length while reading file mapsVsevolod Stakhov2010-07-011-2/+3
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-4/+4
* * New logic of SURBL module:Vsevolod Stakhov2010-06-181-3/+1
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-26/+25
* * Updates to spf system:Vsevolod Stakhov2009-12-041-2/+13
* * Adopt printf function from nginx for comfortable printing of some data type...Vsevolod Stakhov2009-11-301-28/+29
* * Retab, no functional changesVsevolod Stakhov2009-10-021-221/+218
* * Do not read http reply when we got 304 reply codeVsevolod Stakhov2009-09-231-0/+4
* * Add time out for sync IO as it can cause unpredictable errorsVsevolod Stakhov2009-09-211-3/+3
* * Remove assertVsevolod Stakhov2009-09-161-1/+0
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-151-1/+4
* * Add chunked replies support for http mapsVsevolod Stakhov2009-09-151-6/+98
* * Various bugfixes in map and radix codeVsevolod Stakhov2009-09-031-31/+42
* * Make port working in http map definitionVsevolod Stakhov2009-07-291-3/+6
* * Fix initializing of http reply structure to avoid core dumps when we got co...Vsevolod Stakhov2009-07-281-0/+1
* * Add received headers parserVsevolod Stakhov2009-07-221-0/+1
* * Add http maps supportVsevolod Stakhov2009-07-211-18/+365
* * Introduce new common system of map files, that can be used for different ty...Vsevolod Stakhov2009-07-201-0/+365