aboutsummaryrefslogtreecommitdiffstats
path: root/net/dns.lua
Commit message (Expand)AuthorAgeFilesLines
...
* net.dns: Initialize default resolver on module load (instead of on first use).Waqas Hussain2009-11-021-1/+1
* net.dns: Updated to use util.windows.get_nameservers for enumerating nameserv...Waqas Hussain2009-11-021-13/+25
* net.dns: Don't expire records with TTL of 0 instantlyMatthew Wild2009-10-211-1/+1
* net.dns: Don't cache some records indefinitelyMatthew Wild2009-10-171-1/+1
* net.dns: Remove sockets from socketset when closing them, fixes a leakMatthew Wild2009-10-131-2/+5
* net.dns: Even better parsing of nameservers from resolv.confMatthew Wild2009-09-251-1/+1
* net.dns: Remove elements from the cache when expired so as to not leave holes...Matthew Wild2009-09-241-1/+4
* net.dns: Stricter matching of nameserver entries in resolv.confMatthew Wild2009-09-241-1/+1
* net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko)Matthew Wild2009-09-241-2/+2
* net.dns: Accidentally committed a hard-coded 4.2.2.1 nameserverMatthew Wild2009-09-211-1/+0
* core.s2smanager: Don't recurse CNAMEs infinitely :)Matthew Wild2009-09-211-0/+1
* net.dns: Multiple internal changes and API extensions to allow for more relia...Matthew Wild2009-09-181-9/+62
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* net.dns: Add support for cancelling a coroutine-based requestMatthew Wild2009-05-261-2/+10
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* net.dns: Add methods necessary for allowing non-blocking DNS lookupsMatthew Wild2009-03-041-22/+72
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* 0.1 -> 0.2Matthew Wild2008-12-101-21/+3
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Quickfix for dns.lua to not crash on failed connection to name serversWaqas Hussain2008-11-281-1/+2
* Added temporary fix for srv on windows: using opendns nameserversWaqas Hussain2008-11-231-5/+10
* Fix various mistakes in dns.luaMatthew Wild2008-11-231-7/+7
* Fix dns for poor Windows users, who have never seen a resolv.confMatthew Wild2008-11-231-1/+3
* We have SRV resolving \o/Matthew Wild2008-11-181-0/+795