| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | net.server_epoll: Refactor immediate TLS handshake start | Kim Alvefur | 2021-07-13 | 1 | -6/+5 |
* | | net.server_epoll: Keep socket registered in epoll trough TLS wrapping | Kim Alvefur | 2021-07-13 | 1 | -2/+1 |
* | | net.server_epoll: Use TLS handshake timeout after initiating handshake | Kim Alvefur | 2021-07-13 | 1 | -1/+3 |
* | | net.server_epoll: Start TLS handshake immediately on newly accepted connections | Kim Alvefur | 2021-07-13 | 1 | -0/+1 |
* | | net.server_epoll: Factor out TLS initialization into a method | Kim Alvefur | 2021-07-13 | 1 | -45/+51 |
* | | net.server_epoll: Fix typo | Kim Alvefur | 2021-07-13 | 1 | -1/+1 |
* | | net.server_epoll: Prevent stack overflow of opportunistic writes | Kim Alvefur | 2021-07-11 | 1 | -1/+3 |
* | | net.http: Send entire HTTP request header as one write | Kim Alvefur | 2021-07-08 | 1 | -5/+3 |
* | | net.server_epoll: Immediately attempt to read from newly accepted connections | Kim Alvefur | 2021-07-08 | 1 | -1/+1 |
* | | net.server_epoll: Separate handling of new incoming and outgoing connections | Kim Alvefur | 2021-07-08 | 1 | -2/+6 |
* | | net.server_epoll: Ensure timeout after closing | Kim Alvefur | 2020-10-31 | 1 | -0/+1 |
* | | net.server_epoll: Add missing method for changing TLS context | Kim Alvefur | 2021-06-10 | 1 | -0/+4 |
* | | net.server_epoll: Fix reporting of socket connect timeout | Kim Alvefur | 2021-06-07 | 1 | -0/+2 |
* | | net.http.server: Split out method for sending only the header | Kim Alvefur | 2021-04-24 | 1 | -2/+7 |
* | | net.server_epoll: Remove unnecessary luacheck annotations | Kim Alvefur | 2021-04-01 | 1 | -3/+3 |
* | | net.resolvers.basic: Fix completion condition when IPv6 is disabled | Kim Alvefur | 2021-03-15 | 1 | -0/+2 |
* | | net.resolvers.basic: Disable DANE for now, completely broken | Kim Alvefur | 2021-03-03 | 1 | -5/+4 |
* | | net.resolvers.basic: Don't enable DANE with zero TLSA records | Kim Alvefur | 2021-03-03 | 1 | -1/+1 |
* | | net.connect: Add DANE support | Kim Alvefur | 2021-03-02 | 1 | -1/+26 |
* | | net.server_epoll: Support for passing DANE TLSA data to LuaSec (0.8 needed) | Kim Alvefur | 2019-09-29 | 1 | -0/+14 |
* | | net.http.server: Set request.ip so mod_http doesn't have to | Kim Alvefur | 2021-02-27 | 1 | -0/+2 |
* | | net.http.server: Don't pause early streaming uploads | Kim Alvefur | 2021-02-13 | 1 | -1/+10 |
* | | net.http.server: Allow storing more than the parser in the session | Kim Alvefur | 2021-02-12 | 1 | -10/+11 |
* | | net.http.server: Enable async during HTTP request handling (fixes #1487) | Kim Alvefur | 2020-07-12 | 1 | -28/+23 |
* | | net.unbound: Fix to initialize under prosodyctl | Kim Alvefur | 2021-01-21 | 1 | -0/+1 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-01-12 | 1 | -0/+5 |
|\| |
|
| * | net.adns: Prevent empty packets from being sent on "connect" (fix #1619) | Kim Alvefur | 2021-01-12 | 1 | -0/+5 |
| * | net.server_epoll: Fix off-by-one in 2c559953ad41 | Kim Alvefur | 2021-01-10 | 1 | -1/+1 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-01-08 | 1 | -2/+18 |
|\| |
|
| * | net.server_epoll: Ensure timers can't run more than once per tick | Kim Alvefur | 2021-01-08 | 1 | -2/+18 |
* | | net.unbound: Delay loading until server has started or first query | Kim Alvefur | 2021-01-05 | 1 | -1/+4 |
* | | net.unbound: Move libunbound initialization into a function | Kim Alvefur | 2021-01-05 | 1 | -4/+7 |
* | | net.unbound: Allow tracing individual queries with a logger per query | Kim Alvefur | 2021-01-05 | 1 | -6/+9 |
* | | net.unbound: Don't pass error as logger formatting string | Kim Alvefur | 2021-01-05 | 1 | -1/+1 |
* | | net.unbound: Log net.server interactions | Kim Alvefur | 2021-01-05 | 1 | -0/+2 |
* | | net.server_epoll: Increase log level for error in callback | Kim Alvefur | 2020-12-16 | 1 | -1/+1 |
* | | net.http.errors: Add error class for DNS resolution failures (thanks SouL) | Matthew Wild | 2020-12-11 | 1 | -0/+4 |
* | | net.http: track time of request for debug/stats purposes | Matthew Wild | 2020-12-09 | 1 | -0/+2 |
* | | net.adns: Reduce 'Exhausted all servers' message to warning | Matthew Wild | 2020-12-08 | 1 | -1/+1 |
* | | net.http: Add support for streaming chunked/large responses | Matthew Wild | 2020-10-21 | 1 | -0/+18 |
* | | net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packets | Matthew Wild | 2020-10-21 | 1 | -2/+15 |
* | | Merge 0.11->trunk | Matthew Wild | 2020-10-15 | 1 | -23/+7 |
|\| |
|
| * | net.websocket.frames: Use C string XOR implementation | Kim Alvefur | 2020-10-14 | 1 | -23/+7 |
* | | Merge 0.11->trunk | Matthew Wild | 2020-10-13 | 1 | -1/+4 |
|\| |
|
| * | net.http.server: Don't send Content-Length on 1xx/204 responses, per RFC (fix... | Matthew Wild | 2020-10-13 | 1 | -1/+4 |
* | | Merge 0.11->trunk | Kim Alvefur | 2020-10-12 | 1 | -3/+3 |
|\| |
|
| * | net.websocket.frames: Read buffer length correctly in Lua 5.1 (fix #1598) | Kim Alvefur | 2020-10-12 | 1 | -3/+3 |
* | | Merge 0.11->trunk | Matthew Wild | 2020-09-29 | 1 | -9/+13 |
|\| |
|
| * | net.websocket.frames: Additionally return partial frame if there is one | Matthew Wild | 2020-09-29 | 1 | -1/+1 |
| * | mod_websocket: Switch partial frame buffering to util.dbuffer | Matthew Wild | 2020-09-17 | 1 | -2/+2 |