1. b90552c Fix IPv6Address.of(byte[]) to correctly deal with the 8th and 16th byte when the first bit is one LOXI-67 by Ronald Li · 9 years ago
  2. 9d777a5 Use unsigned long comparison in IPv6Address.compareTo() by Ronald Li · 9 years ago
  3. bae30f9 java: discard the IPv6 zone id when parsing addresses by Rich Lane · 10 years ago
  4. bbf0194 Address reviewer's comments floodlight/loxigen#297 by Ronald Li · 10 years ago
  5. fea1789 Added IPv6Address.ofCidrMaskLength() and the corresponding unit tests by Ronald Li · 10 years ago
  6. b21043d check for invalid masks in getSubnetBroadcastAddress in IPAWithMask by Aditya Vaja · 10 years ago
  7. 56b8b18 add bitwise logical operators and broadcast check by Aditya Vaja · 10 years ago
  8. cef9e3e More test coverage by Gregor Maier · 11 years ago
  9. 5615b6c Address review comments by Gregor Maier · 11 years ago
  10. 1ff5597 Add null pointer checks and associated test cases. by Gregor Maier · 11 years ago
  11. 7f987e6 IPAddress and IPAddressWithMask updates and fixes by Gregor Maier · 11 years ago
  12. 1758028 IPv6AddressTest: removed unused code by Andreas Wundsam · 11 years ago
  13. e04c86f java_gen: Fixed bug in Ipv[46]AddressWithMask when mask == /0 by Andreas Wundsam · 11 years ago
  14. 9a617aa Renamed types IPv4WithMask/IPv6WithMask to IPv4AddressWithMask/IPv6AddressWithMask. by Yotam Harchol · 11 years ago
  15. a289d55 Renamed types IPv4, IPv6 to IPv4Address, IPv6Address by Yotam Harchol · 11 years ago[Renamed (87%) from java_gen/pre-written/src/test/java/org/projectfloodlight/openflow/types/IPv6Test.java]
  16. f3f1115 Package renaming - missed the pre-written files in the previous commit. by Yotam Harchol · 11 years ago