summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Add openphish support to rspamd phishing moduleVsevolod Stakhov2016-06-143-4/+46
|
* [Feature] Enable forced resolving for some lua pluginsVsevolod Stakhov2016-06-133-11/+24
| | | | | Issue: #661 Reported by: @FelixSchwarz
* [Feature] Rework dns resolving API for lua, add 'forced' optionVsevolod Stakhov2016-06-131-85/+39
|
* [CritFix] Fix parsing of missing classesVsevolod Stakhov2016-06-131-0/+1
|
* [Feature] Improve error report for type missmatch in luaVsevolod Stakhov2016-06-132-15/+43
|
* [Feature] Support rspamd_updates via httpsVsevolod Stakhov2016-06-131-1/+2
|
* [Feature] Implement https mapsVsevolod Stakhov2016-06-131-4/+6
|
* [Feature] Implement HTTPS clientVsevolod Stakhov2016-06-131-20/+40
|
* {Feature] Implement SSL IOVsevolod Stakhov2016-06-132-14/+234
|
* [Doc] Remove legacy protocol descriptionVsevolod Stakhov2016-06-131-43/+1
|
* [Feature] Allow https mapsVsevolod Stakhov2016-06-136-12/+33
|
* [Feature] Implement SSL support in http clientVsevolod Stakhov2016-06-1315-106/+224
|
* [Fix] Fix length calculations for shared memory segmentsVsevolod Stakhov2016-06-132-4/+26
|
* [Fix] Fix results checking if no master connection is activeVsevolod Stakhov2016-06-131-1/+1
|
* [Feature] Add preliminary version of ssl toolboxVsevolod Stakhov2016-06-133-1/+545
|
* [Feature] Search for SSL_set_tlsext_host_name supportVsevolod Stakhov2016-06-132-0/+3
|
* Merge pull request #658 from fatalbanana/docsVsevolod Stakhov2016-06-123-13/+13
|\ | | | | [Doc] Clarify some rspamc arguments
| * [Doc] Clarify some rspamc argumentsAndrew Lewis2016-06-123-13/+13
|/
* Merge pull request #657 from jeromelebleu/typoVsevolod Stakhov2016-06-123-3/+3
|\ | | | | [Typo] Correct suppress spelling
| * [Typo] Correct suppress spellingJérôme Lebleu2016-06-103-3/+3
| |
* | [Doc] Update documentationVsevolod Stakhov2016-06-122-11/+4
| |
* | Merge pull request #656 from larryhynes/documentationVsevolod Stakhov2016-06-122-132/+83
|\ \ | | | | | | Correct architecture/index.md
| * | [Doc] Correct edits to table in protocol.mdLarry Hynes2016-06-101-4/+4
| | |
| * | [Doc] Correct doc/markdown/architecture/protocol.mdLarry Hynes2016-06-091-56/+54
| | |
| * | [Doc] Correct doc/markdown/architecture/index.mdLarry Hynes2016-06-091-76/+29
| | |
| * | Merge remote-tracking branch 'upstream/master' into documentationLarry Hynes2016-06-0980-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 ciphersVsevolod Stakhov2016-06-112-8/+26
| | | |
* | | | [Feature] Allow to set ciphers and CA paths in configVsevolod Stakhov2016-06-114-0/+38
| | | |
* | | | [Fix] Use shared memory merely for local backends in the proxyVsevolod Stakhov2016-06-111-9/+29
| | | |
* | | | [Feature] Initialize ssl library to use SSL connectionsVsevolod Stakhov2016-06-113-6/+28
| | | |
* | | | [Feature] Use offset when passing shm to deal with encrypted requestsVsevolod Stakhov2016-06-112-7/+41
| |_|/ |/| |
* | | [Fix] Fix race condition with shared memory by refcountsVsevolod Stakhov2016-06-104-18/+117
| | |
* | | [Fix] Fix creating of temporary shmem segmentVsevolod Stakhov2016-06-101-0/+5
| | |
* | | [Feature] Implement reading of messages to shared memoryVsevolod Stakhov2016-06-103-19/+58
| | |
* | | [Fix] Fix shm_open call as described in POSIXVsevolod Stakhov2016-06-101-1/+1
| | |
* | | Merge branch 'http-rework'Vsevolod Stakhov2016-06-1026-250/+737
|\ \ \
| * | | [Rework] Finish rework for the rest of places that use HTTPVsevolod Stakhov2016-06-1018-74/+148
| | | |
| * | | [Fix] Cleanup message when assiging bodyVsevolod Stakhov2016-06-101-12/+36
| | | |
| * | | [Feature] Add more methods to init http message bodyVsevolod Stakhov2016-06-102-0/+52
| | | |
| * | | [Fix] Fix caseless uthash applicationVsevolod Stakhov2016-06-102-31/+33
| | | |
| * | | [Feature] Update mumhashVsevolod Stakhov2016-06-101-19/+18
| | | |
| * | | [Rework] Move http internal structures to a private headerVsevolod Stakhov2016-06-103-54/+80
| | | |
| * | | [Fix] Improve strcase hash used in uthashVsevolod Stakhov2016-06-103-14/+53
| | | |
| * | | [Feature] Store HTTP headers in a hash tableVsevolod Stakhov2016-06-102-39/+34
| | | |
| * | | [Rework] Rework HTTP codeVsevolod Stakhov2016-06-102-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 APIVsevolod Stakhov2016-06-102-12/+51
| | |
* | | [Feature] Allow to open message from a shared memory segmentVsevolod Stakhov2016-06-101-35/+97
| | |
* | | [Feature] Add function to create temporary shared memory mappingVsevolod Stakhov2016-06-102-0/+40
| | |
* | | [Feature] Add function to generate random hex stringVsevolod Stakhov2016-06-103-0/+56
| |/ |/|
* | [Fix] Plug memory leak in proxyVsevolod Stakhov2016-06-091-0/+4
| |