Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10 from vcabbage/replace-syscall | Codey Oxley | 2016-11-07 | 1 | -155/+91 |
|\ | | | | | Replace syscalls with x/net/{icmp,ipv4,ipv6} | ||||
| * | Re-add comments regarding TCPReciever rx buffer sizing | Kale Blankenship | 2016-11-07 | 1 | -1/+2 |
| | | |||||
| * | Replace syscalls with x/net/{icmp,ipv4,ipv6} | Kale Blankenship | 2016-11-07 | 1 | -156/+91 |
| | | | | | | | | | | | | | | | | | | | | Additionally, the receive buffer sizes were increased. Windows throws and error if the buffer is not large enough to fit the entire packet. As I was adding the srcAddr params to `TCPReceiver` and `ICMPReceiver` I took the liberty to change instance of `*net.IP` to `net.IP`. `net.IP` is defined as a `[]byte`, since slices are themselves pointers having a pointer to a slice isn't particularly useful. | ||||
* | | Go fmt | coxley | 2016-11-07 | 1 | -2/+2 |
| | | |||||
* | | Sends note about source IP being used to stderr | coxley | 2016-11-07 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #11 from vcabbage/linklocal | Codey Oxley | 2016-11-07 | 1 | -1/+1 |
|\ | | | | | Prevent attempting to use a link local address | ||||
| * | Prevent attempting to use a link local address | Kale Blankenship | 2016-10-19 | 1 | -1/+1 |
| | | |||||
* | | Suppress logtostdout message when logtostdout is true | Kale Blankenship | 2016-10-19 | 1 | -1/+3 |
|/ | |||||
* | Changes to be committed: | d3justi | 2016-10-17 | 1 | -1/+1 |
| | | | | modified: main.go - Changed question mark in Resolver to use IP address on DNS failure | ||||
* | Printing permissions error conditionally | insomniac | 2016-03-20 | 1 | -1/+4 |
| | |||||
* | fix nil pointer dereference in resolveName | Jürgen Thomann | 2016-03-20 | 1 | -1/+4 |
| | |||||
* | fix comments to use consistent capitalization | Nathan Owens | 2016-02-24 | 1 | -3/+3 |
| | |||||
* | Merge branch 'formatting' | Nathan Owens | 2016-02-22 | 1 | -97/+77 |
|\ | |||||
| * | change capitalization | Nathan Owens | 2016-02-22 | 1 | -1/+1 |
| | | |||||
| * | add helpful error message | Nathan Owens | 2016-02-09 | 1 | -10/+10 |
| | | |||||
| * | formatting changes, remove gomaxprocs(its default now), cleanup verbose ↵ | Nathan Owens | 2016-02-09 | 1 | -89/+69 |
| | | | | | | | | declarations | ||||
* | | Printing error if no target is specified | Andrea Barberio | 2016-02-10 | 1 | -0/+4 |
|/ | |||||
* | adding project to github | Aijay Adams | 2016-02-05 | 1 | -0/+789 |