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.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
|
*
net.websocket.frames: Allow all methods to work on non-string objects
Matthew Wild
2020-09-17
1
-10
/
+15
*
|
net.http.server: Default to HTTP result code 500 when promise is rejected
Matthew Wild
2020-09-28
1
-0
/
+1
*
|
Merge 0.11->trunk
Matthew Wild
2020-09-15
1
-0
/
+3
|
\
|
|
*
net.http: Add feature discovery (currently just contains SNI)
Matthew Wild
2020-09-15
1
-0
/
+3
|
*
net.server: Backport client parts of SNI support from trunk (#409)
Kim Alvefur
2020-08-17
4
-16
/
+42
*
|
net.http: http.request() promise now resolves with response (breaking change)
Matthew Wild
2020-08-25
1
-1
/
+2
*
|
net.http: use new net.http.errors lib for creating error object
Matthew Wild
2020-08-25
1
-2
/
+2
*
|
net.server_select: Fix traceback (thanks eta)
Kim Alvefur
2020-08-23
1
-1
/
+1
*
|
net.http.parser: Fix indentation
Kim Alvefur
2020-08-20
1
-2
/
+2
*
|
net.http.errors: Add new module for converting net.http errors to util.error ...
Matthew Wild
2020-08-13
1
-0
/
+115
*
|
net.http.parser: Allow specifying sink for large request bodies
Kim Alvefur
2020-08-01
1
-4
/
+22
*
|
net.http.parser: Switch to util.dbuffer for buffering incoming data
Kim Alvefur
2020-08-01
1
-61
/
+49
*
|
Merge 0.11->trunk
Matthew Wild
2020-08-08
1
-0
/
+12
|
\
|
|
*
net.http: Add request:cancel() method
Matthew Wild
2020-08-08
1
-0
/
+11
|
*
net.http: Re-expose destroy_request() function
Matthew Wild
2020-08-08
1
-0
/
+1
*
|
net.server_epoll: Log debug message when a connection errors on read
Kim Alvefur
2020-07-25
1
-0
/
+5
*
|
Merge 0.11->trunk
Matthew Wild
2020-07-10
1
-1
/
+2
|
\
|
|
*
net.resolvers.basic: Default conn_type to 'tcp' consistently if unspecified (...
Matthew Wild
2020-07-10
1
-1
/
+2
*
|
net.cqueues: Fix resuming after timeouts
Kim Alvefur
2020-07-08
1
-0
/
+14
*
|
net.cqueues: Switch to server.watchfd for main loop integration
Kim Alvefur
2020-07-08
1
-46
/
+2
*
|
Merge 0.11->trunk
Matthew Wild
2020-07-07
1
-2
/
+3
|
\
|
|
*
net.http: Fix traceback on invalid URL passed to request()
Matthew Wild
2020-07-07
1
-2
/
+3
*
|
net.server_epoll: Add setting for turning off callback protections
Kim Alvefur
2020-06-30
1
-0
/
+6
*
|
net.server_epoll: Allow setting a custom error handler for listener
Kim Alvefur
2020-06-30
1
-1
/
+2
*
|
net.server_epoll: ... and include a traceback
Kim Alvefur
2020-06-30
1
-1
/
+1
*
|
net.server_epoll: Report errors in timers
Kim Alvefur
2020-06-30
1
-0
/
+2
*
|
net.server_epoll: Expose way to turn monotonic time into wall clock time
Kim Alvefur
2020-06-30
1
-0
/
+3
*
|
net.server_epoll: Optimize away table allocation for timer objects
Kim Alvefur
2020-06-29
1
-15
/
+21
*
|
net.server_epoll: Remove unused time field from timer objects
Kim Alvefur
2020-06-29
1
-6
/
+3
*
|
net.server_epoll: Signal API-compatibilty with util.timer
Kim Alvefur
2020-06-29
1
-0
/
+6
*
|
net.server_epoll: Make API-compatible with util.timer
Kim Alvefur
2020-06-29
1
-3
/
+3
*
|
net.dns: Disable jitter for default resolver (used by blocking dns.lookup() c...
Matthew Wild
2020-06-28
1
-0
/
+1
*
|
util.dependencies: Tone down lua-unbound dependency for now
Kim Alvefur
2020-06-27
1
-1
/
+2
[prev]
[next]