0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TODO: use Go DNS More... over 13 years ago
Merge branch 'master' of github.com:bortzmeyer/grong More... over 13 years ago
Config file in JSON? More... over 13 years ago
New flag parsing system: Using a patched flag package, we can now send proper options to the reflector and AS112 responders. More... over 13 years ago
Protection against Scapy bug #193 More... over 13 years ago
* Introduction of a bit of fuzzy testing with Scapy * More logging in the name server * A few TODOs explained More... over 13 years ago
Now uses the log and syslog packages More... over 13 years ago
Handle the root in a specific way (see issue #4) More... over 13 years ago
Lowercase the Qname before it is used. (Issue #5) More... over 13 years ago
strings.Split arguments have changed (-1 to split everything) More... over 13 years ago
Stupid error in the previous renaming, reverted More... almost 14 years ago
New name for the main executable More... almost 14 years ago
IPv6 issue More... about 14 years ago
Better error reporting More... about 14 years ago
* Use the built-in copy() instead of a loop * String() method for packets More... about 14 years ago
Global config object, sent to every responder (Warning: API change) More... about 14 years ago
Michael Hoisie's suggestions for turning GRONG into a Go package/library More... about 14 years ago
return statement was inside the "if debug" :-( More... about 14 years ago
Better description of the reflector More... about 14 years ago
Much better handling of rogue packets More... about 14 years ago
Implementation of EDNS and NSID More... about 14 years ago
Working version of the Scapy tester More... about 14 years ago
Merge branch 'master' of [email protected]:bortzmeyer/grong More... about 14 years ago
Future test script (using Scapy) More... about 14 years ago
Excellent remarks and analysis by Russ Cox on the go-nuts mailing list More... about 14 years ago
Fix issue #3. More... about 14 years ago
as112.go: only answer for names grong is autoritative for. Fixes issue #2. More... about 14 years ago
Use runtime.Semacquire as sleep mechanism. It has less overhead than channels. Small cosmetic changes More... about 14 years ago
Reflector responder now replies to A or AAAA queries More... about 14 years ago
Race condition fixed in server, now queryperf works fine (thanks to kmkaplan) More... about 14 years ago