index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net.http.server: Fix whitespace-ignoring syntax
Kim Alvefur
2023-12-01
1
-2
/
+2
*
Merge 0.12->trunk
Kim Alvefur
2023-12-01
1
-1
/
+7
|
\
|
*
net.http.parser: Reject overlarge header section earlier
Kim Alvefur
2023-08-23
1
-1
/
+7
*
|
net.http.server: Complete async waiter for non-persistent connections
Kim Alvefur
2023-11-24
1
-3
/
+2
*
|
net.server_epoll: Avoid call to update socket watch flags when nothing changed
Kim Alvefur
2023-11-21
1
-0
/
+3
*
|
net.http: Set Connection header based on connection pool usage
Kim Alvefur
2023-11-11
1
-1
/
+8
*
|
net.http: Add simple connection pooling
Kim Alvefur
2023-11-11
1
-1
/
+38
*
|
net.http.server: Fix typo in previous commit
Kim Alvefur
2023-09-23
1
-1
/
+1
*
|
net.http.server: Support setting Content-Type of uncaught HTTP errors
Kim Alvefur
2023-09-22
1
-1
/
+6
*
|
net.websocket.frames: Remove completed TODO
Kim Alvefur
2023-07-29
1
-1
/
+0
*
|
net.server: Handle loading from outside Prosody (e.g. Verse)
Kim Alvefur
2023-05-20
1
-15
/
+20
*
|
net.http.server: Return request ID in header to aid debugging
Kim Alvefur
2023-05-29
1
-1
/
+1
*
|
net.tls_luasec: Expose method for loading a certificate
Kim Alvefur
2023-05-27
1
-0
/
+1
*
|
net.certmanager: Move LuaSec feature detection to net.tls_luasec
Kim Alvefur
2023-05-27
1
-0
/
+24
*
|
net.http.server: Remove "Firing event" logs, use event logging instead
Kim Alvefur
2023-05-14
1
-4
/
+0
*
|
net.http.server: Log request and response status lines
Kim Alvefur
2023-05-14
1
-0
/
+3
*
|
net.http.server: Assign each request its own log source
Kim Alvefur
2023-05-14
1
-5
/
+8
*
|
net.http.server: Assign an ID to each request, shared with response
Kim Alvefur
2023-05-14
1
-0
/
+3
*
|
net: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-17
20
-108
/
+108
*
|
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
|
\
|
[next]