aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_http.c
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Add fail-safety for destroying sessionsVsevolod Stakhov2018-08-141-1/+7
* [Fix] Fix HTTP requests with no bodyVsevolod Stakhov2018-08-091-5/+9
* [Feature] Add support for Lua API tracingVsevolod Stakhov2018-08-091-0/+1
* [Feature] Support gathering HTTP body from fragments in lua_httpVsevolod Stakhov2018-08-071-0/+29
* [Feature] Disable all SSL checks if ssl_no_verify flag is setVsevolod Stakhov2018-07-191-1/+2
* [Minor] Support HTTP basic auth in Lua HTTPVsevolod Stakhov2018-07-191-7/+44
* [Feature] Support sending given header multiple times in lua_httpAndrew Lewis2018-02-271-4/+16
* [Minor] Further portion of g_slice eliminationVsevolod Stakhov2017-10-281-2/+2
* [Minor] Avoid unnecessary dynamic allocationVsevolod Stakhov2017-10-251-3/+3
* [Feature] Add gzip support when sending lua http requestsVsevolod Stakhov2017-08-121-6/+34
* [Fix] Lowercase HTTP headers to make them searchable from LuaVsevolod Stakhov2017-08-121-0/+6
* [Minor] Store raw urlsVsevolod Stakhov2017-08-121-0/+3
* [Fix] Lua_http: freeingAndrew Lewis2017-07-261-1/+1
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
* [Minor] Minor fixes to log messagesVsevolod Stakhov2017-06-101-2/+2
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-291-1/+1
* [Minor] Fix various style issuesVsevolod Stakhov2017-03-231-5/+1
* [Feature] Allow to specify custom method for a messageVsevolod Stakhov2017-02-061-0/+9
* [Minor] Allow to set max size for HTTP requests in LuaVsevolod Stakhov2017-02-061-0/+17
* [Minor] Couple of fixes for lua redirectorVsevolod Stakhov2017-02-051-1/+1
* [Minor] Allow to disable ssl verification if neededVsevolod Stakhov2017-02-031-0/+14
* [Minor] Avoid one copy when publishing fuzzy updatesVsevolod Stakhov2017-01-301-3/+28
* [Minor] Add some missing cryptobox functionsVsevolod Stakhov2017-01-271-9/+17
* [Feature] Support HTTPCrypt client in lua_httpVsevolod Stakhov2017-01-261-17/+70
* [Feature] Allow HTTPS requests in lua_httpVsevolod Stakhov2016-10-211-7/+33
* [Minor] Fix task-less lua HTTPVsevolod Stakhov2016-10-211-6/+6
* [Fix] Remove mentions of deleted includeVsevolod Stakhov2016-10-171-1/+0
* [Fix] Use forced DNS request when calling for lua_httpVsevolod Stakhov2016-08-101-1/+2
* [Minor] Use refcounts for http messagesVsevolod Stakhov2016-07-181-1/+1
* [Fix] Set host attribute properly when making HTTP request from luaVsevolod Stakhov2016-06-141-1/+11
* [Feature] Implement SSL support in http clientVsevolod Stakhov2016-06-131-3/+7
* [Rework] Finish rework for the rest of places that use HTTPVsevolod Stakhov2016-06-101-5/+21
* [Feature] Use rspamd specific type checks for userdataVsevolod Stakhov2016-05-051-6/+6
* Fix some issues found by coverityVsevolod Stakhov2016-02-091-4/+1
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-051-0/+2
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
* Use the proper string for make_dns_requestVsevolod Stakhov2015-11-021-1/+2
* Improve readme.Vsevolod Stakhov2015-10-301-1/+1
* Fix another issue with fixed strings.Vsevolod Stakhov2015-10-291-1/+10
* Fix format string.Vsevolod Stakhov2015-10-151-1/+1
* Fix parsing of HTTP headers with IP addressesVsevolod Stakhov2015-10-131-1/+1
* Fix parsing of fixed length IP addresses.Vsevolod Stakhov2015-10-131-1/+1
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-0/+1
* Fix lua_http.Vsevolod Stakhov2015-10-071-9/+9
* Fix race condition for watcher removal.Vsevolod Stakhov2015-07-301-1/+1
* Use new dns API.Vsevolod Stakhov2015-07-211-5/+16
* Use watching for http sessions.Vsevolod Stakhov2015-06-151-0/+4
* Check DNS resolver return value.Vsevolod Stakhov2015-06-091-2/+7
* Refactor events API.Vsevolod Stakhov2015-05-261-2/+2
* Fix zero-copy mode in lua_http (double free).Vsevolod Stakhov2015-05-121-0/+2