summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_http.c
Commit message (Expand)AuthorAgeFilesLines
* [Project] Another rework for symbols cacheVsevolod Stakhov2018-10-291-4/+4
* [Minor] Various fixes around async eventsVsevolod Stakhov2018-10-261-0/+5
* [Rework] Add more traces to async events, get rid of GQuarksVsevolod Stakhov2018-10-261-5/+7
* [Minor] Fix issues in lua httpVsevolod Stakhov2018-10-221-5/+5
* [Project] Adopt lua httpVsevolod Stakhov2018-10-201-39/+34
* [Minor] Described some parameters for rspamd_http.requestMikhail Galanin2018-10-041-3/+14
* [Minor] Fixed argument checkMikhail Galanin2018-10-021-0/+3
* [Fix] Fix watchers in lua_tcpVsevolod Stakhov2018-09-131-2/+18
* [Fix] Implement watchers replacement to handle nested callsVsevolod Stakhov2018-09-131-0/+22
* [Fix] Fix more issues with watching of async eventsVsevolod Stakhov2018-09-121-6/+7
* [Fix] Fix another cleanup race conditionVsevolod Stakhov2018-09-121-8/+19
* [Fix] Fix crashes on task cleanupVsevolod Stakhov2018-09-101-1/+1
* Merge pull request #2441 from negram/coroutines-to-finish-periodic-onloadVsevolod Stakhov2018-08-241-3/+2
|\
| * [Minor] Split lua_thread_pool_get on lua_thread_pool_get_for_task/lua_thread_...Mikhail Galanin2018-08-241-3/+2
* | [Minor] Parameters check: either config or task should be setMikhail Galanin2018-08-231-0/+3
|/
* [Minor] Added coroutine support to HTTP moduleMikhail Galanin2018-08-231-10/+107
* [Minor] use callback helpers to avoid conflicts between coroutine- and callba...Mikhail Galanin2018-08-171-22/+39
* [Minor] Better Lua 5.3 compatibilityVsevolod Stakhov2018-08-151-1/+1
* [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