aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [Fix] Fix buildVsevolod Stakhov2016-06-141-3/+10
|
* [Feature] Improve ragel build targetVsevolod Stakhov2016-06-141-4/+11
|
* [Feature] Simplify machines by assuming that headers are unfoldedVsevolod Stakhov2016-06-141-1/+2
|
* [Rework] Use dynamically generated ragel C sourcesVsevolod Stakhov2016-06-148-14243/+47
|
* [Feature] Use new received parser instead of old oneVsevolod Stakhov2016-06-145-438/+206
|
* [Feature] Use new ragel parser in message parsing codeVsevolod Stakhov2016-06-145-453/+13453
|
* [Feature] Implement ragel parser for received headersVsevolod Stakhov2016-06-147-20/+339
|
* [Fix] Fix periodic scheduling when a map is not modifiedVsevolod Stakhov2016-06-141-0/+10
|
* [Fix] More fixes to events logicVsevolod Stakhov2016-06-142-4/+26
|
* [Fix] Fix event bases for IO eventsVsevolod Stakhov2016-06-141-0/+19
|
* [Fix] Set host attribute properly when making HTTP request from luaVsevolod Stakhov2016-06-141-1/+11
|
* [Feature] Add openphish support to rspamd phishing moduleVsevolod Stakhov2016-06-141-3/+40
|
* [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
|
* [Feature] Allow https mapsVsevolod Stakhov2016-06-136-12/+33
|
* [Feature] Implement SSL support in http clientVsevolod Stakhov2016-06-1312-98/+203
|
* [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
|
* [Doc] Clarify some rspamc argumentsAndrew Lewis2016-06-121-4/+4
|
* 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
| |
* | [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-112-0/+23
| |
* | [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
|
* [Rework] Finish rework for the rest of places that use HTTPVsevolod Stakhov2016-06-1014-68/+134
|
* [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
|
* [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
|