| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-12-29 | 508 Bytes | |
| v2.1.0 source code.tar.gz | 2016-12-29 | 648.7 kB | |
| v2.1.0 source code.zip | 2016-12-29 | 721.8 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
- Added turbo.thread, which adds support to spawn seperate threads with communication. See turbolua.org for documentation.
- DNS resolving is now implemented async.
- Added pre, main and post handler functions for RequestHandler's, see examples/tablehandler.lua for example.
- Fixes for socket handling in turbo.websocket.
- Avoid name clashes with ljsyscall thanks to Paul Emmerich.
- Remove string:split and string:substr overrides from turbo. Still available as turbo.util.strsplit and turbo.util.substr.