aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup hs structures on cache destroyVsevolod Stakhov2015-12-081-0/+8
* Add function to load hyperscan databases from cachesVsevolod Stakhov2015-12-082-1/+112
* Add logic to watch hyperscan compilationVsevolod Stakhov2015-12-081-15/+82
* Fix replacing regexps in the cacheVsevolod Stakhov2015-12-081-21/+20
* Save platform info as wellVsevolod Stakhov2015-12-081-13/+41
* Fix re-using of hyperscan filesVsevolod Stakhov2015-12-081-33/+66
* Fix re-using of hyperscan hashesVsevolod Stakhov2015-12-081-7/+33
* Add function to check validity of hyperscan cacheVsevolod Stakhov2015-12-082-0/+75
* Store regexps into id indexed arrayVsevolod Stakhov2015-12-081-1/+38
* Implement re cache specific logger helpersVsevolod Stakhov2015-12-071-5/+32
* Fix serializing of hyperscan regexpsVsevolod Stakhov2015-12-072-11/+25
* Add hyperscan compilation supportVsevolod Stakhov2015-12-072-0/+170
* Add hyperscan helper workerVsevolod Stakhov2015-12-072-0/+20
* Add hyperscan initializationVsevolod Stakhov2015-12-071-0/+44
* Fix cache initializationVsevolod Stakhov2015-12-071-3/+3
* Fix error on adjusting url lengths after decodingVsevolod Stakhov2015-12-071-6/+0
* More fixes for SA plugin to deal with the new cacheVsevolod Stakhov2015-12-071-0/+3
* Add routine to convert string to re_class typeVsevolod Stakhov2015-12-072-2/+41
* Add re class to match all headersVsevolod Stakhov2015-12-072-0/+13
* As we store re_class within re avoid extra lookupVsevolod Stakhov2015-12-071-3/+2
* Fix re cache replacement methodVsevolod Stakhov2015-12-062-13/+8
* Fix headers iterationVsevolod Stakhov2015-12-051-0/+2
* Fix more issues in the new re cacheVsevolod Stakhov2015-12-051-5/+9
* Add replacement method for expressions in the confiVsevolod Stakhov2015-12-052-18/+58
* Zero memory before usageVsevolod Stakhov2015-12-041-0/+1
* Init re cache on config post loadVsevolod Stakhov2015-12-041-0/+3
* Fix code for the new cacheVsevolod Stakhov2015-12-035-58/+32
* Start new era of regexp cacheVsevolod Stakhov2015-12-036-28/+74
* Implement real checks in re_cacheVsevolod Stakhov2015-12-032-12/+209
* Add more logic for the new re cache systemVsevolod Stakhov2015-12-031-27/+139
* 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