summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Try to fix bloody SORTED_RECIPS ruleVsevolod Stakhov2015-12-021-2/+7
* Fix parsing of url encoded href tagsVsevolod Stakhov2015-12-021-1/+8
* Match any newline character in regexpsVsevolod Stakhov2015-12-021-0/+3
* Another try to fix locked statements in sqliteVsevolod Stakhov2015-12-011-1/+1
* Cleanup statement correctlyVsevolod Stakhov2015-12-011-3/+3
* Fix old sqlite supportVsevolod Stakhov2015-12-011-3/+11
* Another try to fight with WAL growthVsevolod Stakhov2015-12-011-1/+16
* Add routines to get count of captures and backrefsVsevolod Stakhov2015-12-012-0/+33
* Start new regexp cache optimizerVsevolod Stakhov2015-12-013-0/+232
* Add support of g_int64 hash for old glibVsevolod Stakhov2015-12-012-0/+14
* Rework ratelimit pluginVsevolod Stakhov2015-11-301-15/+38
* Remove extra code for IP urls in surbl moduleVsevolod Stakhov2015-11-301-49/+24
* Fix configtestVsevolod Stakhov2015-11-303-8/+9
* Use special flag for classifier symbolsVsevolod Stakhov2015-11-302-2/+4
* Fix loop iteration for IP uribl.Vsevolod Stakhov2015-11-301-1/+0
* More fixes for learning IOVsevolod Stakhov2015-11-301-16/+40
* Change logic of fuzzy requests retransmittingVsevolod Stakhov2015-11-301-8/+34
* Add routine to add events for a specific watcher structureVsevolod Stakhov2015-11-293-2/+18
* Avoid treating of URLs as zero terminated stringsVsevolod Stakhov2015-11-294-31/+23
* Add missing components normalizationVsevolod Stakhov2015-11-281-5/+17
* More fixes to url numeric conversionsVsevolod Stakhov2015-11-281-9/+19
* Start to fix url decoding shiftingVsevolod Stakhov2015-11-283-20/+134
* Add guard for ratelimit checksVsevolod Stakhov2015-11-281-1/+3
* Fix rules countVsevolod Stakhov2015-11-271-0/+1
* Add alias for 'options = noip' as 'no_ip = true'Vsevolod Stakhov2015-11-271-0/+8
* Support IP DNS black lists for URIBLVsevolod Stakhov2015-11-273-14/+117
* Remove escaping of log strings as it seems to be uselessVsevolod Stakhov2015-11-271-3/+0
* Fix multiple classifiers support.Vsevolod Stakhov2015-11-271-7/+16
* Fix forking and epoll/kqueueVsevolod Stakhov2015-11-272-0/+10
* Improve informational message from regexp moduleVsevolod Stakhov2015-11-271-3/+7
* Fix initialization orderVsevolod Stakhov2015-11-274-10/+18
* Add informational messages about modules initializationVsevolod Stakhov2015-11-277-4/+21
* Fix order of loadingVsevolod Stakhov2015-11-271-3/+3
* Use atomic ops if possibleVsevolod Stakhov2015-11-264-3/+27
* Fix stupid error when removing `words` memberVsevolod Stakhov2015-11-261-4/+3
* Generate fuzzy hashes from task metadata (URLs and headers)Vsevolod Stakhov2015-11-261-0/+146
* Use the same hash seed for urls as we need some static orderVsevolod Stakhov2015-11-261-1/+1
* Remove legacy words, use merely normalized_wordsVsevolod Stakhov2015-11-266-34/+10
* Add is_uppercase utility for utf8 stringsVsevolod Stakhov2015-11-261-0/+53
* Fix delayed forkVsevolod Stakhov2015-11-261-1/+0
* Fix raw logic inversion in `get_header` methodVsevolod Stakhov2015-11-261-1/+1
* Add additional checks for mail addressesVsevolod Stakhov2015-11-261-2/+4
* More fixes for url parsingVsevolod Stakhov2015-11-261-0/+12
* Fix race condition when opening sqlite dbVsevolod Stakhov2015-11-251-3/+9
* Move all updates to a single transaction.Vsevolod Stakhov2015-11-253-63/+78
* Implement new fuzzy updates architectureVsevolod Stakhov2015-11-251-16/+171
* Use the correct key to fix memory issuesVsevolod Stakhov2015-11-251-2/+1
* Do not enable accept event with no handlerVsevolod Stakhov2015-11-251-12/+14
* Clean log buffer when forkingVsevolod Stakhov2015-11-251-0/+15
* Implement listening for srv pipe in the main processVsevolod Stakhov2015-11-254-29/+67