v2.1.0
- http: use recvfull for read_body (Jianhui Zhao)
- http: check code for send_error (Jianhui Zhao)
- network: new module (Jianhui Zhao)
- http: fix read_body (Jianhui Zhao)
- file: add some functions (Jianhui Zhao)
- file: return kibibytes for statvfs (Jianhui Zhao)
- http: fix check err for accept (Jianhui Zhao)
- file: bind
lseek
andfstat
(Jianhui Zhao) - ssl: support
sendfile
(Jianhui Zhao) - time: support more features for timer (Jianhui Zhao)
- socket: set option
ipv6_v6only
if provided for listen (Jianhui Zhao) - sync: Add waitgroup module implementation inspired by Go language (Jianhui Zhao)
- ssl: update from upstream (Jianhui Zhao)
- time: Ensure compatibility with Lua 5.4 for
unpack
(Jianhui Zhao) - time: don't start timer automatically. (Jianhui Zhao)
- time: return self in timer's
at
method. (Jianhui Zhao)