1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Mateusz Nowak
add4e38c1c Prevent from crashes when url doesn't exists
Cherry picked from 3655b79..0d62434
2014-07-17 21:31:55 +01:00
Chris Wright
22c90049f3 Handle CNAME resource records correctly 2014-06-17 18:01:10 +01:00
Chris Wright
5a5610a0de Validate name format in private method 2014-06-16 17:47:51 +01:00
Chris Wright
6174dfdb25 Call cache store callback before lookup callbacks 2014-06-16 03:53:40 +01:00
Chris Wright
8e82108197 Allow reusing of outstanding requests
Refactoring to ensure only one concurrent request is sent to the server for a unique name/type tuple
2014-06-16 03:28:59 +01:00
Chris Wright
f7e199ff75 Rename request -> lookup in client 2014-06-16 01:30:28 +01:00
Chris Wright
32d52285e1 Make outstanding request struct associative 2014-06-16 01:20:38 +01:00
Chris Wright
f4cd031352 Move Client default values out of arg default value list
Allows constructor args to be skipped with null
2014-06-15 22:45:33 +01:00
Chris Wright
d5b5192ba3 Finished initial implementation
zOMG too many things to document
2014-06-15 00:47:15 +01:00
Chris Wright
1d418d3e82 Initial commit
WIP
2014-06-13 18:17:49 +01:00