| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | net.server_epoll: Optimize concatenation of exactly 2 buffer chunks | Kim Alvefur | 2021-07-16 | 1 | -1/+3 |
* | | net.server_epoll: Avoid allocating a buffer table for single writes | Kim Alvefur | 2021-07-16 | 1 | -11/+20 |
* | | net.server_epoll: Optionally let go of buffers | Kim Alvefur | 2021-07-16 | 1 | -5/+17 |
* | | net.server_epoll: Propagate returns from opportunistic writes | Kim Alvefur | 2021-07-16 | 1 | -3/+4 |
* | | net.server_epoll: Set minimum wait time to 1ms, matching epoll | Kim Alvefur | 2021-07-15 | 1 | -1/+1 |
* | | prosodyctl: Add a note about checking the order of listed commands | Kim Alvefur | 2021-07-15 | 1 | -1/+1 |
* | | prosodyctl: Add cert to command listing | Kim Alvefur | 2021-07-15 | 1 | -1/+3 |
* | | prosodyctl: Add 'shell' to command listing | Kim Alvefur | 2021-07-15 | 1 | -1/+2 |
* | | prosodyctl: Add 'check' to command listing (fixes #1622) | Kim Alvefur | 2021-05-30 | 1 | -0/+10 |
* | | net.server_epoll: Add setting for disabling the Nagle algorithm | Kim Alvefur | 2021-07-14 | 1 | -0/+6 |
* | | net.server_epoll: Support setting keepalive idle time | Kim Alvefur | 2021-07-14 | 1 | -0/+3 |
* | | net.server_epoll: Add way to enable TCP keeplives on all connections | Kim Alvefur | 2021-07-14 | 1 | -1/+6 |
* | | net.server_epoll: Add an (empty) method for setting socket options | Kim Alvefur | 2021-07-14 | 1 | -0/+6 |
* | | net.server_epoll: Log failures to set socket options | Kim Alvefur | 2021-07-14 | 1 | -2/+8 |
* | | mod_s2s: Don't close connections on reload | Kim Alvefur | 2021-07-14 | 1 | -0/+1 |
* | | mod_s2s: Close connections attached to a host being deactivated | Kim Alvefur | 2021-07-14 | 1 | -0/+8 |
* | | mod_s2s: Vary log level by remote stream error | Kim Alvefur | 2021-07-14 | 1 | -1/+33 |
* | | tools/jabberd14sql2prosody: Tweak wording in comments | Kim Alvefur | 2021-07-13 | 1 | -2/+2 |
* | | tools/xep227toprosody: Tweak wording in comments | Kim Alvefur | 2021-07-13 | 1 | -2/+2 |
* | | mod_dialback: Tweak wording in a comment | Kim Alvefur | 2021-07-13 | 1 | -1/+1 |
* | | mod_s2s: Remove connection timeout once it's no longer needed | Kim Alvefur | 2021-07-13 | 1 | -1/+12 |
* | | net.server_epoll: Call onconnect immediately after TLS handshake completion | Kim Alvefur | 2021-07-13 | 1 | -1/+2 |
* | | 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 |
* | | mod_s2s: Log debug message on attempted close of an connectionless session | Kim Alvefur | 2021-07-11 | 1 | -0/+1 |
* | | mod_s2s: Drop level of indentation by inverting a condition and early return | Kim Alvefur | 2021-07-11 | 1 | -59/+61 |
* | | mod_s2s: Use module API to fire events | Kim Alvefur | 2021-07-11 | 1 | -9/+8 |
* | | scansion tests: Allow specifying network settings via environment variable | Kim Alvefur | 2021-07-11 | 1 | -2/+1 |
* | | scansion tests: Allow specifying network backend via environment variable | Kim Alvefur | 2021-07-11 | 1 | -1/+1 |
* | | net.server_epoll: Prevent stack overflow of opportunistic writes | Kim Alvefur | 2021-07-11 | 1 | -1/+3 |
* | | mod_http_errors: Set status code 200 from root page | Kim Alvefur | 2021-07-09 | 1 | -0/+1 |
* | | mod_http_errors: Add a Prosody logo to root page | Kim Alvefur | 2021-07-09 | 1 | -0/+10 |
* | | mod_http_errors: Allow adding icons on error pages | Kim Alvefur | 2021-07-09 | 1 | -1/+1 |
* | | 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 |
* | | core.loggingmanager: Disable pretty printing when not connected to a tty | Kim Alvefur | 2021-07-04 | 1 | -1/+1 |
* | | util.pposix: Bind isatty(3) | Kim Alvefur | 2021-07-04 | 2 | -0/+11 |
* | | util.prosodyctl.check: Normalize away trailing dot in some messages too | Kim Alvefur | 2021-07-04 | 1 | -8/+13 |
* | | util.prosodyctl.check: Normalize potential to form without trailing '.' | Kim Alvefur | 2021-07-04 | 1 | -0/+2 |
* | | util.prosodyctl.check: Point out if A/AAAA exists despite disabled IPvX | Kim Alvefur | 2021-07-04 | 1 | -0/+10 |
* | | util.prosodyctl.check: Warn if both use_ipv4 and use_ipv6 are set to false | Kim Alvefur | 2021-07-04 | 1 | -0/+6 |
* | | util.prosodyctl.check: Silence IP protocol mismatches when disabled | Kim Alvefur | 2021-07-04 | 1 | -2/+4 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-07-03 | 1 | -1/+1 |
|\| |
|
| * | util.ip: Fix netmask for link-local address range | Kim Alvefur | 2021-07-03 | 1 | -1/+1 |