Log

net/dns.lua @ 9963:90a3cd25f2ae

description author age
net.dns: Close resolv.conf handle when done (fixes #1342) 0.11 Kim Alvefur Sat, 13 Apr 2019 18:16:28 +0200
Merge 0.10->trunk Kim Alvefur Sun, 10 Jun 2018 17:56:38 +0200
net.dns: Lazily generate unknown RR type names Kim Alvefur Sun, 10 Jun 2018 17:45:49 +0200
Backed out changeset eae606b9266c: Used a lot of memory Kim Alvefur Sun, 10 Jun 2018 17:37:06 +0200
net.dns: Expand table of known RR types from IANA registry Kim Alvefur Sat, 09 Jun 2018 15:30:26 +0200
Merge 0.10->trunk Kim Alvefur Sat, 09 Jun 2018 15:47:59 +0200
net.dns: Syntesize type names for the full range Kim Alvefur Sat, 09 Jun 2018 15:34:00 +0200
net.dns: Don't attempt to cache unparsed data (fixes #1056) Kim Alvefur Sat, 09 Jun 2018 15:35:03 +0200
net.dns: Also cache records from the 'additional' section Kim Alvefur Sun, 03 Jun 2018 00:40:42 +0200
net.dns: Cache all records from the 'answer' section (fixes #487) Kim Alvefur Sat, 09 Jun 2018 00:02:06 +0200
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
Merge 0.10->trunk Kim Alvefur Fri, 01 Dec 2017 04:54:23 +0100
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop Kim Alvefur Fri, 01 Dec 2017 04:50:20 +0100
net.dns: Use inet_ntop from util.net if available Kim Alvefur Wed, 29 Nov 2017 08:02:14 +0100
net.dns: Correctly apply lower bound of RTT (thanks Ge0rG) Kim Alvefur Sun, 24 Sep 2017 01:04:56 +0200
Merge 0.9->0.10 Kim Alvefur Tue, 13 Jun 2017 16:38:52 +0200
net.dns: Prevent answers from immediately expiring even if TTL=0 (see #919) Kim Alvefur Tue, 13 Jun 2017 16:36:47 +0200
Merge 0.9->0.10 Kim Alvefur Sat, 27 May 2017 16:42:50 +0200
net.dns: Simplify expiry calculation (fixes #919) Kim Alvefur Mon, 22 May 2017 05:32:11 +0200
net.dns: remove unused variable unpack [luacheck] Anton Shestakov Thu, 28 Jul 2016 15:39:48 +0800
net.dns: remove unused one-letter loop variables [luacheck] Anton Shestakov Thu, 14 Jul 2016 18:43:17 +0800
net.dns: don't use "for s,s in pairs..." (unused loop variable s) [luacheck] Anton Shestakov Sat, 09 Jul 2016 10:26:18 +0800
net.dns: remove unused one-letter loop variables [luacheck] Anton Shestakov Sat, 09 Jul 2016 00:45:59 +0800
net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+) Kim Alvefur Mon, 28 Mar 2016 19:56:12 +0200
Merge 0.9->0.10 Kim Alvefur Fri, 22 Jan 2016 14:49:05 +0100
net.dns: Remember query only after it was sent, in case it was not (fixes #598) Kim Alvefur Thu, 21 Jan 2016 22:26:46 +0100
Merge 0.9->0.10 Kim Alvefur Fri, 08 Jan 2016 16:16:08 +0100
Backout 88d54bec26b7 prior to release, as it certainly requires more testing 0.9.9 Matthew Wild Fri, 08 Jan 2016 13:01:27 +0000
net.dns: Allow a zone id in resolv.conf (eg like %eth0) Kim Alvefur Mon, 04 Jan 2016 15:46:06 +0100
net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10] Florian Zeitz Tue, 18 Jun 2013 23:02:20 +0200