Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix order | Vsevolod Stakhov | 2016-01-15 | 1 | -3/+3 |
| | |||||
* | Add workaround for bug in valgrind and rdrand | Vsevolod Stakhov | 2016-01-15 | 2 | -1/+6 |
| | |||||
* | Fix warnings. | Vsevolod Stakhov | 2016-01-15 | 2 | -6/+6 |
| | |||||
* | Fix issues with freeing of bad rdns requests | Vsevolod Stakhov | 2016-01-14 | 1 | -5/+9 |
| | |||||
* | Update from publicsuffix | Vsevolod Stakhov | 2016-01-11 | 1 | -53/+1082 |
| | |||||
* | Fix GNU version of strerror_r (hiredis is broken) | Vsevolod Stakhov | 2016-01-11 | 2 | -2/+5 |
| | |||||
* | Try to fix brain damage of cmake | Vsevolod Stakhov | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Embed hiredis as it is broken literally everywhere | Vsevolod Stakhov | 2016-01-11 | 17 | -0/+5441 |
| | |||||
* | Add another bunch of missed files. | Vsevolod Stakhov | 2015-12-31 | 2 | -0/+99 |
| | |||||
* | Another missing file. | Vsevolod Stakhov | 2015-12-31 | 1 | -0/+265 |
| | |||||
* | Fix snowball distribution. | Vsevolod Stakhov | 2015-12-31 | 2 | -7/+95 |
| | |||||
* | Remove bloody submodules. | Vsevolod Stakhov | 2015-12-31 | 60 | -0/+13246 |
| | |||||
* | Merge pull request #444 from lzmths/master | Vsevolod Stakhov | 2015-12-31 | 1 | -2/+4 |
|\ | | | | | Refactoring conditional directives that break parts of statements. | ||||
| * | Refactoring conditional directives that break parts of statements. | lzmths | 2015-12-08 | 1 | -2/+4 |
| | | |||||
* | | Sync with libucl | Vsevolod Stakhov | 2015-12-27 | 3 | -119/+297 |
|/ |