Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -50/+40 |
| | | | | No meaningful changes. | ||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -1/+1 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Allow forced termination of the suspended threads | Vsevolod Stakhov | 2021-05-05 | 1 | -2/+2 |
| | |||||
* | [Minor] Try to fix sync Redis API by not resuming ↵ | Vsevolod Stakhov | 2021-04-27 | 1 | -0/+13 |
| | | | | LUA_REDIS_SPECIFIC_FINISHED threads | ||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 1 | -12/+32 |
| | |||||
* | [Minor] Allow to debug lua threads | Vsevolod Stakhov | 2019-01-29 | 1 | -12/+36 |
| | |||||
* | [Minor] Split lua_thread_pool_get on ↵ | Mikhail Galanin | 2018-08-24 | 1 | -2/+29 |
| | | | | 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 | -10/+8 |
| | |||||
* | [Minor] Move resume/yield methods into appropriate place | Mikhail Galanin | 2018-08-22 | 1 | -2/+18 |
| | |||||
* | [Minor] Added callback helpers | Mikhail Galanin | 2018-08-17 | 1 | -2/+26 |
| | |||||
* | [Minor] Use coroutine model in dns resolver API | Mikhail Galanin | 2018-08-14 | 1 | -0/+1 |
| | |||||
* | [Minor] Review fixes | Mikhail Galanin | 2018-08-09 | 1 | -0/+46 |
| | |||||
* | [Project] coroutine threaded model for API calls: thread pool | Mikhail Galanin | 2018-08-08 | 1 | -0/+35 |