Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix memory allocation | Vsevolod Stakhov | 2016-06-14 | 1 | -1/+1 |
| | |||||
* | [Minor] Add a simple received parser benchmark routine | Vsevolod Stakhov | 2016-06-14 | 4 | -3/+108 |
| | |||||
* | [Fix] Fix build | Vsevolod Stakhov | 2016-06-14 | 2 | -4/+11 |
| | |||||
* | [Feature] Improve ragel build target | Vsevolod Stakhov | 2016-06-14 | 3 | -30/+24 |
| | |||||
* | [Feature] Simplify machines by assuming that headers are unfolded | Vsevolod Stakhov | 2016-06-14 | 1 | -1/+2 |
| | |||||
* | [Rework] Use dynamically generated ragel C sources | Vsevolod Stakhov | 2016-06-14 | 8 | -14243/+47 |
| | |||||
* | [Rework] Compile ragel sources when building rspamd | Vsevolod Stakhov | 2016-06-14 | 2 | -1/+119 |
| | |||||
* | [Feature] Use new received parser instead of old one | Vsevolod Stakhov | 2016-06-14 | 5 | -438/+206 |
| | |||||
* | [Feature] Use new ragel parser in message parsing code | Vsevolod Stakhov | 2016-06-14 | 5 | -453/+13453 |
| | |||||
* | [Feature] Implement ragel parser for received headers | Vsevolod Stakhov | 2016-06-14 | 7 | -20/+339 |
| | |||||
* | [Fix] Fix periodic scheduling when a map is not modified | Vsevolod Stakhov | 2016-06-14 | 1 | -0/+10 |
| | |||||
* | [Fix] More fixes to events logic | Vsevolod Stakhov | 2016-06-14 | 2 | -4/+26 |
| | |||||
* | [Fix] Fix event bases for IO events | Vsevolod Stakhov | 2016-06-14 | 1 | -0/+19 |
| | |||||
* | [Fix] Set host attribute properly when making HTTP request from lua | Vsevolod Stakhov | 2016-06-14 | 1 | -1/+11 |
| | |||||
* | [Feature] Add openphish support to rspamd phishing module | Vsevolod Stakhov | 2016-06-14 | 3 | -4/+46 |
| | |||||
* | [Feature] Enable forced resolving for some lua plugins | Vsevolod Stakhov | 2016-06-13 | 3 | -11/+24 |
| | | | | | Issue: #661 Reported by: @FelixSchwarz | ||||
* | [Feature] Rework dns resolving API for lua, add 'forced' option | Vsevolod Stakhov | 2016-06-13 | 1 | -85/+39 |
| | |||||
* | [CritFix] Fix parsing of missing classes | Vsevolod Stakhov | 2016-06-13 | 1 | -0/+1 |
| | |||||
* | [Feature] Improve error report for type missmatch in lua | Vsevolod Stakhov | 2016-06-13 | 2 | -15/+43 |
| | |||||
* | [Feature] Support rspamd_updates via https | Vsevolod Stakhov | 2016-06-13 | 1 | -1/+2 |
| | |||||
* | [Feature] Implement https maps | Vsevolod Stakhov | 2016-06-13 | 1 | -4/+6 |
| | |||||
* | [Feature] Implement HTTPS client | Vsevolod Stakhov | 2016-06-13 | 1 | -20/+40 |
| | |||||
* | {Feature] Implement SSL IO | Vsevolod Stakhov | 2016-06-13 | 2 | -14/+234 |
| | |||||
* | [Doc] Remove legacy protocol description | Vsevolod Stakhov | 2016-06-13 | 1 | -43/+1 |
| | |||||
* | [Feature] Allow https maps | Vsevolod Stakhov | 2016-06-13 | 6 | -12/+33 |
| | |||||
* | [Feature] Implement SSL support in http client | Vsevolod Stakhov | 2016-06-13 | 15 | -106/+224 |
| | |||||
* | [Fix] Fix length calculations for shared memory segments | Vsevolod Stakhov | 2016-06-13 | 2 | -4/+26 |
| | |||||
* | [Fix] Fix results checking if no master connection is active | Vsevolod Stakhov | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | [Feature] Add preliminary version of ssl toolbox | Vsevolod Stakhov | 2016-06-13 | 3 | -1/+545 |
| | |||||
* | [Feature] Search for SSL_set_tlsext_host_name support | Vsevolod Stakhov | 2016-06-13 | 2 | -0/+3 |
| | |||||
* | Merge pull request #658 from fatalbanana/docs | Vsevolod Stakhov | 2016-06-12 | 3 | -13/+13 |
|\ | | | | | [Doc] Clarify some rspamc arguments | ||||
| * | [Doc] Clarify some rspamc arguments | Andrew Lewis | 2016-06-12 | 3 | -13/+13 |
|/ | |||||
* | Merge pull request #657 from jeromelebleu/typo | Vsevolod Stakhov | 2016-06-12 | 3 | -3/+3 |
|\ | | | | | [Typo] Correct suppress spelling | ||||
| * | [Typo] Correct suppress spelling | Jérôme Lebleu | 2016-06-10 | 3 | -3/+3 |
| | | |||||
* | | [Doc] Update documentation | Vsevolod Stakhov | 2016-06-12 | 2 | -11/+4 |
| | | |||||
* | | Merge pull request #656 from larryhynes/documentation | Vsevolod Stakhov | 2016-06-12 | 2 | -132/+83 |
|\ \ | | | | | | | Correct architecture/index.md | ||||
| * | | [Doc] Correct edits to table in protocol.md | Larry Hynes | 2016-06-10 | 1 | -4/+4 |
| | | | |||||
| * | | [Doc] Correct doc/markdown/architecture/protocol.md | Larry Hynes | 2016-06-09 | 1 | -56/+54 |
| | | | |||||
| * | | [Doc] Correct doc/markdown/architecture/index.md | Larry Hynes | 2016-06-09 | 1 | -76/+29 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into documentation | Larry Hynes | 2016-06-09 | 80 | -622/+2869 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (90 commits) [Fix] Plug memory leak in proxy [Feature] Do not print garbadge in --compact output [Fix] Fix encrypted proxy requests [Fix] Do not delete uninitialized events [Feature] Add protection against open files limit and accepting sockets [Fix] Another fix for redis timeouts [Fix] Fix order of initialization [Feature] Use file lock in logger to avoid deadlocks [Fix] Fix errors handling in the proxy [Fix] More fixes for redis refcounts [Fix] Initialize parser scripts properly [Fix] Try to fix issue in redis stats backend when task is closed [Fix] Fix usage of rdns reply structure [Fix] Fix symbol name for spf soft fail [Fix] Fix setting path for lua [Doc] Update regexp module documentation [Minor] Fix names [Fix] Add missing types [Feature] Implement braced regexp quantifiers [Fix] Implement new automata to skip empty lines for dkim signing ... | ||||
* | | | | [Feature] Configure CA path and ciphers | Vsevolod Stakhov | 2016-06-11 | 2 | -8/+26 |
| | | | | |||||
* | | | | [Feature] Allow to set ciphers and CA paths in config | Vsevolod Stakhov | 2016-06-11 | 4 | -0/+38 |
| | | | | |||||
* | | | | [Fix] Use shared memory merely for local backends in the proxy | Vsevolod Stakhov | 2016-06-11 | 1 | -9/+29 |
| | | | | |||||
* | | | | [Feature] Initialize ssl library to use SSL connections | Vsevolod Stakhov | 2016-06-11 | 3 | -6/+28 |
| | | | | |||||
* | | | | [Feature] Use offset when passing shm to deal with encrypted requests | Vsevolod Stakhov | 2016-06-11 | 2 | -7/+41 |
| |_|/ |/| | | |||||
* | | | [Fix] Fix race condition with shared memory by refcounts | Vsevolod Stakhov | 2016-06-10 | 4 | -18/+117 |
| | | | |||||
* | | | [Fix] Fix creating of temporary shmem segment | Vsevolod Stakhov | 2016-06-10 | 1 | -0/+5 |
| | | | |||||
* | | | [Feature] Implement reading of messages to shared memory | Vsevolod Stakhov | 2016-06-10 | 3 | -19/+58 |
| | | | |||||
* | | | [Fix] Fix shm_open call as described in POSIX | Vsevolod Stakhov | 2016-06-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'http-rework' | Vsevolod Stakhov | 2016-06-10 | 26 | -250/+737 |
|\ \ \ |