summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Allow to skip IDN checks in rdnsVsevolod Stakhov2020-09-234-15/+26
|
* [Fix] Do not use GC64 workaround on 32bit platforms, omgVsevolod Stakhov2020-09-171-2/+4
| | | | Issue: #3459
* [Fix] Mmap return value must be checked versus MAP_FAILEDVsevolod Stakhov2020-09-171-1/+1
| | | | Issue: #3459
* [Minor] Add diacritics flag to some languagesVsevolod Stakhov2020-09-045-5/+5
|
* [Minor] Fix buildVsevolod Stakhov2020-09-036-704/+1552
|
* [Rework] Update zstd to 1.4.5Vsevolod Stakhov2020-09-0356-10108/+15352
|
* [Rework] Change and improve openblas detection and usageVsevolod Stakhov2020-09-021-0/+1
|
* [Minor] Some fixes for aarch64Vsevolod Stakhov2020-09-021-0/+1
|
* [Minor] Use cblas_saxpy where possibleVsevolod Stakhov2020-09-011-2/+11
|
* [Minor] Sigh, another workaround for broken blasVsevolod Stakhov2020-08-271-1/+7
|
* [Minor] Eugen -> eigenVsevolod Stakhov2020-08-262-7/+7
|
* [Minor] Fix fortran mangling on gnu systemsVsevolod Stakhov2020-08-191-0/+4
|
* [Project] Add ssyev method interfaceVsevolod Stakhov2020-08-042-1/+37
|
* [Project] Add linalg ffi library for prototypingVsevolod Stakhov2020-08-041-1/+4
|
* [Project] Support fun iterators on rspamd_text objectsVsevolod Stakhov2020-07-281-0/+18
|
* [Minor] Update lpeg to the upstreamVsevolod Stakhov2020-07-095-97/+169
|
* [Fix] Fix poor man allocator algorithmVsevolod Stakhov2020-07-091-4/+4
|
* [Minor] Fix some compile issuesVsevolod Stakhov2020-05-263-12/+9
|
* [Minor] Add derive notice to contrib/google-cedVsevolod Stakhov2020-05-261-0/+3
|
* [Rework] Use google-ced instead of libicu chardet as the former sucksVsevolod Stakhov2020-05-2625-0/+16621
|
* [Fix] Fix clen length for hiredis...Vsevolod Stakhov2020-05-191-3/+3
|
* [Fix] Fix incomplete utf8 sequences handlingVsevolod Stakhov2020-05-131-0/+12
|
* [Fix] Segmentation fault in contrib/lua-lpeg/lpvm.c on ppc64elSpühler Stefan2020-05-121-1/+1
| | | | | | | This disables a workaround only intended for aarch64 if the target architecture is powerpc. Issue: #3365
* Merge pull request #3313 from arkamar/hiredisVsevolod Stakhov2020-04-242-9/+5
|\ | | | | Revert "[Fix] Fix hiredis stupidity" and use the hiredis api as intended
| * Revert "[Fix] Fix hiredis stupidity" and use the hiredis api as intendedPetr Vaněk2020-03-292-9/+5
| | | | | | | | This reverts commit b05b9bf904edce75c17e63982d5e0a82dd3e9064.
* | [Minor] Link libicu to replxxVsevolod Stakhov2020-04-181-0/+1
| |
* | [Minor] Libucl: Backport fixesVsevolod Stakhov2020-04-171-3/+6
| |
* | [Minor] Explicit specify order of binary operationsChristian Göttsche2020-04-111-1/+1
| | | | | | | | | | | | | | ../contrib/libev/ev.c: In function ‘ev_io_start’: ../contrib/libev/ev.c:4396:34: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 4396 | fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY); | ~~~~~~~~~~^~~~~~~~~~~~~
* | [Minor] Avoid nested opening comment sequencesChristian Göttsche2020-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | ../contrib/libev/ev.c: At top level: ../contrib/libev/ev.c:5660:27: warning: "/*" within comment [-Wcomment] 5660 | /* EV_STAT 0x00001000 /* stat data changed */ | ../contrib/libev/ev.c:5661:27: warning: "/*" within comment [-Wcomment] 5661 | /* EV_EMBED 0x00010000 /* embedded event loop needs sweep */ |
* | [Minor] enable Wmissing-format-attributeChristian Göttsche2020-04-119-3/+48
| |
* | [Minor] silence warnings about unused function resultsChristian Göttsche2020-04-113-19/+19
| | | | | | | | GCC does not respect `(void) func()`
* | [Minor] Enable missing_noreturn compiler warningChristian Göttsche2020-04-111-0/+1
| |
* | [Minor] Cherry-pick a fix for replxx to build with gcc10Heiko Becker2020-04-041-0/+1
| | | | | | | | | | | | | | 723d9c84869511dfb5e63f5c3d3372ac38114713 in replxx's git. Building rspamd with gcc10 errors out with "'runtime_error' is not a member of 'std'" otherwise.
* | [Minor] Add missing cast to satisfy gcc understanding of c++Vsevolod Stakhov2020-04-031-1/+1
| |
* | [Minor] Remove strange conversion sources from replxxVsevolod Stakhov2020-04-036-438/+44
| | | | | | | | Issue: #3317
* | [Minor] Add missing functionVsevolod Stakhov2020-03-301-0/+6
| |
* | [Minor] Fix build with leak sanitizerVsevolod Stakhov2020-03-301-2/+2
|/
* [Minor] Fix usage of signalfd and timerfdVsevolod Stakhov2020-03-263-2/+8
|
* [Minor] Fix return valuesVsevolod Stakhov2020-03-261-3/+6
|
* [Feature] Update libev to 4.33Vsevolod Stakhov2020-03-2414-362/+2301
| | | | Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_33
* [Minor] Fix old broken logic compatibilityVsevolod Stakhov2020-03-121-7/+8
|
* [Minor] Allow to push objects to lua replacing UCL_NULLVsevolod Stakhov2020-03-112-25/+60
|
* [Fix] Stat_redis_backend: Fix memory leak and simplify learn pathVsevolod Stakhov2020-03-091-0/+5
|
* [Rework] Update snowball stemmer to 2.0 and remove all crap aside of UTF8Vsevolod Stakhov2020-02-2570-6045/+8903
|
* [Minor] Lpeg: Improve logging on type mismatchVsevolod Stakhov2020-02-241-1/+2
|
* [Minor] Protect lpeg code against empty textsVsevolod Stakhov2020-02-201-0/+14
|
* [Minor] Update public suffix listAnton Yuzhaninov2020-02-181-232/+578
|
* [Minor] Some fixes to the slovenian languageVsevolod Stakhov2020-02-082-2/+36
|
* [Minor] Remove some strange wordsVsevolod Stakhov2020-02-082-10/+2
|
* [Minor] Further fixes in stop words detectionVsevolod Stakhov2020-02-071-10/+0
|