summaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
* Add ability to ignore certain symbols in metric when validating cacheVsevolod Stakhov2015-12-034-30/+83
* Fix parsing of url encoded href tagsVsevolod Stakhov2015-12-021-1/+8
* 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
* Start new regexp cache optimizerVsevolod Stakhov2015-12-013-0/+232
* Fix configtestVsevolod Stakhov2015-11-301-2/+2
* Use special flag for classifier symbolsVsevolod Stakhov2015-11-302-2/+4
* Add routine to add events for a specific watcher structureVsevolod Stakhov2015-11-292-0/+17
* Avoid treating of URLs as zero terminated stringsVsevolod Stakhov2015-11-292-4/+2
* 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-282-18/+134
* Fix forking and epoll/kqueueVsevolod Stakhov2015-11-272-0/+10
* Fix initialization orderVsevolod Stakhov2015-11-271-2/+0
* Use atomic ops if possibleVsevolod Stakhov2015-11-261-1/+10
* Remove legacy words, use merely normalized_wordsVsevolod Stakhov2015-11-261-3/+0
* More fixes for url parsingVsevolod Stakhov2015-11-261-0/+12
* Move all updates to a single transaction.Vsevolod Stakhov2015-11-252-48/+43
* 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
* Implement listening for srv pipe in the main processVsevolod Stakhov2015-11-253-22/+30
* Add method to send data to server pipe.Vsevolod Stakhov2015-11-252-2/+119
* Start work on worker->main pipe interfaceVsevolod Stakhov2015-11-253-0/+167
* Slightly improve logging in fuzzy.Vsevolod Stakhov2015-11-241-3/+5
* Fix another stupid mistake for adding hashesVsevolod Stakhov2015-11-241-4/+19
* Fix critical issue in adding fuzzy hashesVsevolod Stakhov2015-11-241-35/+33
* Add more diagnostic to fuzzy errorsVsevolod Stakhov2015-11-241-6/+38
* Fix parsing of tags with spaces used for obfuscationVsevolod Stakhov2015-11-241-0/+27
* Restore multiple classifiers supportVsevolod Stakhov2015-11-234-7/+16
* Fix some memory issuesVsevolod Stakhov2015-11-231-9/+12
* Add 'reresolve' command to the control interfaceVsevolod Stakhov2015-11-232-2/+38
* Add deinitialization for upstreamsVsevolod Stakhov2015-11-201-0/+1
* Rework upstreams initializationVsevolod Stakhov2015-11-201-0/+1
* Fix upstreams usageVsevolod Stakhov2015-11-201-0/+1
* Fix parsing of IP URLsVsevolod Stakhov2015-11-191-1/+1
* Use flags for urlsVsevolod Stakhov2015-11-194-7/+12
* Another try to improve sqlite3 interactionVsevolod Stakhov2015-11-191-116/+102
* Fix some race conditionsVsevolod Stakhov2015-11-181-1/+1
* Implement refcounting for configurationVsevolod Stakhov2015-11-185-30/+16
* Fix issues foundVsevolod Stakhov2015-11-181-0/+3
* Start refcounting rework for rspamd_configVsevolod Stakhov2015-11-182-28/+32
* Properly return count of hashes for multiple fuzzy storagesVsevolod Stakhov2015-11-171-5/+13
* Fix processing of HTML tags.Vsevolod Stakhov2015-11-172-14/+14
* Fix parsing of fragment in urlsVsevolod Stakhov2015-11-161-1/+6
* Fix printing of multiple mail addresses in the logVsevolod Stakhov2015-11-161-9/+16
* Implement recipients printing.Vsevolod Stakhov2015-11-141-25/+99
* Allow logging of recipients for a messageVsevolod Stakhov2015-11-142-0/+16
* Some more refactoring for new optionsVsevolod Stakhov2015-11-121-2/+4