aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/http.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* Fix some more issues with files scanning.Vsevolod Stakhov2015-08-111-1/+1
* Fix args splitting.Vsevolod Stakhov2015-08-111-1/+1
* Add function to split HTTP query arguments.Vsevolod Stakhov2015-08-111-0/+105
* Handle merely path in HTTP requests for the router.Vsevolod Stakhov2015-08-111-11/+30
* Try to handle requests with no body.Vsevolod Stakhov2015-07-311-1/+2
* Do not delete uninitialized events.Vsevolod Stakhov2015-07-301-1/+4
* Cleanup event before setting it.Vsevolod Stakhov2015-07-301-0/+1
* Avoid double free when extending HTTP message.Vsevolod Stakhov2015-05-291-0/+2
* Fix zero-copy mode in lua_http (double free).Vsevolod Stakhov2015-05-121-1/+1
* Fix finding headers in HTTP messages.Vsevolod Stakhov2015-05-121-3/+3
* Set header value properly for decrypted headers.Vsevolod Stakhov2015-05-111-0/+2
* Fix dealing with growing strings.Vsevolod Stakhov2015-05-091-16/+17
* Add notice to fix issue with realloc.Vsevolod Stakhov2015-05-081-0/+7
* Restore parsing of headers.Vsevolod Stakhov2015-05-081-0/+1