aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix folding algorithm to deal with empty tokensVsevolod Stakhov2016-09-261-3/+5
|
* [Minor] Fix build with old glibVsevolod Stakhov2016-09-251-1/+1
|
* [Minor] Fix build with glib < 2.40Vsevolod Stakhov2016-09-242-0/+26
|
* [Minor] Allow regexp patterns for HTTP routerVsevolod Stakhov2016-09-242-3/+84
|
* [Minor] More fixes to headers foldingVsevolod Stakhov2016-09-231-10/+23
|
* [Feature] Try to guess line endings when folding headersVsevolod Stakhov2016-09-222-21/+87
|
* [Minor] Improve constant memcmp functionVsevolod Stakhov2016-09-141-3/+7
|
* [Fix] Allow plain IP addresses in Rspamd mapsVsevolod Stakhov2016-09-131-2/+29
| | | | MFH: true
* [Feature] Preserve decompression context between tasksVsevolod Stakhov2016-09-092-0/+85
|
* [Feature] Allow to use dictionaries for compressionVsevolod Stakhov2016-09-091-0/+52
|
* [Minor] Improve shared memory fd checkVsevolod Stakhov2016-09-081-1/+1
|
* [Minor] Fix use-after-freeVsevolod Stakhov2016-09-061-1/+1
|
* [Minor] Do not blame about unsupported file locksVsevolod Stakhov2016-08-311-4/+18
|
* [Fix] Fix actrie patternsVsevolod Stakhov2016-08-311-4/+3
|
* [Minor] Tune printf for hex and base32 input stringsVsevolod Stakhov2016-08-311-10/+33
|
* Merge pull request #895 from moisseev/patch-1Vsevolod Stakhov2016-08-251-1/+1
|\ | | | | [Minor] Fix typo
| * [Minor] Fix typoAlexander Moisseev2016-08-241-1/+1
| |
* | [Fix] Try to avoid race condition when using rrdVsevolod Stakhov2016-08-242-13/+58
|/
* [Feature] Add rspamd_memrchr utility functionVsevolod Stakhov2016-08-232-0/+24
|
* [Fix] Fix issue with spaces in mapsVsevolod Stakhov2016-08-201-1/+1
|
* [Feature] Log URLs encrypted if we have log encryption pubkeyVsevolod Stakhov2016-08-162-1/+17
|
* [Feature] Implement encrypted logsVsevolod Stakhov2016-08-161-33/+110
|
* [Rework] Rework flags in rspamd loggerVsevolod Stakhov2016-08-162-88/+76
|
* [Fix] Fix hex printing of stringsVsevolod Stakhov2016-08-161-3/+3
|
* [Feature] Print radix duplicate keys as IP addressesVsevolod Stakhov2016-08-131-1/+18
|
* [Fix] Further fixes for multiple values headersVsevolod Stakhov2016-08-041-38/+64
|
* [Fix] Fix multiple values headers freeingVsevolod Stakhov2016-08-041-10/+12
|
* [Fix] Restore multiple values in headers processingVsevolod Stakhov2016-08-043-2/+52
|
* [Minor] Print the real version of rspamd in Server headerVsevolod Stakhov2016-08-031-2/+2
|
* [Minor] Do not abort on empty input for regexp mapsVsevolod Stakhov2016-08-031-3/+2
|
* [Fix] Fix last token foldingVsevolod Stakhov2016-08-021-0/+3
|
* [Fix] Fix folding for semicolon separated tokensVsevolod Stakhov2016-08-021-2/+2
|
* [Feature] Check UTF validity when there are utf regexps in a mapVsevolod Stakhov2016-08-011-8/+37
|
* [Fix] Set max size on per connection basisVsevolod Stakhov2016-07-303-19/+38
|
* [Feature] Allow limiting of the inbound message sizeVsevolod Stakhov2016-07-303-4/+43
| | | | | - Set default limit to 50MB - Reply even in case of HTTP errors
* [Fix] Use temporary storage for hyperscan cacheVsevolod Stakhov2016-07-291-4/+28
|
* [Fix] Fix another locking issue in sqliteVsevolod Stakhov2016-07-291-14/+5
|
* [Minor] Fighting with windmills (sqlite locking)Vsevolod Stakhov2016-07-281-1/+12
|
* [Fix] Another effort to unbreak sqlite lockingVsevolod Stakhov2016-07-281-1/+13
|
* [Feature] Wait for sqlite if locked when switching to WAL modeVsevolod Stakhov2016-07-221-1/+13
|
* [Feature] Dynamically detect if a CPU is incompatible with hyperscanVsevolod Stakhov2016-07-222-121/+169
|
* [CritFix] Fix writing CDPs to the databaseVsevolod Stakhov2016-07-191-2/+5
| | | | | Issue: #405 Reported by: @moisseev
* [Feature] Properly implement unweighted round-robin algorithmVsevolod Stakhov2016-07-191-17/+36
|
* [Feature] Add xoroshiro+ fast rng for non-crypto purposesVsevolod Stakhov2016-07-192-5/+70
|
* [Fix] Fix detaching of shared memory segmentsVsevolod Stakhov2016-07-181-2/+0
|
* [Feature] Implement refcount for messagesVsevolod Stakhov2016-07-183-12/+38
|
* [Fix] Fix maps descriptionsVsevolod Stakhov2016-07-161-1/+1
| | | | | Issue: #712 Reported by: @andypl78
* [Fix] Fix crash on empty mapsVsevolod Stakhov2016-07-141-5/+9
| | | | | Issue: #695 Reported by: @moisseev
* [Fix] Some fixes to libmagic initializationVsevolod Stakhov2016-07-144-4/+11
|
* [Fix] Another fix for legacy clientsVsevolod Stakhov2016-07-111-11/+18
|