net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.
|
Waqas Hussain |
2010-10-22 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
net.dns: Support for parsing PTR records
|
Matthew Wild |
2010-10-05 |
net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet even if it doesn't match an outstanding request
|
Matthew Wild |
2010-10-05 |
net.dns: Call :cancel() on the current resolver instead of the prototype
|
Matthew Wild |
2010-07-14 |
net.dns: Add dns.settimeout() to set the timeout for the default resolver
|
Matthew Wild |
2010-07-05 |
net.dns: Make timeout configurable (default 15s)
|
Matthew Wild |
2010-07-05 |
net.dns, net.adns: Update resolver:cancel() API so that a table doesn't need to be created for each cancellation internal to net.dns
|
Matthew Wild |
2010-07-05 |
net.dns, net.adns: Move coroutine-calling logic into resolver:cancel()
|
Matthew Wild |
2010-07-05 |
net.dns: Handle our own timeouts, including falling onto other servers in resolv.conf if necessary
|
Matthew Wild |
2010-07-05 |
net.dns: Remove redundant locals declaration
|
Matthew Wild |
2010-05-20 |
net.dns: Fix dns.lookup from commit e54774bd73a7
|
Matthew Wild |
2010-05-20 |
net/dns: Fix socket.select timeout.
|
Brian Cully |
2009-12-28 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
2010-03-03 |
net.dns: Normalize records before placing them in the cache, fixes issues with CNAME targets in CAPS (fixes #161)
|
Matthew Wild |
2010-02-12 |
net.dns: Make sure math.randomseed() gets passed an integer
|
Matthew Wild |
2010-01-07 |
net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)
|
Matthew Wild |
2009-12-03 |
net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use
|
Matthew Wild |
2009-12-03 |
net.dns: Trailing whitespace
|
Matthew Wild |
2010-03-05 |
net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs on one line (thanks dersd)
|
Matthew Wild |
2010-03-05 |
net.dns: Normalize records before placing them in the cache, fixes issues with CNAME targets in CAPS (fixes #161)
|
Matthew Wild |
2010-02-12 |
net.dns: Update for new socket API
|
Matthew Wild |
2010-02-12 |
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.
|
Waqas Hussain |
2010-02-09 |
net.dns: Fixed whitespace/indentation.
|
Waqas Hussain |
2010-02-09 |
net.dns: Removed unused function.
|
Waqas Hussain |
2010-02-09 |
net.dns: Removed some useless indirection to improve readability.
|
Waqas Hussain |
2010-02-09 |
net.dns: Make sure math.randomseed() gets passed an integer
|
Matthew Wild |
2010-01-07 |
net.dns: Update synchronous path for new connection API
|
Brian Cully |
2009-12-21 |
net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)
|
Matthew Wild |
2009-12-03 |
net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use
|
Matthew Wild |
2009-12-03 |
modulemanager, net.dns: Remove trailing whitespace
|
Matthew Wild |
2009-12-02 |
net.dns: Be more strict about the records we cache
|
Matthew Wild |
2009-11-18 |
net.dns: Be more strict about checking the DNS replies we receive
|
Matthew Wild |
2009-11-18 |
net.dns: Fixed indentation and coding style.
|
Waqas Hussain |
2009-11-01 |
net.dns: Initialize default resolver on module load (instead of on first use).
|
Waqas Hussain |
2009-11-01 |
net.dns: Updated to use util.windows.get_nameservers for enumerating nameservers on Windows.
|
Waqas Hussain |
2009-11-01 |
net.dns: Don't expire records with TTL of 0 instantly
|
Matthew Wild |
2009-10-20 |
net.dns: Don't cache some records indefinitely
|
Matthew Wild |
2009-10-17 |
Merge with 0.5
|
Matthew Wild |
2009-10-13 |
net.dns: Remove sockets from socketset when closing them, fixes a leak
|
Matthew Wild |
2009-10-13 |
Merge with 0.5
|
Matthew Wild |
2009-09-27 |
net.dns: Even better parsing of nameservers from resolv.conf
|
Matthew Wild |
2009-09-25 |
Merge with 0.5
|
Matthew Wild |
2009-09-24 |
net.dns: Remove elements from the cache when expired so as to not leave holes in the array
|
Matthew Wild |
2009-09-24 |
net.dns: Stricter matching of nameserver entries in resolv.conf
|
Matthew Wild |
2009-09-24 |
Merge with 0.5
|
Matthew Wild |
2009-09-24 |
net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko)
|
Matthew Wild |
2009-09-24 |
net.dns: Accidentally committed a hard-coded 4.2.2.1 nameserver
|
Matthew Wild |
2009-09-21 |
net.dns: (for some reason this commit didn't pull over from 0.5) Remove hard-coded 4.2.2.1 from dns.lua
|
Matthew Wild |
2009-09-21 |
Merge with 0.5
|
Matthew Wild |
2009-09-21 |
core.s2smanager: Don't recurse CNAMEs infinitely :)
|
Matthew Wild |
2009-09-21 |
Merge with 0.5
|
Matthew Wild |
2009-09-18 |
net.dns: Multiple internal changes and API extensions to allow for more reliable DNS lookups
|
Matthew Wild |
2009-09-18 |
net/dns: Fixed regression causing nameserver initialization to fail on Windows
|
Waqas Hussain |
2009-09-02 |
net.dns: Automatically add nameserver 127.0.0.1 if /etc/resolv.conf missing or empty on a non-Windows system (thanks Louis Mamakos)
|
Matthew Wild |
2009-08-18 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
net.dns: Add support for cancelling a coroutine-based request
|
Matthew Wild |
2009-05-26 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
net.dns: Add methods necessary for allowing non-blocking DNS lookups
|
Matthew Wild |
2009-03-04 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |