Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Some fixes to the slovenian language | Vsevolod Stakhov | 2020-02-08 | 2 | -2/+36 |
| | |||||
* | [Minor] Remove some strange words | Vsevolod Stakhov | 2020-02-08 | 2 | -10/+2 |
| | |||||
* | [Minor] Further fixes in stop words detection | Vsevolod Stakhov | 2020-02-07 | 1 | -10/+0 |
| | |||||
* | [Minor] Reformat languages data json | Vsevolod Stakhov | 2020-02-07 | 1 | -21/+4136 |
| | |||||
* | Merge pull request #3253 from Disassembler0/czech-stopwords | Vsevolod Stakhov | 2020-02-07 | 1 | -0/+1 |
|\ | | | | | [Minor] Add Czech stop words | ||||
| * | Add Czech stop words | Disassembler | 2020-02-05 | 1 | -0/+1 |
| | | |||||
* | | More german stop words | André Peters | 2020-02-05 | 1 | -1/+1 |
|/ | |||||
* | [Minor] Add diacritics flag for language detector | Vsevolod Stakhov | 2020-02-04 | 3 | -3/+3 |
| | |||||
* | [Minor] Slightly improve numeric checks (not finished) | Vsevolod Stakhov | 2020-01-28 | 1 | -6/+12 |
| | |||||
* | [Minor] contrib/snowball: fix modules.h location | Peter Wu | 2020-01-21 | 2 | -14/+4 |
| | | | | | | | | | | * Reproducible builds! No more absolute paths in source files, so the generated binary is also invariant of the build directory. * Output modules.h in snowball/libstemmer/ instead of snowball/. This allows removal of the extra include directory and -f option. * This partially reverts some changes in https://github.com/snowballstem/snowball/commit/d178f201fda878c26538401650a7d46c37a5e6f1 and matches the commands in GNUmakefile. | ||||
* | [Minor] contrib/libev: avoid absolute path for header | Peter Wu | 2020-01-20 | 1 | -2/+3 |
| | | | | | * Avoid including the absolute header path to permit reproducible builds invariant of the build direvtory. | ||||
* | [Minor] silence redefinition of macro | Christian Göttsche | 2020-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [74/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lpprint.c.o In file included from ../contrib/lua-lpeg/lpprint.c:11: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition [75/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lpcap.c.o In file included from ../contrib/lua-lpeg/lpcap.h:9, from ../contrib/lua-lpeg/lpcap.c:9: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition [77/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lpvm.c.o In file included from ../contrib/lua-lpeg/lpcap.h:9, from ../contrib/lua-lpeg/lpvm.c:15: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition [79/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lpcode.c.o In file included from ../contrib/lua-lpeg/lpcode.c:12: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition [81/340] Building C object contrib/lua-lpeg/CMakeFiles/rspamd-lpeg.dir/lptree.c.o In file included from ../contrib/lua-lpeg/lptree.c:15: ../contrib/lua-lpeg/lptypes.h:15: warning: "NDEBUG" redefined 15 | #define NDEBUG | <command-line>: note: this is the location of the previous definition | ||||
* | [Minor] silence -Wmisleading-indentation in contrib/snowball/ | Christian Göttsche | 2020-01-16 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | ../contrib/snowball/compiler/analyser.c: In function ‘check_name_type’: ../contrib/snowball/compiler/analyser.c:210:19: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 210 | case 'r': if (p->type == t_routine || | ^~ ../contrib/snowball/compiler/analyser.c:211:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 211 | p->type == t_external) return; break; | ^~~~~ ../contrib/snowball/compiler/analyser.c: In function ‘read_program’: ../contrib/snowball/compiler/analyser.c:859:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 859 | if (q->used && q->definition == 0) error4(a, q); break; | ^~ ../contrib/snowball/compiler/analyser.c:859:70: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 859 | if (q->used && q->definition == 0) error4(a, q); break; | ^~~~~ ../contrib/snowball/compiler/analyser.c:861:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 861 | if (q->used && q->grouping == 0) error4(a, q); break; | ^~ ../contrib/snowball/compiler/analyser.c:861:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 861 | if (q->used && q->grouping == 0) error4(a, q); break; | ^~~~~ | ||||
* | [Fix] Fix dealing with `\0` in ucl strings and JSON | Vsevolod Stakhov | 2020-01-13 | 3 | -1/+13 |
| | |||||
* | [Minor] Remove enforced "-O3" from contrib libraries | Vsevolod Stakhov | 2019-12-25 | 11 | -63/+0 |
| | |||||
* | [Minor] Try to retransmit DNS requests on write failures | Vsevolod Stakhov | 2019-12-16 | 1 | -31/+81 |
| | |||||
* | [Minor] Disable ottery wipe stack as it breaks asan sometimes | Vsevolod Stakhov | 2019-12-10 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix asan friendliness in lpeg | Vsevolod Stakhov | 2019-11-29 | 1 | -10/+22 |
| | |||||
* | [Minor] Allow rspamd_text matching in lpeg | Vsevolod Stakhov | 2019-11-25 | 1 | -1/+18 |
| | |||||
* | [Rework] Further cmake system rework | Vsevolod Stakhov | 2019-11-18 | 1 | -1/+0 |
| | |||||
* | [Minor] Use ref impl for small strings | Vsevolod Stakhov | 2019-11-15 | 1 | -1/+3 |
| | |||||
* | [Project] Add fast utf8 validation library | Vsevolod Stakhov | 2019-11-15 | 7 | -0/+850 |
| | |||||
* | [Minor] Add failure reason in the upstreams code | Vsevolod Stakhov | 2019-11-13 | 2 | -5/+6 |
| | |||||
* | [Fix] Fail DNS upstream on each retransmit attempt | Vsevolod Stakhov | 2019-11-08 | 2 | -11/+16 |
| | |||||
* | [Minor] Fix openblas detection logic (or try to) | Vsevolod Stakhov | 2019-11-06 | 1 | -5/+0 |
| | |||||
* | [Minor] Rdns: Update loop timestamp if it is cheap | Vsevolod Stakhov | 2019-11-01 | 1 | -0/+3 |
| | |||||
* | [Minor] Add method ev_now_update_if_cheap | Vsevolod Stakhov | 2019-11-01 | 2 | -0/+13 |
| | |||||
* | [Minor] Add better support for non-Linux systems | Vsevolod Stakhov | 2019-10-31 | 1 | -7/+14 |
| | |||||
* | [Minor] Use CLOCK_MONOTONIC_COARSE where suitable | Vsevolod Stakhov | 2019-10-31 | 1 | -2/+14 |
| | |||||
* | [Rework] Require CMake 3.9 to work, remove manual lto crap | Vsevolod Stakhov | 2019-10-15 | 1 | -3/+0 |
| | |||||
* | [Fix] Add configurable number of threads for OpenBLAS | Vsevolod Stakhov | 2019-10-14 | 1 | -15/+1 |
| | | | | Issue: #3082 | ||||
* | [Minor] Fix compile warnings | Vsevolod Stakhov | 2019-10-10 | 2 | -1/+4 |
| | |||||
* | [Minor] Update argparse to 0.7.0 | Vsevolod Stakhov | 2019-10-06 | 1 | -20/+582 |
| | |||||
* | [Minor] Init tree before usage | Vsevolod Stakhov | 2019-09-27 | 1 | -0/+1 |
| | |||||
* | [Minor] Fix another static leak | Vsevolod Stakhov | 2019-09-27 | 1 | -0/+2 |
| | |||||
* | [Minor] Fix for gcc | Vsevolod Stakhov | 2019-09-25 | 1 | -2/+2 |
| | |||||
* | [Minor] Disable asan for specific bad parts of the code | Vsevolod Stakhov | 2019-09-25 | 2 | -5/+1 |
| | |||||
* | [Minor] Avoid out-of-boundary read in btrie | Vsevolod Stakhov | 2019-09-25 | 1 | -1/+2 |
| | | | | Submitted by: @citrin | ||||
* | Fix template for support elasticsearch v7 #3041 | Vitaliy Vasilenko | 2019-09-18 | 1 | -130/+125 |
| | |||||
* | [Minor] Libucl: Fix rspamd{text} parsing | Vsevolod Stakhov | 2019-09-16 | 1 | -3/+3 |
| | |||||
* | [Rework] Start moving to replxx | Vsevolod Stakhov | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | [Rework] Replace linenoise with replxx | Vsevolod Stakhov | 2019-09-03 | 32 | -1305/+7542 |
| | | | | Source: https://github.com/AmokHuginnsson/replxx | ||||
* | [Fix] Fix pending checks for events | Vsevolod Stakhov | 2019-08-29 | 1 | -0/+2 |
| | |||||
* | [Minor] Add lua bit library if not luajit | Vsevolod Stakhov | 2019-08-16 | 2 | -0/+202 |
| | |||||
* | [Minor] Fix some ubsan related issues | Vsevolod Stakhov | 2019-08-12 | 2 | -3/+3 |
| | |||||
* | [Project] Add linked list reversal procedure | Vsevolod Stakhov | 2019-07-12 | 1 | -0/+9 |
| | |||||
* | [Project] Further rework of mime headers processing | Vsevolod Stakhov | 2019-07-12 | 1 | -13/+13 |
| | |||||
* | [Rework] Use libsodium instead of hand crafted crypto implementations | Vsevolod Stakhov | 2019-07-08 | 1 | -0/+5 |
| | |||||
* | [Feature] Libucl: Allow to sort keys in ucl objects | Vsevolod Stakhov | 2019-07-08 | 5 | -0/+90 |
| | |||||
* | [Minor] Allow to work without cblas.h | Vsevolod Stakhov | 2019-07-03 | 3 | -0/+30 |
| |