| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
#1305)
|
|
|
|
|
| |
This chancged in 6e24a69b03af likely because of confusion about the
`reopen-log-files` event which was fired but never hooked.
|
| |
|
|
|
|
|
|
|
| |
#1262)
If the two os.date() calls happen at either side of a second ticking
over there would be a one second error in the calculation.
|
| |
|
| |
|
| |
|
|
|
|
| |
This enables it to understand protocol = "tlsv1_3+"
|
|
|
|
| |
It could previously encode to eg `{ [nil] = ... }` which doesn't get decoded
|
| |
|
|
|
|
| |
For safety against future new keywords
|
|
|
|
| |
table (but not cycles)
|
| |
|
| |
|
|
|
|
| |
standard util.xpcall
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
if an intermediate promise has no handlers
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an on_reject handler
Originally unimplemented because it wasn't clear to me what the correct behaviour was, but the A+
spec is clear that both onFulfilled and onRejected may return a promise.
|
|
|
|
| |
buggy test for it
|
| |
|
|
|
|
|
|
| |
Old LuaSocket had only tcp() which was IPv4-only. LuaSocket ~3.0 adds a
tcp6() that creates a IPv6 socket. Some version moves tcp() to tcp4()
and adds an IP-version-agnostic tcp() constructor.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
scientific notation
Also difficult to describe this option, easier to remove it.
%.18g covers a very large range of numbers
|
|
|
|
| |
It was too difficult to describe what it did.
|
|
|
|
| |
Like in bd5e4485a245
|
| |
|
|
|
|
| |
implementation)
|
| |
|
| |
|
| |
|
| |
|