index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dns
/
zone_parser.go
Age
Commit message (
Expand
)
Author
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-22
lib/bytes: replace Copy and Concat with standard library
Shulhan
2024-03-26
lib/dns: implements RFC 9460 for SVCB RR and HTTPS RR
Shulhan
2024-03-26
lib/dns: use ParseUint to parse escaped octet in "\NNN" format
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-08-06
lib/dns: use Zone as single source of truth when parsing
Shulhan
2023-08-06
lib/dns: make sure that the zone Origin always end with period
Shulhan
2023-08-05
lib/dns: update the SOA Serial when record added or removed from Zone
Shulhan
2023-08-05
lib/dns: directly use the map RecordClasses and RecordTypes
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
Shulhan
2023-05-18
lib/dns: fix zone parsing on SOA record with single line
Shulhan
2023-04-09
lib/dns: refactoring zoneParser using lib/bytes#Parser
Shulhan
2023-03-26
lib/dns: fix packing, parsing, and saving MINFO resource data
Shulhan
2023-03-25
lib/dns: fix parsing SRV record from zone file
Shulhan
2023-03-25
lib/dns: allow parsing TXT rdata without quote in zone file
Shulhan
2023-03-25
lib/dns: add method to decode a charater-string
Shulhan
2023-03-23
lib/dns: handle zone file with CRLF line ending
Shulhan
2023-03-23
lib/dns: change the zoneParser Reset method to accept []byte
Shulhan
2023-03-22
lib/dns: make sure zone origin always end with dot
Shulhan
2023-03-22
lib/dns: rename zoneParser Init method to Reset
Shulhan
2023-03-22
lib/dns: change the parameter of newZoneParser
Shulhan
2022-05-12
all: rewrite all codes to use "var" instead of ":="
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-11-15
lib/dns: refactoring ZoneFile into Zone
Shulhan
2021-11-15
lib/dns: realign all struct fields
Shulhan
2021-11-14
lib/dns: refactoring, introduce new type RecordClass
Shulhan
2021-11-14
lib/dns: refactoring, create type RecordType to represent type of RR
Shulhan
2021-10-14
lib/ascii: change signature of ToLower and ToUpper
Shulhan
2021-01-20
dns: replace master word with zone
Shulhan