- 06 Jul, 2021 1 commit
-
-
tavit ohanian authored
-
- 01 Jul, 2021 3 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
tavit ohanian authored
-
- 01 Jun, 2021 1 commit
-
-
web3-bot authored
-
- 26 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 24 Apr, 2021 1 commit
-
-
Steven Allen authored
fix: allocate "any" socket type then cast
-
- 22 Apr, 2021 1 commit
-
-
Steven Allen authored
Otherwise, we're casting from a smaller type to a bigger type, addressing memory that's not ours. fixes #19
-
- 28 Apr, 2020 2 commits
-
-
Steven Allen authored
fix: remove CGO functions
-
Steven Allen authored
These aren't actually used by anyone anywhere and they'll lead to build errors if: 1. GCC isn't installed. 2. CGO_ENABLED isn't set to 0.
-
- 31 Mar, 2020 1 commit
-
-
Steven Allen authored
fix: build without CGO
-
- 30 Mar, 2020 1 commit
-
-
Steven Allen authored
-
- 11 Apr, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 06 Mar, 2019 1 commit
-
-
Raúl Kripalani authored
add gomod support // tag v0.0.1.
-
- 01 Mar, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 04 Sep, 2018 2 commits
-
-
Steven Allen authored
Just repair a commentate mistake.
-
gukq authored
The commentate of function SockaddrToIPAndZone is same with IPAndZoneToSockaddr. Repaired. Signed-off-by: gukq <gukaiqiang@gmail.com>
-
- 08 Jun, 2018 3 commits
-
-
Steven Allen authored
gx/update golang.org
-
Steven Allen authored
-
Steven Allen authored
-
- 29 Mar, 2018 1 commit
-
-
Steven Allen authored
-
- 28 Jan, 2018 1 commit
-
-
Steven Allen authored
don't panic on 4byte IP addresses
-
- 26 Jan, 2018 1 commit
-
-
Steven Allen authored
1. Never panic. 2. Only return a unspecified address if the IP is nil (no other random error cases). 3. Simplify the logic.
-
- 22 Jan, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
They're valid.
-
- 13 Dec, 2017 1 commit
-
-
Steven Allen authored
Add basic .travis.yml file.
-
- 18 Nov, 2017 2 commits
-
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
- 17 Nov, 2017 2 commits
-
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
- 09 Nov, 2017 6 commits
-
-
Steven Allen authored
-
Steven Allen authored
set the V4InV6Prefix correctly (like go does)
-
Steven Allen authored
This is why go uses 16 byte arrays for all addresses by default.
-
Steven Allen authored
fix windows support
-
Maksim Fedorov authored
-
Steven Allen authored
1. Switch back to the syscall package for errors. That way, we get consistent errors on all platforms. 2. Use `sys/windows` where appropriate. 3. Export type aliases for the *Sockaddr* types. That way, we can use the platform-specific types but call them the same name, regardless of platform.
-
- 08 Nov, 2017 1 commit
-
-
Steven Allen authored
switch to golang.org/x/sys
-
- 25 Oct, 2017 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-