summaryrefslogtreecommitdiffstats
path: root/src/libutil/http.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [Fix] More fixes about shared memory in proxyVsevolod Stakhov2016-06-161-12/+13
|
* [Fix] Fix descriptors leak on shmem detachingVsevolod Stakhov2016-06-161-0/+6
|
* [Feature] Implement HTTPS clientVsevolod Stakhov2016-06-131-20/+40
|
* [Feature] Allow https mapsVsevolod Stakhov2016-06-131-1/+1
|
* [Feature] Implement SSL support in http clientVsevolod Stakhov2016-06-131-29/+107
|
* [Fix] Fix length calculations for shared memory segmentsVsevolod Stakhov2016-06-131-1/+5
|
* [Feature] Use offset when passing shm to deal with encrypted requestsVsevolod Stakhov2016-06-111-1/+5
|
* [Fix] Fix race condition with shared memory by refcountsVsevolod Stakhov2016-06-101-10/+80
|
* [Feature] Implement reading of messages to shared memoryVsevolod Stakhov2016-06-101-5/+37
|
* [Fix] Cleanup message when assiging bodyVsevolod Stakhov2016-06-101-12/+36
|
* [Feature] Add more methods to init http message bodyVsevolod Stakhov2016-06-101-0/+34
|
* [Rework] Move http internal structures to a private headerVsevolod Stakhov2016-06-101-1/+1
|
* [Feature] Store HTTP headers in a hash tableVsevolod Stakhov2016-06-101-38/+32
|
* [Rework] Rework HTTP codeVsevolod Stakhov2016-06-101-67/+280
| | | | | | | | - 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
* [Fix] Try to fix proxying of stupid spamc protocol to HTTP mirrorsVsevolod Stakhov2016-05-261-2/+8
|
* [Feature] Add routines to compare and check pubkeysVsevolod Stakhov2016-05-231-0/+15
|
* [Fix] Adjust body/body_buf when stealing encrypted messageVsevolod Stakhov2016-05-071-0/+9
|
* [Feature] Add method to copy message from http connectionVsevolod Stakhov2016-05-061-0/+52
|
* [Fix] Remove event before closing of fd to avoid race conditionsVsevolod Stakhov2016-05-061-18/+34
|
* [Fix] Fix memory leak in HTTP request codeVsevolod Stakhov2016-03-141-1/+1
|
* [Feature] Add function to *properly* print HTTP dateVsevolod Stakhov2016-03-101-1/+23
| | | | | strftime is badly broken and polluted by brain-damaged people that think that locales in libc is a good idea. It isn't.
* Fix couple of issues found by coverity scanVsevolod Stakhov2016-02-111-0/+3
|
* Fix some issues found by coverityVsevolod Stakhov2016-02-091-0/+1
|
* Fix more issues remainingVsevolod Stakhov2016-02-061-10/+7
|
* Rework HTTP encryptionVsevolod Stakhov2016-02-051-242/+78
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
|
* Fix couple of compiler warningsVsevolod Stakhov2016-01-301-5/+3
|
* Try to read from HTTP socket even if we have timeoutVsevolod Stakhov2016-01-261-21/+75
|
* Start migrating to the new hash API.Vsevolod Stakhov2015-10-251-8/+13
|
* Fix parsing of openssl keys by semicolon splittingVsevolod Stakhov2015-10-221-3/+16
|
* Fix parsing of the last header in encrypted HTTP messagesVsevolod Stakhov2015-10-191-0/+27
|
* Fix nonces and pk sizes for openssl modeVsevolod Stakhov2015-10-191-3/+2
|
* Fix HTTP code.Vsevolod Stakhov2015-10-191-29/+36
|
* Remove quotes in HTTP query valuesVsevolod Stakhov2015-10-161-0/+9
|
* Fix incorrect allocation sizeVsevolod Stakhov2015-10-161-3/+3
|
* Fix more fstring migration issues.Vsevolod Stakhov2015-10-161-1/+1
|
* Do not check out of boundary memory.Vsevolod Stakhov2015-10-151-3/+3
|
* Fix some more issues with fixed stringsVsevolod Stakhov2015-10-151-15/+12
|
* Fix header name tokens setup.Vsevolod Stakhov2015-10-151-1/+1
|
* Store NM between encrypt/decrypt.Vsevolod Stakhov2015-10-131-23/+17
|
* Fix decrypt results checking.Vsevolod Stakhov2015-10-081-2/+2
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-1/+1
|
* More fixes to url.Vsevolod Stakhov2015-10-071-4/+7
|
* Fix stupid misprint.Vsevolod Stakhov2015-10-071-1/+1
|
* Fix parsing of query arguments.Vsevolod Stakhov2015-10-071-1/+1
|
* Fix encryption in HTTP.Vsevolod Stakhov2015-10-071-10/+9
|
* Fix issues in http code.Vsevolod Stakhov2015-10-071-7/+8
|
* Rework HTTP code to rspamd_fstring_t.Vsevolod Stakhov2015-10-071-186/+256
|
* Implement generating keypairs via rspamadm.Vsevolod Stakhov2015-09-251-3/+4
|
* Try to fix crashes when GString is reallocated.Vsevolod Stakhov2015-09-241-3/+10
| | | | Issue: #381