aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_external_services: XEP-0215: External Service DiscoveryKim Alvefur2020-07-185-0/+284
* mod_component: Return extended error condition when not connectedKim Alvefur2020-04-131-1/+2
* mod_component: Reply with a different error when not connectedKim Alvefur2020-04-131-1/+1
* net.http.parser: Allow configuration of the chunk size fed to the parserMatthew Wild2020-08-211-1/+3
* net.http.parser: Switch tests so that CRLF conversion of input data is optionalMatthew Wild2020-08-211-7/+10
* net.http.parser: Fix incorrect path in testMatthew Wild2020-08-211-1/+1
* net.http.parser: Add failing test for (large?) chunk-encoded responsesMatthew Wild2020-08-212-0/+27
* net.http.parser: Fix indentationKim Alvefur2020-08-201-2/+2
* util.dbuffer: Fix traceback when :collapse() is called on empty bufferMatthew Wild2020-08-202-1/+13
* util.dataforms: Add more XEP-0211 media element test coverageKim Alvefur2020-08-161-0/+28
* util.dataforms: Convert media element sizes to avoid error on Lua 5.3Kim Alvefur2020-08-162-1/+16
* net.http.errors: Add new module for converting net.http errors to util.error ...Matthew Wild2020-08-131-0/+115
* mod_net_multiplex: Set read size/mode to that of the target listenerKim Alvefur2020-08-021-0/+3
* mod_net_multiplex: Read no more than the max buffer size settingKim Alvefur2020-08-021-1/+1
* mod_http: Add way to signal that a module supports streaming uploadsKim Alvefur2020-08-011-1/+3
* 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