| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.12->trunk | Matthew Wild | 2023-02-17 | 1 | -2/+3 |
|\ |
|
| * | net.http.parser: Fix off-by-one error in chunk parser | Matthew Wild | 2023-02-17 | 1 | -2/+3 |
* | | Merge 0.12->trunk | Matthew Wild | 2023-02-16 | 1 | -0/+4 |
|\| |
|
| * | net.http.server: Add new API to get HTTP request from a connection | Matthew Wild | 2023-02-16 | 1 | -0/+4 |
* | | Merge 0.12->trunk | Matthew Wild | 2023-02-09 | 2 | -7/+12 |
|\| |
|
| * | net.http.parser: Improve handling of responses without content-length | Matthew Wild | 2023-02-09 | 1 | -6/+11 |
| * | net.http: Add missing log parameter | Matthew Wild | 2023-02-09 | 1 | -1/+1 |
* | | net.http.server: Close file handle earlier | Kim Alvefur | 2023-01-08 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-01-08 | 1 | -1/+1 |
|\| |
|
| * | net.http.server: Fix #1789 | Kim Alvefur | 2023-01-08 | 1 | -1/+1 |
* | | net.server_epoll: Remove delay on last main loop iteration when quitting | Kim Alvefur | 2023-01-06 | 1 | -7/+8 |
* | | net.server_epoll: Factor out single main loop step into its own function | Kim Alvefur | 2023-01-06 | 1 | -1/+26 |
* | | net.resolvers.basic: Record hostname coming from secure SRV records | Kim Alvefur | 2022-12-22 | 1 | -0/+2 |
* | | net.resolvers.service: Record DNSSEC security status of SRV records | Kim Alvefur | 2022-12-22 | 1 | -0/+3 |
* | | net.resolvers.service: Fix reporting of Bogus DNSSEC results | Kim Alvefur | 2022-12-21 | 1 | -3/+6 |
* | | Revert unintentionally committed parts of 12bd40b8e105 | Kim Alvefur | 2022-12-21 | 1 | -8/+3 |
* | | mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement | Kim Alvefur | 2022-10-20 | 1 | -3/+8 |
* | | net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246 | Kim Alvefur | 2022-08-19 | 1 | -1/+0 |
* | | various: Update IETF RFC URLs for tools.ietf.org transition | Kim Alvefur | 2022-08-05 | 1 | -2/+2 |
* | | net.resolvers.basic: Add opt-out argument for DNSSEC security status | Kim Alvefur | 2022-08-02 | 1 | -3/+5 |
* | | mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760) | Kim Alvefur | 2022-06-01 | 1 | -0/+8 |
* | | compat: Remove handling of Lua 5.1 location of 'unpack' function | Kim Alvefur | 2022-07-11 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-06-19 | 1 | -11/+8 |
|\| |
|
| * | net.unbound: Merge luaunbound and prosody defaults in absence of user config ... | Kim Alvefur | 2022-06-19 | 1 | -11/+8 |
* | | net.http.codes: Refresh from registry, many refs now point to RFC9110 | Kim Alvefur | 2022-06-13 | 1 | -46/+46 |
* | | net.server: Fix multiple return values | Kim Alvefur | 2022-06-03 | 3 | -11/+26 |
* | | net.server_epoll: Add option to defer accept() until data available | Kim Alvefur | 2022-05-15 | 1 | -0/+6 |
* | | net.server_epoll: Wrap LuaSocket object earlier to reuse option setting method | Kim Alvefur | 2021-07-16 | 1 | -2/+2 |
* | | net.server_epoll: Move call to refresh remote IP address out of wrapper | Kim Alvefur | 2021-07-16 | 1 | -1/+3 |
* | | net.server_epoll: Add support for TCP Fast Open | Kim Alvefur | 2021-07-08 | 1 | -0/+9 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-05-16 | 1 | -1/+10 |
|\| |
|
| * | net.unbound: Adjust log level of error to error to error | Kim Alvefur | 2022-05-16 | 1 | -1/+1 |
| * | net.unbound: Disable use of hosts file by default (fixes #1737) | Kim Alvefur | 2022-05-16 | 1 | -0/+9 |
* | | net.server_select: Restore dependency on LuaSec to soft for tests | Kim Alvefur | 2022-04-27 | 1 | -3/+1 |
* | | net.tls_luasec: Harden dependency on LuaSec | Kim Alvefur | 2022-04-27 | 1 | -3/+2 |
* | | net: refactor sslconfig to not depend on LuaSec | Jonas Schäfer | 2022-04-02 | 4 | -0/+25 |
* | | net: isolate LuaSec-specifics | Jonas Schäfer | 2022-04-27 | 4 | -15/+156 |
* | | net.connect: Fix accumulation of connection attempt references | Kim Alvefur | 2022-04-20 | 1 | -0/+1 |
* | | net.connect: Improve logging on connection attempt failure | Matthew Wild | 2022-03-21 | 1 | -1/+5 |
* | | net.connect: Improve handling of failure when attempts are still pending | Matthew Wild | 2022-03-21 | 1 | -3/+11 |
* | | net.resolvers.basic: Fix incorrect field name (thanks CI) | Matthew Wild | 2022-03-18 | 1 | -1/+1 |
* | | net.connect: When more targets are immediately available, try them after a delay | Matthew Wild | 2022-03-18 | 1 | -1/+10 |
* | | net.connect: Support for multiple pending connection attempts | Matthew Wild | 2022-03-18 | 1 | -5/+10 |
* | | net.resolvers.basic: Indicate to callback if we have more targets available | Matthew Wild | 2022-03-18 | 1 | -1/+1 |
* | | net.resolvers.basic: Alternate IP address family targets, per RFC 8305 | Matthew Wild | 2022-03-18 | 1 | -2/+10 |
* | | net.resolvers.basic: Refactor to remove code duplication | Matthew Wild | 2022-03-18 | 1 | -80/+72 |
* | | net.resolvers.service: Honour record 'weight' when picking SRV targets | Matthew Wild | 2022-03-17 | 1 | -13/+68 |
|/ |
|
* | Spelling: Fix various spelling mistakes (thanks timeless) | Kim Alvefur | 2022-03-07 | 2 | -8/+8 |
* | net.websocket.frames: Replace bit fiddling code with util.struct | Kim Alvefur | 2022-03-06 | 1 | -48/+13 |
* | net.stun: Support for xor-relayed-address attribute | Matthew Wild | 2022-03-05 | 1 | -2/+20 |