Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Do not use lightuserdata for traceback | Vsevolod Stakhov | 2019-05-24 | 1 | -9/+9 |
| | | | | | | | | | | LuaJIT limits lightuserdata usage to 47 bits. On Arm64, this leads to break of the C <-> Lua interoperability using this type. This rework has changed traceback function behaviour from lightuserdata opaque pointer (GString * in particular) to luaL_Buffer. Issue: #2906 | ||||
* | [Minor] Restore Lua 5.2 compatibility | Vsevolod Stakhov | 2019-04-01 | 1 | -1/+1 |
| | | | | | Issue: #2826 Closes: #2826 | ||||
* | [Fix] Fix various issues found by PVS Studio | Vsevolod Stakhov | 2019-03-13 | 1 | -1/+1 |
| | | | | https://www.viva64.com/ | ||||
* | [Minor] Allow to debug lua threads | Vsevolod Stakhov | 2019-01-29 | 1 | -28/+83 |
| | |||||
* | [Minor] Added coroutines support for TCP library | Mikhail Galanin | 2018-08-30 | 1 | -0/+18 |
| | |||||
* | [Minor] Split lua_thread_pool_get on ↵ | Mikhail Galanin | 2018-08-24 | 1 | -3/+32 |
| | | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config | ||||
* | [Minor] Added coroutine support to HTTP module | Mikhail Galanin | 2018-08-23 | 1 | -4/+5 |
| | |||||
* | [Minor] Move resume/yield methods into appropriate place | Mikhail Galanin | 2018-08-22 | 1 | -0/+89 |
| | |||||
* | [Minor] Added callback helpers | Mikhail Galanin | 2018-08-17 | 1 | -5/+22 |
| | |||||
* | [Minor] Use coroutine model in dns resolver API | Mikhail Galanin | 2018-08-14 | 1 | -1/+4 |
| | |||||
* | [Minor] Review fixes | Mikhail Galanin | 2018-08-09 | 1 | -6/+9 |
| | |||||
* | [Project] coroutine threaded model for API calls: thread pool | Mikhail Galanin | 2018-08-08 | 1 | -0/+125 |