aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | util.prosodyctl.check: Use net.unbound for DNS if availableKim Alvefur2020-06-251-0/+3
* | net.resolvers: Remove FIXMEs obsoleted by switch to libunboundKim Alvefur2020-06-252-5/+0
* | CHANGES: Add libunboundKim Alvefur2020-06-251-0/+1
* | net.unbound: Remove compat for missing promises (pre-0.11)Kim Alvefur2020-06-251-15/+12
* | net.unbound: Strip support for legacy net.server APIsKim Alvefur2020-06-251-37/+3
* | net.adns: Log a warning if loaded (because net.unbound wasn't)Kim Alvefur2020-06-251-0/+2
* | util.dependencies: Prefer net.unbound over net.adnsKim Alvefur2020-06-251-0/+5
* | prosodyctl about: Report versions of luaunbound and libunboundKim Alvefur2020-06-251-0/+7
* | util.dependencies: Add awareness of luaunboundKim Alvefur2020-06-251-0/+8
* | net.unbound: Async DNS resolver library based on libunbound via luaunboundKim Alvefur2019-03-091-0/+245