Commit Graph

191 Commits

Author SHA1 Message Date
Miek Gieben
70f9c6b964 Make err non-exported 2013-06-20 07:25:29 +01:00
Miek Gieben
8e68ad38d6 Use new stuff here too 2013-06-08 14:24:20 +01:00
Miek Gieben
15d8cdc5f9 Fix: the *dns.TXT instead of *TXT 2013-06-04 11:37:11 +02:00
Miek Gieben
98b677a97c Update the copy right for the original GO files 2013-05-12 16:07:06 +02:00
Miek Gieben
d53d9eab81 gofmt 2013-05-05 20:30:44 +02:00
Miek Gieben
d2551c5c84 Docs and todo update 2013-04-17 08:47:07 +01:00
Miek Gieben
cd10853288 Make Len() and Copy() private
I don't think anybody will needs these, msg.Len() is still
available. Severly cuts back on the amount of exported functions.
2013-02-09 08:35:17 +01:00
Miek Gieben
78619c08e4 Make it a method 2013-01-31 09:52:34 +01:00
Miek Gieben
9357ac3eff docs 2013-01-30 15:56:29 +01:00
Miek Gieben
625de563d0 Convert an RR to its unknown representation 2013-01-30 15:55:50 +01:00
Miek Gieben
2e02b42558 Fix documentation too 2012-12-09 20:20:16 +01:00
Miek Gieben
2a3b818b95 Use much more descriptive names for the maps
Alg_str -> AlgorithmToString
 Rr_str  -> TypeToString

And for the reverse maps also.
2012-12-02 09:29:54 +01:00
Miek Gieben
8d6d7593b8 add some extra text 2012-12-01 22:54:35 +01:00
Miek Gieben
c86d0c4331 tweak layout 2012-11-30 13:25:01 +01:00
Miek Gieben
aaa65c0ae0 documentation 2012-11-20 10:10:09 +01:00
Miek Gieben
53bc98f2ca update docs 2012-11-19 18:14:52 +01:00
Miek Gieben
e2ca025569 update documentation 2012-11-19 16:22:54 +01:00
Miek Gieben
76509f1f52 docs 2012-10-20 09:23:10 +02:00
Miek Gieben
19470ba22d Add a space 2012-10-09 22:16:28 +02:00
Miek Gieben
099c19d5b2 Fix errors 2012-10-09 20:25:25 +02:00
Miek Gieben
03a8bfbb88 uses struct embedding 2012-09-05 16:30:04 +02:00
Miek Gieben
f51929ddfd doc tweaks 2012-09-03 14:03:04 +02:00
Miek Gieben
6058dce1db small correction 2012-09-03 12:36:03 +02:00
Miek Gieben
9a5ffa1038 fix merge conflict 2012-09-01 17:20:05 +02:00
Miek Gieben
853248eeb4 documentation 2012-09-01 11:35:00 +02:00
Miek Gieben
08c58cc63f small doc typos 2012-08-31 23:04:59 +02:00
Miek Gieben
9d002abc8c typos 2012-08-31 22:23:49 +02:00
Miek Gieben
1a90efb5c4 fix docs 2012-08-31 21:00:58 +02:00
Miek Gieben
80038f2230 docs 2012-08-26 22:40:00 +02:00
Miek Gieben
b96e6ac78d tweaks to the documentation 2012-08-24 09:35:33 +02:00
Miek Gieben
2d90a06ade use in 2012-08-24 08:57:33 +02:00
Miek Gieben
de20557d38 Add extra docs 2012-08-24 08:56:28 +02:00
Miek Gieben
b720003623 make api smaller 2012-08-17 08:31:38 +02:00
Miek Gieben
73b6d37885 cleanup api, dont export Year68 2012-08-17 08:29:45 +02:00
Miek Gieben
1958fd2031 Fix compile errors 2012-08-08 09:45:31 +02:00
Miek Gieben
946e3a09ca Rename Exchange struct to XfrMsg - which better tells what it does 2012-08-08 09:44:34 +02:00
Miek Gieben
7a885b0c6b fqdn the handlers 2012-08-04 19:40:09 -07:00
Miek Gieben
534433a714 gofmt -w 2012-06-20 20:16:36 +02:00
Miek Gieben
e6fca0be3f Actually copy the RR for DNSSEC validation.
This is needed because we need to fiddle with the TTL and sometimes
even need to lowercase the rdata. We dont want this to propagate
to the original RRs
2012-06-20 19:16:54 +02:00
Miek Gieben
01442e58af more Copy() functions 2012-06-20 17:44:18 +02:00
Miek Gieben
f48dba4ad1 Add Copy to all RRs 2012-06-20 11:56:25 +02:00
Miek Gieben
6930a3a307 Tweaks for get a secure lookup going 2012-06-05 09:31:50 +02:00
Miek Gieben
fa2c9fd8fa No use on a per-query basis 2012-06-04 19:39:02 +02:00
Miek Gieben
53b065793b More preparation for the root 2012-06-03 09:35:39 +02:00
Miek Gieben
9c4c5f5369 remove NewClient from the code 2012-05-26 10:28:32 +02:00
Miek Gieben
d0e4f0409a remove these docs from here 2012-05-15 17:05:18 +02:00
Miek Gieben
f0154aa0c2 Fix and test rfc 1982 arithmetic 2012-05-15 12:24:57 +02:00
Miek Gieben
0cfe2d6a43 Make copy private 2012-05-12 20:06:52 +02:00
Miek Gieben
614aa87ab2 Add a copy function for RRHeader - use this when validating 2012-05-11 15:03:49 +02:00
Miek Gieben
95c1154930 documentation 2012-05-08 14:17:17 +02:00