summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20 from jda/masterHEADorigin/masterorigin/HEADmasterCodey Oxley2018-01-022-0/+6
|\ | | | | add FB code of conduct
| * also add code of conduct to contributingJade Auer2017-12-211-0/+3
| |
| * add FB code of conductJade Auer2017-12-211-0/+3
|/
* Merge pull request #10 from vcabbage/replace-syscallCodey Oxley2016-11-072-159/+95
|\ | | | | Replace syscalls with x/net/{icmp,ipv4,ipv6}
| * Re-add comments regarding TCPReciever rx buffer sizingKale Blankenship2016-11-071-1/+2
| |
| * Replace syscalls with x/net/{icmp,ipv4,ipv6}Kale Blankenship2016-11-072-160/+95
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #15 from coxley/notify_saddrAijay Adams2016-11-071-1/+2
|\ \ | |/ |/| Notify saddr
| * Go fmtcoxley2016-11-072-2/+2
| |
| * Sends note about source IP being used to stderrcoxley2016-11-072-0/+1
|/
* Merge pull request #13 from vcabbage/avoid-shadow-tcpheaderCodey Oxley2016-11-071-4/+4
|\ | | | | Avoid shadowing TCPHeader type in makeTCPHeader
| * Avoid shadowing TCPHeader type in makeTCPHeaderKale Blankenship2016-10-191-4/+4
| |
* | Merge pull request #11 from vcabbage/linklocalCodey Oxley2016-11-071-1/+1
|\ \ | | | | | | Prevent attempting to use a link local address
| * | Prevent attempting to use a link local addressKale Blankenship2016-10-191-1/+1
| |/
* | Merge pull request #14 from fiorix/masterCodey Oxley2016-11-071-7/+7
|\ \ | | | | | | Fix documentation typos
| * | Fix documentationAlexandre Fiori2016-10-201-7/+7
| |/
* | Merge pull request #12 from vcabbage/suppress-logtostdout-messageCodey Oxley2016-11-071-1/+3
|\ \ | |/ |/| Suppress logtostdout message when logtostdout is true
| * Suppress logtostdout message when logtostdout is trueKale Blankenship2016-10-191-1/+3
|/
* Merge pull request #8 from dgjustice/masterAijay Adams2016-10-171-1/+1
|\ | | | | Print IP address instead of "?" on DNS failure
| * Changes to be committed:d3justi2016-10-171-1/+1
|/ | | | modified: main.go - Changed question mark in Resolver to use IP address on DNS failure
* Merge pull request #6 from insomniacslk/masterinsomniacslk2016-03-231-1/+4
|\ | | | | Printing permissions error conditionally
| * Printing permissions error conditionallyinsomniac2016-03-201-1/+4
|/
* Merge pull request #4 from juergenthomann/masterinsomniacslk2016-03-201-1/+4
|\ | | | | nil pointer dereference in resolveName
| * fix nil pointer dereference in resolveNameJürgen Thomann2016-03-201-1/+4
| |
* | Merge pull request #5 from SuriyaaKudoIsc/patch-1insomniacslk2016-03-201-3/+6
|\ \ | |/ |/| Use quote and commands markdown style
| * Use quote and commands markdown styleSuriyaa Kudo2016-03-201-3/+6
|/
* Merge pull request #2 from virtuallynathan/masterinsomniacslk2016-02-242-115/+91
|\ | | | | gofmt / golint / minor code changes
| * fix comments to use consistent capitalizationNathan Owens2016-02-241-3/+3
| |
| * Merge branch 'formatting'Nathan Owens2016-02-222-113/+89
| |\ |/ /
| * change capitalizationNathan Owens2016-02-221-1/+1
| |
| * add helpful error messageNathan Owens2016-02-091-10/+10
| |
| * formatting changes, remove gomaxprocs(its default now), cleanup verbose ↵Nathan Owens2016-02-092-105/+81
| | | | | | | | declarations
* | Merge pull request #1 from insomniacslk/masterinsomniacslk2016-02-111-0/+4
|\ \ | |/ |/| Printing error if no target is specified
| * Printing error if no target is specifiedAndrea Barberio2016-02-101-0/+4
|/
* Updating CONTRIBUTING.md=2016-02-051-3/+0
|
* Add CONTRIBUTING.md=2016-02-051-0/+37
|
* updating readmeAijay Adams2016-02-051-0/+2
|
* adding project to githubAijay Adams2016-02-057-0/+1178