aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | util.dns: Library for decoding DNS recordsKim Alvefur2019-03-091-0/+271
* | util.ringbuffer: Fix accidentally committed test change (thanks buildbot)Matthew Wild2020-06-251-1/+1
* | net.dns: Reduce default timeout to 5sMatthew Wild2020-06-251-1/+1
* | net.dns: Increase backoff delaysMatthew Wild2020-06-251-1/+1
* | net.dns: Add jitter to spread queries and reduce failures due to congestionMatthew Wild2020-06-251-2/+20
* | net.dns: Fix timeout retry logicMatthew Wild2020-06-251-16/+21
* | net.dns: Add some debug loggingMatthew Wild2020-06-251-0/+4
* | util.ringbuffer: Add some additional asserts to testsMatthew Wild2020-06-241-4/+4
* | util.ringbuffer: Ensure unsigned chars are always returned from :byte()Matthew Wild2020-06-242-3/+10
* | Merge 0.11->trunkKim Alvefur2020-06-231-1/+2
|\|