Commit Graph

202 Commits

Author SHA1 Message Date
Tony Garnock-Jones 1d9e06eee5 Fix stupid zone expiry bug: timers are to be relative! 2012-02-19 12:37:55 -05:00
Tony Garnock-Jones e8c13053f1 Supply explicit time from container to zone-expire-name 2012-02-19 12:37:32 -05:00
Tony Garnock-Jones 863ecf50b6 More debug output 2012-02-19 11:14:47 -05:00
Tony Garnock-Jones f3d96227b0 Debug on referral incorporation 2012-02-19 10:56:45 -05:00
Tony Garnock-Jones 2490431364 Compute context for each question to break NS cycles. 2012-02-18 15:57:07 -05:00
Tony Garnock-Jones 32bf05a9d4 Correction to contract 2012-02-18 12:31:03 -05:00
Tony Garnock-Jones 71bf542eee Add a pathological case to experiment with 2012-02-18 12:30:04 -05:00
Tony Garnock-Jones 43e43b548c Correction to a data definition. 2012-02-18 12:29:22 -05:00
Tony Garnock-Jones 1d3cb6f094 It's really more like bad-answer than no-answer. 2012-02-18 11:16:17 -05:00
Tony Garnock-Jones 776e4ad58b Turn on the DNS spy for now 2012-02-17 21:33:19 -05:00
Tony Garnock-Jones 33939ba1f0 Better debug messages 2012-02-17 21:33:10 -05:00
Tony Garnock-Jones b991160eab Handle name-error/NXDOMAIN when looking up nameservers 2012-02-17 21:32:56 -05:00
Tony Garnock-Jones bee10f5cdd More debug 2012-02-17 20:28:26 -05:00
Tony Garnock-Jones 79254cc7f4 More debug output 2012-02-17 17:10:53 -05:00
Tony Garnock-Jones d2af6bf52e Reindent 2012-02-17 16:09:54 -05:00
Tony Garnock-Jones 87943e435b Replace use of first-only with match 2012-02-17 16:09:23 -05:00
Tony Garnock-Jones 1c3ebd17bd Make stress.rkt use a more sensible question and get its port number from DNSPORT 2012-02-17 16:05:56 -05:00
Tony Garnock-Jones 3dd3370b4b Cosmetic 2012-02-17 16:05:31 -05:00
Tony Garnock-Jones 231e297975 Handle abnormal response codes properly 2012-02-17 16:05:18 -05:00
Tony Garnock-Jones 8571900d29 The timer-driver and timer-relay now need names to be given explicitly. 2012-02-17 15:34:24 -05:00
Tony Garnock-Jones b79ca309c4 Fix cache TTL poisoning; save and load zone data 2012-02-17 13:42:17 -05:00
Tony Garnock-Jones 4e7cc96d1b Proper datatype for domain-names -> case-insensitive comparison 2012-02-17 12:12:48 -05:00
Tony Garnock-Jones 517f0e604d Minor rearrangements 2012-02-17 11:38:39 -05:00
Tony Garnock-Jones b390b9bc6f Small program to send a debug-packet to the server. 2012-02-16 15:27:03 -05:00
Tony Garnock-Jones f95f8c9603 Correct comment. 2012-02-16 15:25:59 -05:00
Tony Garnock-Jones 8d715290ee Sending an empty packet to the proxy causes it to dump its current cache contents, for debugging 2012-02-16 15:25:43 -05:00
Tony Garnock-Jones 0c3ebff5f1 Avoid output buffering; also improve debug output 2012-02-16 15:24:59 -05:00
Tony Garnock-Jones 83cf8f53a8 Fix bug in loop-detection: the new TTL-updating was confusing the set 2012-02-16 15:24:21 -05:00
Tony Garnock-Jones 313677acf7 Move deps on racket-matrix 2012-02-15 10:41:15 -05:00
Tony Garnock-Jones b109465b00 Split out to racket-matrix 2012-02-15 10:34:17 -05:00
Tony Garnock-Jones 0bd5bb0935 Split TODO 2012-02-15 10:32:40 -05:00
Tony Garnock-Jones cf333f335c Prepare for split 2012-02-15 10:32:03 -05:00
Tony Garnock-Jones 720ca052be Remove unused dependency 2012-02-15 10:25:28 -05:00
Tony Garnock-Jones 969bc2646e Age and expire cached RRs properly 2012-02-09 16:31:31 -05:00
Tony Garnock-Jones 570f6fb915 Change hash-ref -> zone-ref etc. prior to improving TTL processing 2012-02-09 15:19:59 -05:00
Tony Garnock-Jones a891956867 Introduce subscribe/fresh and use it in some places. 2012-02-08 17:36:27 -05:00
Tony Garnock-Jones fe88c1cbb6 Update testing code 2012-02-08 17:36:27 -05:00
Tony Garnock-Jones 3b98769e8d Fix stupid test-direction-problem in cname expansion 2012-02-08 17:36:27 -05:00
Tony Garnock-Jones 40ef38963b Clear cache every N seconds (until I build a better mechanism) 2012-02-08 17:36:27 -05:00
Tony Garnock-Jones b871a60c64 Better contract 2012-02-08 17:36:27 -05:00
Tony Garnock-Jones 1203d9a18c Only look up nameserver names as far as necessary 2012-02-08 17:36:26 -05:00
Tony Garnock-Jones 4b7c931527 Rearrange resolver/network-query interaction, in particular making
network-query a separate os.rkt process.
2012-02-08 17:35:56 -05:00
Tony Garnock-Jones ed4fe93405 Indenting elisp utilities. 2012-02-08 17:35:54 -05:00
Tony Garnock-Jones 9c231ebe6c Rearrange timeout loop a little 2012-01-31 13:44:09 -05:00
Tony Garnock-Jones e6568d49b5 Make network-query no longer directly aware of CompiledZones. 2012-01-31 08:11:31 -05:00
Tony Garnock-Jones 6cde0922d9 Use latest knowledge in CNAME expansions 2012-01-25 17:57:14 -05:00
Tony Garnock-Jones c84ed33697 Measure RTT for network queries 2012-01-25 17:56:57 -05:00
Tony Garnock-Jones d1ad3d7086 Try the nameservers we have addresses for before looking up any more nameserver addresses. 2012-01-25 17:45:53 -05:00
Tony Garnock-Jones 7217768b9a Ignore duplicate requests while still processing an earlier repeat 2012-01-25 15:07:33 -05:00
Tony Garnock-Jones 1d110a1845 Timeouts 2012-01-25 15:06:49 -05:00