Skip to content

Tags: c-robinson/iplib

Tags

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add IPToBinarySlice function (#17)

This commmit adds IPToBinarySlice. Given a net.IP, it will return a
[]byte whose values are the binary representation of the IP.

v2.0.4

Toggle v2.0.4's commit message
0 is a valid mask length

v2.0.3

Toggle v2.0.3's commit message
Nets betweening and tests

 - Fix NewNetBetween to be more predictable in cases where the resu;t is a
   single-address network

 - add AllNetsBetween which returns all the netblocks between two supplied
   addresses

 - improve the test cases to eliminate duplicatation and provide equivalent
   coverage for v4 and v6

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
post 2.0.0 fixes (#16)

* ...aaaaaaand update doc references as well

* it is not obvious how go.mod should work for submods

* v2 before submodule name in replace

* fix docs for new go.mod approach

* add benchmark for enumerate

* make sure all the addresses are actually present

* add linefeed at end to avoid go test error

* race detector didnt like var re-use

* fixes for 'golangci-lint run'

* swap over from circleci/coveralls to actions

* update readme's for new test badges

* explicitly pick a golangci action version

v2.0.1

Toggle v2.0.1's commit message
update documentation for v2 in import path

v2.0.0

Toggle v2.0.0's commit message
remove indirect

v1.0.8

Toggle v1.0.8's commit message
Fix edge case in DecrementIP6WithinHostmask

 - Fix a problem where DecrementIP6WithinHostmask could panic if
   the hostmask had an underflow

 - Added a benchmark for subnetting IPv6

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
avoid index out of bounds in IP4ToARPA function (#14)

v1.0.6

Toggle v1.0.6's commit message
tests for CopyIP() and RandomIP()

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: NextNet with mask length lower than current one (#13)

Signed-off-by: Luis Davim <[email protected]>

Signed-off-by: Luis Davim <[email protected]>