aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More fixes.Vsevolod Stakhov2015-05-081-5/+7
* Fixes to encrypted request writing.Vsevolod Stakhov2015-05-081-24/+66
* Implement new scheme of encrypted requests reading.Vsevolod Stakhov2015-05-081-41/+121
* More fixes to encrypted writing.Vsevolod Stakhov2015-05-081-70/+151
* Fix headers addition.Vsevolod Stakhov2015-05-081-2/+2
* Completely rework HTTP encryption.Vsevolod Stakhov2015-05-081-43/+154
* Rework HTTP headers to avoid copying.Vsevolod Stakhov2015-05-081-59/+82
* Fix various issues in encrypted messages support.Vsevolod Stakhov2015-05-051-53/+110
* Restore logic to deal with shutdown.Vsevolod Stakhov2015-04-301-8/+13
* Remove connection entries from HTTP router.Vsevolod Stakhov2015-04-141-2/+4
* Fix memory leak in keys management.Vsevolod Stakhov2015-04-011-0/+15
* Memory leak.Vsevolod Stakhov2015-04-011-0/+2
* Terminate connection if got EOF on HTTP.Vsevolod Stakhov2015-03-161-22/+8
* Set flags to zero initially.Vsevolod Stakhov2015-03-111-0/+1