aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_tcp.c
Commit message (Expand)AuthorAgeFilesLines
...
* [Minor] Fixed error reported by ASAN: do not try usins already pop-ed watcherMikhail Galanin2018-09-181-0/+2
* [Minor] Another fix to lua_tcp watchersVsevolod Stakhov2018-09-131-25/+6
* [Fix] Fix watchers in lua_tcpVsevolod Stakhov2018-09-131-40/+123
* [Fix] Fix more issues with watching of async eventsVsevolod Stakhov2018-09-121-4/+1
* [Fix] Fix crashes on task cleanupVsevolod Stakhov2018-09-101-2/+2
* [Minor] There is no need to refer task for thread pool/lua_state: it is somet...Mikhail Galanin2018-09-101-5/+5
* [Minor] timeout in seconds everywhere (as documentation says)Mikhail Galanin2018-09-051-7/+8
* [Minor] Review fixesMikhail Galanin2018-09-031-13/+10
* [Minor] Fixed class namingMikhail Galanin2018-08-311-1/+1
* Merge branch 'master' into coroutines-tcpMikhail Galanin2018-08-311-2/+2
|\
| * [Minor] cbref is initilised with -1 by defaultMikhail Galanin2018-08-301-2/+2
* | [Minor] Added coroutines support for TCP libraryMikhail Galanin2018-08-301-64/+760
|/
* [Minor] check if required parameters are set when calling tcp:request()Mikhail Galanin2018-08-241-2/+9
* [Minor] use callback helpers to avoid conflicts between coroutine- and callba...Mikhail Galanin2018-08-171-31/+51
* [Fix] Add fail-safety for destroying sessionsVsevolod Stakhov2018-08-141-1/+16
* [Feature] Add support for Lua API tracingVsevolod Stakhov2018-08-091-0/+6
* [Minor] Improve lua_tcp loggingVsevolod Stakhov2018-04-271-1/+12
* [Fix] Try to fix crash when a tcp connection cannot be setVsevolod Stakhov2018-04-131-8/+29
* [Fix] Try to fix various Lua stack issuesVsevolod Stakhov2018-03-221-6/+17
* [Project] Convert all C modules to fast debug infrastructureVsevolod Stakhov2018-01-201-2/+4
* [Minor] Further g_slice cleanupVsevolod Stakhov2017-10-281-13/+13
* [Fix] Plug memory leak in lua_tcpVsevolod Stakhov2017-10-141-6/+4
* [Minor] Allow to specify config when doing TCP requestVsevolod Stakhov2017-06-131-10/+26
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-291-1/+1
* [Minor] Fix various style issuesVsevolod Stakhov2017-03-231-3/+1
* [Fix] Fix double free when closing lua_tcp connectionsVsevolod Stakhov2017-03-161-3/+8
* [CritFix] Fix processing of stop_patterns with `\0` characterVsevolod Stakhov2017-03-021-3/+21
* [Fix] Fix processing errors in lua_tcpVsevolod Stakhov2017-01-141-43/+63
* [Fix] Plug memory leak in lua_tcpVsevolod Stakhov2017-01-101-0/+1
* [Minor] Add example of new TCP logicVsevolod Stakhov2016-12-291-0/+45
* [Minor] More fixes for lua_tcpVsevolod Stakhov2016-12-291-2/+5
* [Fix] Miltiple fixes to new lua_tcp, add debuggingVsevolod Stakhov2016-12-291-22/+44
* [Feature] Add new methods for lua_tcpVsevolod Stakhov2016-12-291-0/+166
* [Minor] Special case for partial requestsVsevolod Stakhov2016-12-291-2/+1
* [Minor] Call read callback when no stop_pattern is specifiedVsevolod Stakhov2016-12-291-0/+6
* [Rework] Rework lua_tcp to allow TCP dialogVsevolod Stakhov2016-12-291-162/+431
* [Fix] Fix lua tcp module by saving `do_read` in callback dataVsevolod Stakhov2016-11-081-0/+1
* [Minor] Document some lua_tcp request parametersAndrew Lewis2016-10-281-0/+2
* [Feature] Support requests without reads in lua_tcpAndrew Lewis2016-10-271-7/+21
* [Fix] Check for socket error before connection in lua_tcpVsevolod Stakhov2016-10-261-13/+30
* [Minor] Fix task-less lua tcpAndrew Lewis2016-10-221-3/+3
* [Fix] Remove mentions of deleted includeVsevolod Stakhov2016-10-171-1/+0
* [Feature] Add mmap support to lua_textVsevolod Stakhov2016-10-081-3/+3
* [Minor] Allow port-less connections for lua_tcpVsevolod Stakhov2016-09-201-2/+9
* [Minor] Some fixes to lua_tcp moduleVsevolod Stakhov2016-09-171-17/+14
* [Minor] Allow to set timeout for a connectionVsevolod Stakhov2016-09-171-6/+28
* [Minor] Use byte array not gstring for input bufferVsevolod Stakhov2016-09-171-10/+11
* [Feature] Rework lua tcp moduleVsevolod Stakhov2016-09-171-19/+121
* [Fix] Fix handling of '\0' in lua_tcpVsevolod Stakhov2016-08-231-2/+4
* [Fix] Fix usage of rdns reply structureVsevolod Stakhov2016-06-091-2/+4