index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dns.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/dns: Fix socket.select timeout.
Brian Cully
2009-12-28
1
-1
/
+8
*
net.dns: Trailing whitespace
Matthew Wild
2010-03-05
1
-2
/
+2
*
net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs...
Matthew Wild
2010-03-05
1
-2
/
+7
*
net.dns: Normalize records before placing them in the cache, fixes issues wit...
Matthew Wild
2010-02-12
1
-4
/
+5
*
net.dns: Update for new socket API
Matthew Wild
2010-02-12
1
-1
/
+1
*
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set f...
Waqas Hussain
2010-02-10
1
-1
/
+1
*
net.dns: Fixed whitespace/indentation.
Waqas Hussain
2010-02-10
1
-3
/
+2
*
net.dns: Removed unused function.
Waqas Hussain
2010-02-10
1
-5
/
+0
*
net.dns: Removed some useless indirection to improve readability.
Waqas Hussain
2010-02-10
1
-10
/
+9
*
net.dns: Make sure math.randomseed() gets passed an integer
Matthew Wild
2010-01-07
1
-1
/
+1
*
net.dns: Update synchronous path for new connection API
Brian Cully
2009-12-21
1
-1
/
+1
*
net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (n...
Matthew Wild
2009-12-03
1
-1
/
+1
*
net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use
Matthew Wild
2009-12-03
1
-8
/
+5
*
modulemanager, net.dns: Remove trailing whitespace
Matthew Wild
2009-12-02
1
-1
/
+1
*
net.dns: Be more strict about the records we cache
Matthew Wild
2009-11-18
1
-5
/
+4
*
net.dns: Be more strict about checking the DNS replies we receive
Matthew Wild
2009-11-18
1
-1
/
+2
*
net.dns: Fixed indentation and coding style.
Waqas Hussain
2009-11-02
1
-719
/
+751
*
net.dns: Initialize default resolver on module load (instead of on first use).
Waqas Hussain
2009-11-02
1
-1
/
+1
*
net.dns: Updated to use util.windows.get_nameservers for enumerating nameserv...
Waqas Hussain
2009-11-02
1
-13
/
+25
*
net.dns: Don't expire records with TTL of 0 instantly
Matthew Wild
2009-10-21
1
-1
/
+1
*
net.dns: Don't cache some records indefinitely
Matthew Wild
2009-10-17
1
-1
/
+1
*
net.dns: Remove sockets from socketset when closing them, fixes a leak
Matthew Wild
2009-10-13
1
-2
/
+5
*
net.dns: Even better parsing of nameservers from resolv.conf
Matthew Wild
2009-09-25
1
-1
/
+1
*
net.dns: Remove elements from the cache when expired so as to not leave holes...
Matthew Wild
2009-09-24
1
-1
/
+4
*
net.dns: Stricter matching of nameserver entries in resolv.conf
Matthew Wild
2009-09-24
1
-1
/
+1
*
net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko)
Matthew Wild
2009-09-24
1
-2
/
+2
*
net.dns: Accidentally committed a hard-coded 4.2.2.1 nameserver
Matthew Wild
2009-09-21
1
-1
/
+0
*
core.s2smanager: Don't recurse CNAMEs infinitely :)
Matthew Wild
2009-09-21
1
-0
/
+1
*
net.dns: Multiple internal changes and API extensions to allow for more relia...
Matthew Wild
2009-09-18
1
-9
/
+62
*
Remove version number from copyright headers
Matthew Wild
2009-07-10
1
-1
/
+1
*
net.dns: Add support for cancelling a coroutine-based request
Matthew Wild
2009-05-26
1
-2
/
+10
*
0.3->0.4
Matthew Wild
2009-03-20
1
-1
/
+1
*
net.dns: Add methods necessary for allowing non-blocking DNS lookups
Matthew Wild
2009-03-04
1
-22
/
+72
*
0.2->0.3
Matthew Wild
2009-01-30
1
-1
/
+1
*
0.1 -> 0.2
Matthew Wild
2008-12-10
1
-21
/
+3
*
Insert copyright/license headers
Matthew Wild
2008-12-03
1
-0
/
+20
*
Quickfix for dns.lua to not crash on failed connection to name servers
Waqas Hussain
2008-11-28
1
-1
/
+2
*
Added temporary fix for srv on windows: using opendns nameservers
Waqas Hussain
2008-11-23
1
-5
/
+10
*
Fix various mistakes in dns.lua
Matthew Wild
2008-11-23
1
-7
/
+7
*
Fix dns for poor Windows users, who have never seen a resolv.conf
Matthew Wild
2008-11-23
1
-1
/
+3
*
We have SRV resolving \o/
Matthew Wild
2008-11-18
1
-0
/
+795