Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix randomness part in torch | Vsevolod Stakhov | 2017-07-22 | 1 | -29/+4 |
| | |||||
* | [Minor] Further fixes for torch RPATH | Vsevolod Stakhov | 2017-07-22 | 2 | -20/+1 |
| | |||||
* | [Minor] Do not use avx/avx2 in torch as their detection is broken | Vsevolod Stakhov | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Avoid obsolete function usage | Vsevolod Stakhov | 2017-07-22 | 1 | -3/+22 |
| | |||||
* | [Minor] Fix install path for torch libpaths | Vsevolod Stakhov | 2017-07-22 | 1 | -3/+3 |
| | |||||
* | [Minor] Fix installation directory for shared libs | Vsevolod Stakhov | 2017-07-21 | 4 | -6/+6 |
| | |||||
* | [Feature] Import torch to Rspamd... | Vsevolod Stakhov | 2017-07-16 | 440 | -0/+199308 |
| | |||||
* | [Minor] Import changes from public suffix list | Andrew Lewis | 2017-07-07 | 1 | -5/+63 |
| | |||||
* | [Feature] Implement rdns-curve plugin based on rspamd cryptobox | Vsevolod Stakhov | 2017-06-30 | 3 | -2/+404 |
| | |||||
* | Merge pull request #1711 from moisseev/spelling | Vsevolod Stakhov | 2017-06-29 | 2 | -6/+6 |
|\ | | | | | [Refactor] Correct misspellings in program code | ||||
| * | [Refactor] Fix misspelled variable name in cdb_make.c | Alexander Moisseev | 2017-06-28 | 1 | -4/+4 |
| | | |||||
| * | [Refactor] Correct misspelled function name in Rspamd agent for Exim | Alexander Moisseev | 2017-06-28 | 1 | -2/+2 |
| | | |||||
* | | [Oops] Restore a proper name | Alexander Moisseev | 2017-06-28 | 1 | -1/+1 |
|/ | | | Found by @dimejo | ||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 17 | -46/+46 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | [Minor] Import updates from public suffix list | Andrew Lewis | 2017-06-14 | 1 | -0/+61 |
| | |||||
* | [Fix] Fix crashes when socket write errors occur | Vsevolod Stakhov | 2017-06-14 | 2 | -0/+7 |
| | |||||
* | [Fix] Fix parsing IPv6 nameservers in resolv.conf | Vsevolod Stakhov | 2017-06-14 | 1 | -0/+8 |
| | |||||
* | [Fix] Do not crash when resolver failed to initialize | Vsevolod Stakhov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Import changes from public suffix list | Andrew Lewis | 2017-06-12 | 1 | -15/+19 |
| | |||||
* | [Minor] Fix another hiredis issue with uninitialized access | Vsevolod Stakhov | 2017-06-12 | 1 | -3/+3 |
| | |||||
* | [Fix] Fix objects merging in UCL | Vsevolod Stakhov | 2017-06-02 | 1 | -15/+83 |
| | |||||
* | [Minor] Forgot to add a file | Vsevolod Stakhov | 2017-05-15 | 1 | -0/+77 |
| | |||||
* | [Minor] Update bundled zstd to version 1.3 | Vsevolod Stakhov | 2017-05-15 | 28 | -2381/+5184 |
| | |||||
* | [Feature] Allow to use custom callback when parsing resolv.conf | Vsevolod Stakhov | 2017-05-15 | 2 | -8/+44 |
| | |||||
* | [Feature] UCL: register parser variables from Lua | Andrew Lewis | 2017-04-18 | 1 | -0/+76 |
| | |||||
* | [Minor] Import changes from public suffix list | Andrew Lewis | 2017-04-18 | 1 | -5/+90 |
| | |||||
* | [Minor] Remove unportable constructions | Vsevolod Stakhov | 2017-04-11 | 1 | -28/+1 |
| | |||||
* | [Minor] Import public suffix list updates | Andrew Lewis | 2017-04-07 | 1 | -5/+13 |
| | |||||
* | [Minor] More inline fixes | Vsevolod Stakhov | 2017-04-07 | 1 | -6/+8 |
| | |||||
* | [Feature] Add escaped version of lua_ucl import | Vsevolod Stakhov | 2017-04-07 | 2 | -11/+56 |
| | |||||
* | [Minor] Fix aarch64 build | Vsevolod Stakhov | 2017-03-19 | 1 | -1/+1 |
| | |||||
* | [Minor] Update lua-fun | Vsevolod Stakhov | 2017-03-17 | 1 | -8/+25 |
| | |||||
* | [Fix] Update issues in ac-trie | Vsevolod Stakhov | 2017-03-13 | 2 | -73/+39 |
| | |||||
* | [Fix] Fix freeing of arrays iterators | Vsevolod Stakhov | 2017-03-08 | 1 | -3/+31 |
| | | | | Issue: #1497 | ||||
* | [Minor] Update public suffix list | Andrew Lewis | 2017-03-07 | 1 | -0/+4 |
| | |||||
* | [Minor] Update public suffix list | Andrew Lewis | 2017-02-28 | 1 | -53/+91 |
| | |||||
* | [Minor] Do not set file vars by default in lua ucl | Vsevolod Stakhov | 2017-02-19 | 1 | -2/+1 |
| | |||||
* | [Minor] Add ability to skip setting of file vars in UCL | Vsevolod Stakhov | 2017-02-19 | 2 | -3/+6 |
| | |||||
* | [Fix] Strictly filter bad characters when emittin json | Vsevolod Stakhov | 2017-02-08 | 2 | -14/+20 |
| | |||||
* | [Feature] Improve url redirector module | Vsevolod Stakhov | 2017-02-06 | 1 | -0/+1 |
| | | | | | | | - Use HEAD instead of GET - Limit body length - Check for cached results before testing them on HTTP - Really limit number of nested queries | ||||
* | Merge pull request #1388 from fatalbanana/b3 | Vsevolod Stakhov | 2017-02-01 | 2 | -96/+0 |
|\ | | | | | rspamadm grep | ||||
| * | [Minor] Recreate grep tool as `rspamadm grep` | Andrew Lewis | 2017-02-01 | 2 | -103/+0 |
| | | |||||
| * | [Minor] Fixes for rspamdgrep | Andrew Lewis | 2017-01-31 | 1 | -22/+29 |
| | | |||||
* | | [Minor] Improve portability | Vsevolod Stakhov | 2017-02-01 | 2 | -2/+10 |
|/ | |||||
* | [Feature] Implement rspamdgrep tool | Andrew Lewis | 2017-01-31 | 2 | -0/+96 |
| | |||||
* | [Minor] One more definition missed on Linux | Vsevolod Stakhov | 2017-01-19 | 1 | -0/+3 |
| | |||||
* | [Minor] Add missing macro | Vsevolod Stakhov | 2017-01-19 | 1 | -0/+5 |
| | |||||
* | [Minor] Fix build with gcc 4.2 | Vsevolod Stakhov | 2017-01-19 | 1 | -2/+17 |
| | | | | | Issue: #1351 Reported by: @brad0 | ||||
* | [Fix] More fixes for iterators cleanup | Vsevolod Stakhov | 2017-01-17 | 1 | -5/+5 |
| | |||||
* | [Fix] Fix memory leak in safe ucl iterators | Vsevolod Stakhov | 2017-01-17 | 1 | -0/+10 |
| |