aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net.http.parser: Allow specifying sink for large request bodiesKim Alvefur2020-08-013-7/+36
* net.http.parser: Switch to util.dbuffer for buffering incoming dataKim Alvefur2020-08-011-61/+49
* Merge 0.11->trunkKim Alvefur2020-08-080-0/+0
|\
| * mod_s2s: Escape invalid XML in loggin (same way as mod_c2s) fix #15740.11.6Kim Alvefur2020-08-011-2/+1
* | Merge 0.11->trunkMatthew Wild2020-08-081-0/+12
|\|
| * net.http: Add request:cancel() methodMatthew Wild2020-08-081-0/+11
| * net.http: Re-expose destroy_request() functionMatthew Wild2020-08-081-0/+1
* | net.server_epoll: Log debug message when a connection errors on readKim Alvefur2020-07-251-0/+5
* | mod_register: Add a dependency on mod_watchregistrationsEmmanuel Gil Peyrot2020-06-291-0/+1
* | mod_proxy65: Limit dump of invalid data to 300 bytes (like mod_c2s)Kim Alvefur2020-07-171-2/+2
* | mod_proxy65: Log invalid greetings escaped instead of as base64Kim Alvefur2020-07-161-3/+2
* | mod_server_contact_info: Add status-addresses fieldKim Alvefur2020-05-274-1/+6
* | configure: Pass compiler flag to enable ICU only when building util.encodingsKim Alvefur2020-07-123-1/+5
* | Merge 0.11->trunkMatthew Wild2020-07-101-1/+2
|\|
| * net.resolvers.basic: Default conn_type to 'tcp' consistently if unspecified (...Matthew Wild2020-07-101-1/+2
* | prosodyctl about: Show longer name for luaunboundKim Alvefur2020-07-101-2/+2
* | prosodyctl about: Strip name from lua module _VERSIONKim Alvefur2020-07-101-1/+5
* | prosodyctl about: Substitute better names for some Lua modulesKim Alvefur2020-07-101-1/+10
* | prosodyctl about: Split out libraries into a separate sectionKim Alvefur2020-07-101-5/+10
* | prosodyctl about: Use library function for sorted listing of lua modulesKim Alvefur2020-07-101-5/+3
* | scansion/prosody.cfg: Fix typoKim Alvefur2020-07-091-1/+1
* | coding_style: Replace mention of git with hgKim Alvefur2020-07-081-1/+1
* | net.cqueues: Fix resuming after timeoutsKim Alvefur2020-07-081-0/+14
* | util.indexedbheap: Add failing test case for #1572Kim Alvefur2020-07-081-0/+15
* | luacheck: Remove exception for net.cqueues since it is now cleanKim Alvefur2020-07-081-1/+0
* | net.cqueues: Switch to server.watchfd for main loop integrationKim Alvefur2020-07-081-46/+2
* | Merge 0.11->trunkMatthew Wild2020-07-071-2/+3
|\|
| * net.http: Fix traceback on invalid URL passed to request()Matthew Wild2020-07-071-2/+3
* | mod_storage_sql: Measure hits/misses on the item count cacheKim Alvefur2020-07-021-0/+7
* | net.server_epoll: Add setting for turning off callback protectionsKim Alvefur2020-06-301-0/+6
* | net.server_epoll: Allow setting a custom error handler for listenerKim Alvefur2020-06-301-1/+2
* | net.server_epoll: ... and include a tracebackKim Alvefur2020-06-301-1/+1
* | net.server_epoll: Report errors in timersKim Alvefur2020-06-301-0/+2
* | mod_admin_shell: Handle server_epoll using monotonic time internallyKim Alvefur2020-06-301-2/+9
* | net.server_epoll: Expose way to turn monotonic time into wall clock timeKim Alvefur2020-06-301-0/+3
* | mod_admin_shell: Fix debug:timers to handle net.server native timersKim Alvefur2020-06-291-6/+16
* | net.server_epoll: Optimize away table allocation for timer objectsKim Alvefur2020-06-291-15/+21
* | net.server_epoll: Remove unused time field from timer objectsKim Alvefur2020-06-291-6/+3
* | net.server_epoll: Signal API-compatibilty with util.timerKim Alvefur2020-06-291-0/+6
* | net.server_epoll: Make API-compatible with util.timerKim Alvefur2020-06-291-3/+3
* | util.timer: Defer to selected net.server if it implements this APIKim Alvefur2020-06-291-0/+5
* | util.dbuffer: If no bytes parameter passed to read, return remainder of front...Matthew Wild2020-06-292-2/+22
* | doap: Expand on XEPs implemented by mod_timeKim Alvefur2020-06-281-0/+5
* | util.human.io: Add brief test of table generationKim Alvefur2020-06-281-0/+29
* | util.dbuffer: Don't use # operator in tests, Lua 5.1 doesn't support __lenMatthew Wild2020-06-281-1/+1
* | net.dns: Disable jitter for default resolver (used by blocking dns.lookup() c...Matthew Wild2020-06-281-0/+1
* | util.dependencies: Quiet luacheckKim Alvefur2020-06-281-2/+2
* | util.dependencies: Tone down lua-unbound dependency for nowKim Alvefur2020-06-272-1/+4
* | util.dbuffer: dynamic string bufferMatthew Wild2020-06-263-0/+273
* | util.dns: Update RR types from IANA registryKim Alvefur2020-06-251-17/+23