1. 7bc8540 Fix malformed javadoc by kjwon15 · 9 years ago
  2. bbf0194 Address reviewer's comments floodlight/loxigen#297 by Ronald Li · 10 years ago
  3. 382589f Further Javadoc enhancements for IPv4Address / IPv4AddressWithMask by Ronald Li · 10 years ago
  4. 8a0b53c Deprecate IPv4AddressWithMask.of(int,int) by Ronald Li · 10 years ago
  5. af8d3e7 Javadoc updates and consistency fixes; force IPAddress subclasses to override toString(); Nonnull annotations updates by Ronald Li · 10 years ago
  6. a780c37 Use the new IPv4Address.ofCidrMaskLength() in IPv4AddressWithMask.of(String) by Ronald Li · 10 years ago
  7. 9dfc1ef use preconditions by Sovietaced · 10 years ago
  8. 77d9949 return false for incompatible ip versions by Sovietaced · 10 years ago
  9. 07cc8eb fix null NPE catch by Sovietaced · 10 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. e04c86f java_gen: Fixed bug in Ipv[46]AddressWithMask when mask == /0 by Andreas Wundsam · 11 years ago
  13. eb023dc Moved IPVersion enum to top level by Yotam Harchol · 11 years ago
  14. 4d63468 LOXI-45 Create common base interface for IPv[46]Address and IPv[46]Address with Mask by Yotam Harchol · 11 years ago
  15. b75c4ad java_gen/prewritten: add 'ZERO/NONE' values to OFValueTypes by Andreas Wundsam · 11 years ago
  16. 9a617aa Renamed types IPv4WithMask/IPv6WithMask to IPv4AddressWithMask/IPv6AddressWithMask. by Yotam Harchol · 11 years ago[Renamed (68%) from java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPv4WithMask.java]
  17. a289d55 Renamed types IPv4, IPv6 to IPv4Address, IPv6Address by Yotam Harchol · 11 years ago
  18. f3f1115 Package renaming - missed the pre-written files in the previous commit. by Yotam Harchol · 11 years ago