Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [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 | |
|\ \ \ \ | ||||||
| * | | | | [Rework] Finish rework for the rest of places that use HTTP | Vsevolod Stakhov | 2016-06-10 | 18 | -74/+148 | |
| | | | | | ||||||
| * | | | | [Fix] Cleanup message when assiging body | Vsevolod Stakhov | 2016-06-10 | 1 | -12/+36 | |
| | | | | | ||||||
| * | | | | [Feature] Add more methods to init http message body | Vsevolod Stakhov | 2016-06-10 | 2 | -0/+52 | |
| | | | | | ||||||
| * | | | | [Fix] Fix caseless uthash application | Vsevolod Stakhov | 2016-06-10 | 2 | -31/+33 | |
| | | | | | ||||||
| * | | | | [Feature] Update mumhash | Vsevolod Stakhov | 2016-06-10 | 1 | -19/+18 | |
| | | | | | ||||||
| * | | | | [Rework] Move http internal structures to a private header | Vsevolod Stakhov | 2016-06-10 | 3 | -54/+80 | |
| | | | | | ||||||
| * | | | | [Fix] Improve strcase hash used in uthash | Vsevolod Stakhov | 2016-06-10 | 3 | -14/+53 | |
| | | | | | ||||||
| * | | | | [Feature] Store HTTP headers in a hash table | Vsevolod Stakhov | 2016-06-10 | 2 | -39/+34 | |
| | | | | | ||||||
| * | | | | [Rework] Rework HTTP code | Vsevolod Stakhov | 2016-06-10 | 2 | -70/+346 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Restructure body storage - Make abstract API to manage body of HTTP messages - Implement messages with body in shared memory - Avoid copying when serving files - Allow to share content between messages | |||||
* | | | | [Feature] Improve fstrings API | Vsevolod Stakhov | 2016-06-10 | 2 | -12/+51 | |
| | | | | ||||||
* | | | | [Feature] Allow to open message from a shared memory segment | Vsevolod Stakhov | 2016-06-10 | 1 | -35/+97 | |
| | | | | ||||||
* | | | | [Feature] Add function to create temporary shared memory mapping | Vsevolod Stakhov | 2016-06-10 | 2 | -0/+40 | |
| | | | | ||||||
* | | | | [Feature] Add function to generate random hex string | Vsevolod Stakhov | 2016-06-10 | 3 | -0/+56 | |
| |/ / |/| | | ||||||
* | | | [Fix] Plug memory leak in proxy | Vsevolod Stakhov | 2016-06-09 | 1 | -0/+4 | |
| | | | ||||||
* | | | [Feature] Do not print garbadge in --compact output | Vsevolod Stakhov | 2016-06-09 | 1 | -4/+8 | |
| | | | ||||||
* | | | [Fix] Fix encrypted proxy requests | Vsevolod Stakhov | 2016-06-09 | 1 | -5/+4 | |
| | | | ||||||
* | | | [Fix] Do not delete uninitialized events | Vsevolod Stakhov | 2016-06-09 | 1 | -2/+9 | |
| | | | ||||||
* | | | [Feature] Add protection against open files limit and accepting sockets | Vsevolod Stakhov | 2016-06-09 | 13 | -34/+77 | |
| | | | ||||||
* | | | [Fix] Another fix for redis timeouts | Vsevolod Stakhov | 2016-06-09 | 1 | -1/+5 | |
| | | |