aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Implement multi-flags fuzzy repliesVsevolod Stakhov2016-05-234-11/+85
* [Fix] Free the correct pointerVsevolod Stakhov2016-05-231-4/+5
* [Feature] Implement multiple-sources fuzzy storageVsevolod Stakhov2016-05-233-56/+103
* [Feature] Add function to convert fstring_t to c stringVsevolod Stakhov2016-05-232-1/+22
* [Feature] Allow versioning for sqlite databasesVsevolod Stakhov2016-05-237-13/+88
* [Fix] Include slave cluster name into http requestVsevolod Stakhov2016-05-231-1/+1
* [Feature] Implement fuzzy updates push protocolVsevolod Stakhov2016-05-231-2/+172
* [Feature] Add parsing of mirror hosts for fuzzy storageVsevolod Stakhov2016-05-231-0/+109
* [Fix] Disallow updates by defaultVsevolod Stakhov2016-05-231-1/+7
* [Feature] Implement fuzzy storage updatesVsevolod Stakhov2016-05-231-8/+189
* [Minor] Use xxhash indirectlyVsevolod Stakhov2016-05-231-1/+2
* [Feature] Add routines to compare and check pubkeysVsevolod Stakhov2016-05-234-1/+53
* [Feature] Allow to parse pubkeys from the rcl configVsevolod Stakhov2016-05-232-1/+58
* [Doc] Update multimap documentationVsevolod Stakhov2016-05-201-1/+19
* [Fix] Do not even try pcre in case of regexp mapsVsevolod Stakhov2016-05-191-0/+2
* [Fix] Add sanity checks when compiling regexp mapsVsevolod Stakhov2016-05-191-19/+26
* [Fix] Further fixes for surbl extensions mapVsevolod Stakhov2016-05-181-8/+15
* Merge pull request #632 from larryhynes/documentationVsevolod Stakhov2016-05-174-134/+107
|\
| * [Doc] Final changes to writing_rules.mdLarry Hynes2016-05-161-57/+45
| * [Doc] Initial changes to writing_rules.mdLarry Hynes2016-05-141-21/+17
| * [Doc] Update migrate_sa.mdLarry Hynes2016-05-131-30/+29
| * [Doc] Update tutorials indexLarry Hynes2016-05-131-8/+6
| * [Doc] Update Documentation indexLarry Hynes2016-05-131-19/+11
| * Merge remote-tracking branch 'upstream/master'Larry Hynes2016-05-1348-795/+2412
| |\
| * \ Merge remote-tracking branch 'upstream/master'Larry Hynes2016-05-0916-24/+2040
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master'Larry Hynes2016-05-0740-683/+1648
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master'Larry Hynes2016-05-054-4/+27
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master'Larry Hynes2016-05-0413-66/+1264
| |\ \ \ \ \
* | | | | | | [Fix] Initialize hash tables array to avoid crashesVsevolod Stakhov2016-05-161-1/+1
* | | | | | | [Minor] Add more logs about file maps watchingVsevolod Stakhov2016-05-161-0/+3
* | | | | | | [Fix] Fix loading of file mapsVsevolod Stakhov2016-05-161-5/+1
* | | | | | | [Feature] Add initial version of HTTP lua replVsevolod Stakhov2016-05-161-0/+189
* | | | | | | [Feature] Add function for pretty printing of inet addressesVsevolod Stakhov2016-05-162-0/+37
* | | | | | | Merge pull request #629 from fatalbanana/masterVsevolod Stakhov2016-05-151-6/+6
|\ \ \ \ \ \ \
| * | | | | | | [Fix] Fix Exim shutdown patchAndrew Lewis2016-05-151-6/+6
|/ / / / / / /
* | | | | | | [Fix] Unbreak build on gcc < 4.9Vsevolod Stakhov2016-05-151-2/+2
* | | | | | | [Fix] Update mumhash implementationVsevolod Stakhov2016-05-151-14/+60
* | | | | | | [Feature] Preliminary implementation of fuzzy master/slave updatesVsevolod Stakhov2016-05-142-13/+176
* | | | | | | [Feature] Rework listening system to allow multiple socket types per workerVsevolod Stakhov2016-05-1411-30/+65
* | | | | | | [Feature] Enable workaround for eximVsevolod Stakhov2016-05-141-0/+26
| |_|_|_|_|/ |/| | | | |
* | | | | | [Feature] Add versions to fuzzy storageVsevolod Stakhov2016-05-133-6/+50
* | | | | | [Fix] Another fix for maps schedulingVsevolod Stakhov2016-05-131-0/+1
* | | | | | [Fix] Fix events handling when scheduling map wacthVsevolod Stakhov2016-05-131-9/+13
* | | | | | [Fix] Try to fix false positive URL detections in text partsVsevolod Stakhov2016-05-123-8/+10
* | | | | | [Fix] Include fuzzy key to distinguish storages with different keysVsevolod Stakhov2016-05-121-2/+18
* | | | | | [Feature] Rework and improve fuzzy storageVsevolod Stakhov2016-05-122-27/+100
* | | | | | [Test] Add static test for shinglesVsevolod Stakhov2016-05-121-0/+90
* | | | | | [Minor] Adjust hashesVsevolod Stakhov2016-05-122-2/+6
* | | | | | [Feature] Use metrohash as wellVsevolod Stakhov2016-05-123-11/+170
* | | | | | [Minor] 8 bytes fits perfect for mumhashVsevolod Stakhov2016-05-121-1/+1