Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Project] Adopt librspamdserver for http context | Vsevolod Stakhov | 2019-02-19 | 10 | -362/+428 |
| | |||||
* | [Project] Add preliminary version of the http context concept | Vsevolod Stakhov | 2019-02-19 | 2 | -0/+243 |
| | |||||
* | [Minor] Fix multipattern escaping for TLDs | Vsevolod Stakhov | 2019-02-18 | 1 | -4/+4 |
| | |||||
* | [Minor] Oops, fix type | Vsevolod Stakhov | 2019-02-18 | 1 | -1/+5 |
| | |||||
* | [Fix] Core: Fix address rotation bug | Vsevolod Stakhov | 2019-02-18 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | Previously, upstream.get_addr function returned the new address of the upstream. Unfortunately, it was used for printing addresses. It caused the following situation: let's imagine we have A1 and A2 where A1 was initially selected. So the connection was performed to A1: Current addr Selected addr Connect+---------+ A2+------>A1 A1 | +-+Print failure<---+ A1+------>A2 A2 | +----+ +->Mark failure+-------->+ A2 | +----+ But the failure OP as well as log message told about `A2` where the real problem happened with `A1`. This commit adds distinguishing between getting the next and the current address of the upstream resolving this issue. | ||||
* | [Rework] Finish http code split and cleanup | Vsevolod Stakhov | 2019-02-15 | 10 | -1558/+1708 |
| | |||||
* | [Rework] Re-add files | Vsevolod Stakhov | 2019-02-15 | 2 | -0/+4549 |
| | |||||
* | [Rework] Start rework of the HTTP library | Vsevolod Stakhov | 2019-02-15 | 5 | -4575/+26 |
| | |||||
* | [Minor] Use new logic of regexp escaping | Vsevolod Stakhov | 2019-02-14 | 1 | -4/+11 |
| | |||||
* | [Feature] Better escaping of unicode | Vsevolod Stakhov | 2019-02-14 | 2 | -15/+46 |
| | |||||
* | [Fix] Core: Fix etags support | Vsevolod Stakhov | 2019-02-11 | 1 | -2/+3 |
| | | | | | Issue: #2749 Closes: #2749 | ||||
* | [Minor] Fix some meaningful compile warnings | Vsevolod Stakhov | 2019-02-08 | 1 | -1/+2 |
| | |||||
* | [Minor] Another try to fix 'IPv6:' prefix | Vsevolod Stakhov | 2019-02-07 | 1 | -10/+8 |
| | |||||
* | [Minor] Add rspamd_null_safe_copy routine | Vsevolod Stakhov | 2019-02-07 | 2 | -0/+38 |
| | |||||
* | [Minor] Allow to process IPv6 addresses started with `IPv6:` | Vsevolod Stakhov | 2019-02-07 | 1 | -1/+12 |
| | |||||
* | [Minor] Oops, fix starts_with | Vsevolod Stakhov | 2019-02-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Add starts_with function for rspamd_ftok_t | Vsevolod Stakhov | 2019-02-07 | 2 | -0/+22 |
| | |||||
* | [Minor] Add function to strip characters | Vsevolod Stakhov | 2019-02-06 | 2 | -0/+60 |
| | |||||
* | [Minor] Core: Allow inet addresses to be parsed using memory pool | Vsevolod Stakhov | 2019-02-05 | 2 | -31/+77 |
| | |||||
* | [Minor] LRU: Mark fresh node as immportal to avoid its early eviction | Vsevolod Stakhov | 2019-02-01 | 1 | -2/+8 |
| | |||||
* | [Fix] Core: Fix headers folding on the last token | Vsevolod Stakhov | 2019-01-31 | 1 | -1/+27 |
| | |||||
* | [Minor] Core: Oops, fix long standing misprint (yeild -> yield) | Vsevolod Stakhov | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Maps: Check the object before usage | Vsevolod Stakhov | 2019-01-23 | 1 | -5/+5 |
| | |||||
* | [Minor] Core: Try to avoid race when cleaning maps up | Vsevolod Stakhov | 2019-01-22 | 1 | -6/+12 |
| | |||||
* | [Minor] Core: Extend zero width spaces characters set | Vsevolod Stakhov | 2019-01-21 | 1 | -2/+6 |
| | |||||
* | [Minor] Core: Add sockaddr access utility | Vsevolod Stakhov | 2019-01-19 | 2 | -0/+24 |
| | |||||
* | [Minor] Core: Add lua utility to find some obscured unicode symbols | Vsevolod Stakhov | 2019-01-18 | 1 | -0/+3 |
| | |||||
* | [Minor] Core: Add function to strip characters in gstring | Vsevolod Stakhov | 2019-01-17 | 2 | -0/+56 |
| | |||||
* | [Feature] Core: Normalise zero-width spaces in urls | Vsevolod Stakhov | 2019-01-16 | 2 | -18/+73 |
| | |||||
* | [Feature] Core: Relax quoted-printable encoding | Vsevolod Stakhov | 2019-01-16 | 1 | -1/+9 |
| | |||||
* | [Minor] Add macro to test for zero width spaces | Vsevolod Stakhov | 2019-01-16 | 1 | -0/+2 |
| | |||||
* | [Minor] Fix some issues | Vsevolod Stakhov | 2019-01-14 | 1 | -0/+3 |
| | |||||
* | [Minor] Core: Add support for hex encoded characters in printf | Vsevolod Stakhov | 2019-01-11 | 1 | -1/+11 |
| | |||||
* | [Minor] Core: Fix length calculations | Vsevolod Stakhov | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | [Feature] Core: Add QP encoding utility | Vsevolod Stakhov | 2018-12-17 | 2 | -0/+132 |
| | |||||
* | [Minor] Fucking, fucking, fucking trusty | Vsevolod Stakhov | 2018-12-11 | 1 | -0/+3 |
| | |||||
* | [Minor] Fucking trusty... | Vsevolod Stakhov | 2018-12-11 | 1 | -5/+6 |
| | |||||
* | [Minor] Core: Add more init flags to libmagic | Vsevolod Stakhov | 2018-12-11 | 1 | -2/+25 |
| | |||||
* | [Fix] Core: Fix log_urls flag (and encrypted logging) | Vsevolod Stakhov | 2018-12-10 | 1 | -1/+2 |
| | |||||
* | [Rework] Core: Improve structure of lru hash, get rid of GHashTable | Vsevolod Stakhov | 2018-12-10 | 2 | -152/+414 |
| | |||||
* | [Fix] Core: treat nodes with ttl properly in lru cache | Vsevolod Stakhov | 2018-12-10 | 1 | -27/+49 |
| | | | | Issue: #2675 | ||||
* | [Minor] Reset state to work with multiple backends | Vsevolod Stakhov | 2018-12-08 | 1 | -0/+2 |
| | |||||
* | [Feature] Allow to add upstream watchers to Lua API | Vsevolod Stakhov | 2018-12-05 | 2 | -0/+7 |
| | |||||
* | [Feature] Implement event watchers for upstreams | Vsevolod Stakhov | 2018-12-04 | 2 | -2/+93 |
| | |||||
* | [Minor] Add rspamd_str_make_utf_valid routine + unit tests | Vsevolod Stakhov | 2018-12-03 | 2 | -1/+69 |
| | |||||
* | [Minor] Fix case when all words are exceptions | Vsevolod Stakhov | 2018-11-30 | 1 | -0/+22 |
| | |||||
* | [Minor] Store the fact that we have utf8 only regexps in corpus | Vsevolod Stakhov | 2018-11-28 | 2 | -0/+3 |
| | |||||
* | [Fix] Some fixes for raw parts | Vsevolod Stakhov | 2018-11-27 | 1 | -1/+5 |
| | |||||
* | [Minor] Do not include skipped or empty tokens in fuzzy hash | Vsevolod Stakhov | 2018-11-26 | 1 | -10/+48 |
| | |||||
* | [Project] Finish basic tasks in new unicode project | Vsevolod Stakhov | 2018-11-25 | 1 | -8/+9 |
| |