Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Try to fix some memory inconsistencies | Vsevolod Stakhov | 2016-09-30 | 1 | -2/+3 |
| | |||||
* | [Minor] Don't hide errors in librdns | Andrew Lewis | 2016-09-27 | 1 | -1/+3 |
| | |||||
* | [Fix] Do not replan retransmits if merely one server is defined | Vsevolod Stakhov | 2016-09-26 | 2 | -27/+42 |
| | |||||
* | [Fix] Another fix for rdns write errors | Vsevolod Stakhov | 2016-09-22 | 1 | -3/+17 |
| | | | | Issue: #971 | ||||
* | [Fix] Another try to fix RDNS events processing logic | Vsevolod Stakhov | 2016-09-21 | 4 | -30/+47 |
| | | | | | Issue: #971 MFH: true | ||||
* | [Fix] Fix DNS write errors processing | Vsevolod Stakhov | 2016-09-20 | 1 | -3/+7 |
| | | | | | Issue: #971 MFH: true | ||||
* | [Feature] Allow to use dictionaries for compression | Vsevolod Stakhov | 2016-09-09 | 1 | -2/+3 |
| | |||||
* | [Feature] Add zstd compression library | Vsevolod Stakhov | 2016-09-08 | 29 | -2/+15181 |
| | |||||
* | [Fix] Fix hiredis stupidity | Vsevolod Stakhov | 2016-09-08 | 2 | -5/+9 |
| | |||||
* | [Minor] Fix parsing of 'nxdomain' rcode | Vsevolod Stakhov | 2016-08-27 | 1 | -0/+3 |
| | |||||
* | [Minor] Add another helper for rdns | Vsevolod Stakhov | 2016-08-26 | 2 | -0/+52 |
| | |||||
* | [Minor] Add function to parse string to rdns request type | Vsevolod Stakhov | 2016-08-26 | 2 | -0/+49 |
| | |||||
* | [Fix] Make dnssec configurable option disabled by default for now | Vsevolod Stakhov | 2016-08-18 | 4 | -1/+21 |
| | |||||
* | [Minor] Make function to punycode DNS values publicly available | Vsevolod Stakhov | 2016-08-18 | 2 | -10/+10 |
| | |||||
* | [Feature] Add support of stub DNSSEC resolver to rdns | Vsevolod Stakhov | 2016-08-18 | 4 | -4/+17 |
| | |||||
* | Merge pull request #796 from bryongloden/patch-2 | Vsevolod Stakhov | 2016-08-03 | 1 | -1/+1 |
|\ | | | | | Update local_scan.c | ||||
| * | Update local_scan.c | Bryon Gloden, CISSPĀ® | 2016-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | [../rspamd-master/contrib/exim/local_scan.c:630]: (error) Uninitialized variable: rej It's always good to initialize integer variables, at least to 0, because if you try to retrieve its value before it gets assigned any actual (non-garbage) value, then it results in undefined behavior. Found by https://github.com/bryongloden/cppcheck | ||||
* | | Update acism_create.c | Bryon Gloden, CISSPĀ® | 2016-08-02 | 1 | -3/+9 |
|/ | | | | | | | Passing one pointer into realloc() and assigning the result directly into that same pointer variable can cause a memory leak if the reallocation fails, because the original allocation will still exist. The correct way to do this is to use a temporary pointer variable. Credit: http://stackoverflow.com/a/11548901 Found by https://github.com/bryongloden/cppcheck | ||||
* | [Minor] Sync public suffix list with upstream | Andrew Lewis | 2016-07-25 | 1 | -21/+327 |
| | |||||
* | [Fix] Fix potential NULL dereference | Vsevolod Stakhov | 2016-07-05 | 1 | -0/+5 |
| | |||||
* | [Feature] Update mumhash | Vsevolod Stakhov | 2016-06-10 | 1 | -19/+18 |
| | |||||
* | [Fix] Link lpeg to rspamd lua library | Vsevolod Stakhov | 2016-05-28 | 2 | -6/+4 |
| | |||||
* | [Fix] Fix Exim shutdown patch | Andrew Lewis | 2016-05-15 | 1 | -6/+6 |
| | |||||
* | [Fix] Unbreak build on gcc < 4.9 | Vsevolod Stakhov | 2016-05-15 | 1 | -2/+2 |
| | |||||
* | [Fix] Update mumhash implementation | Vsevolod Stakhov | 2016-05-15 | 1 | -14/+60 |
| | |||||
* | [Feature] Use metrohash as well | Vsevolod Stakhov | 2016-05-12 | 1 | -0/+141 |
| | |||||
* | [Feature] Further micro-optimizations for hashing and shingles | Vsevolod Stakhov | 2016-05-12 | 1 | -2/+3 |
| | |||||
* | [Fix] Fix compilation issue | Vsevolod Stakhov | 2016-05-11 | 1 | -3/+5 |
| | |||||
* | [Feature] Add and use mumhash for non-crypto hashing | Vsevolod Stakhov | 2016-05-11 | 1 | -0/+369 |
| | |||||
* | [Rework] Import linenoise for line editing | Vsevolod Stakhov | 2016-05-08 | 4 | -0/+1300 |
| | |||||
* | [Minor] Add workaround for pre-historic compilers | Vsevolod Stakhov | 2016-04-26 | 1 | -3/+21 |
| | | | | Issue: #605 | ||||
* | [Fix] Backport fix for empty files inclusion from libucl | Vsevolod Stakhov | 2016-04-18 | 3 | -24/+109 |
| | | | | | Issue: #596 Reported by: @assistcontrol | ||||
* | Update Exim patches | Andrew Lewis | 2016-04-09 | 3 | -94/+387 |
| | |||||
* | [Feature] Add punycoded versions for IDN domains | Vsevolod Stakhov | 2016-03-17 | 2 | -275/+734 |
| | | | | | Issue: #554 Reported by: @moisseev | ||||
* | [Feature] Rework librdns to interact with external upstreams | Vsevolod Stakhov | 2016-03-15 | 3 | -28/+121 |
| | |||||
* | [Minor] Zero new nodes in btrie | Vsevolod Stakhov | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | Update from the recent libucl | Vsevolod Stakhov | 2016-02-22 | 2 | -30/+53 |
| | |||||
* | Backport fix from libucl | Vsevolod Stakhov | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | Backport fixes from libucl | Vsevolod Stakhov | 2016-02-18 | 1 | -2/+2 |
| | |||||
* | Fix couple of issues found by gcc-6 | Vsevolod Stakhov | 2016-02-16 | 2 | -9/+7 |
| | |||||
* | Port fix from libucl | Vsevolod Stakhov | 2016-02-16 | 2 | -6/+12 |
| | |||||
* | Refactor UCL API | Vsevolod Stakhov | 2016-02-16 | 5 | -86/+93 |
| | |||||
* | Backport fixes from libucl | Vsevolod Stakhov | 2016-02-14 | 5 | -42/+443 |
| | |||||
* | Add Level-Compressed Tree Bitmap contrib code | Vsevolod Stakhov | 2016-02-11 | 3 | -0/+2713 |
| | | | | Implementation by: Geoffrey T. Dairiki <dairiki@dairiki.org> | ||||
* | Update libucl | Vsevolod Stakhov | 2016-02-08 | 11 | -74/+656 |
| | |||||
* | Fix warnings | Vsevolod Stakhov | 2016-02-01 | 1 | -3/+3 |
| | |||||
* | Oops, fix typename for rnds | Vsevolod Stakhov | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | Another fix to punycode | Vsevolod Stakhov | 2016-01-20 | 1 | -2/+2 |
| | |||||
* | Fix memory corruption on punycode | Vsevolod Stakhov | 2016-01-20 | 1 | -1/+2 |
| | |||||
* | Fix some compiler warnings | Vsevolod Stakhov | 2016-01-18 | 1 | -0/+28 |
| |