1. 74b54bc Fix error message typo by Ronald Li · 10 years ago
  2. 382589f Further Javadoc enhancements for IPv4Address / IPv4AddressWithMask by Ronald Li · 10 years ago
  3. 097cda5 Fix Javadoc typo by Ronald Li · 10 years ago
  4. 5b41da9 Rephrased some Javadoc for clarity and readability by Ronald Li · 10 years ago
  5. ca08d5f One more syntactic sugar - IPv4Address.withMask(IPv4Address) by Ronald Li · 10 years ago
  6. af8d3e7 Javadoc updates and consistency fixes; force IPAddress subclasses to override toString(); Nonnull annotations updates by Ronald Li · 10 years ago
  7. ffa8079 Renamed IPAddress.fromInetAddress() to of(); added withMask() methods that corresponds to IPv4Address.of() methods by Ronald Li · 10 years ago
  8. a748422 Added IPv4Address.ofCidrMaskLength() and the corresponding unit tests by Ronald Li · 10 years ago
  9. 9dfc1ef use preconditions by Sovietaced · 10 years ago
  10. 3700d16 java_gen: add documentation to string-parsing 'of' methods by Andreas Wundsam · 10 years ago
  11. 98c96e7 make logical oper typesafe and remove code duplication by Aditya Vaja · 10 years ago
  12. 56b8b18 add bitwise logical operators and broadcast check by Aditya Vaja · 10 years ago
  13. 5f71b41 java_gen: use Arrays.copyOf() instead of .clone() for defensive copy by Andreas Wundsam · 10 years ago
  14. 4e2469e java_gen: Return copies of byte arrays in getBytes LOXI-58 by Andreas Wundsam · 10 years ago
  15. 7150133 java_gen: fix bug in IPv4Address.equals / hashCode by Andreas Wundsam · 10 years ago
  16. 1acb450 More review comments. Fix concurrency issue. by Gregor Maier · 11 years ago
  17. 5615b6c Address review comments by Gregor Maier · 11 years ago
  18. 1ff5597 Add null pointer checks and associated test cases. by Gregor Maier · 11 years ago
  19. 7f987e6 IPAddress and IPAddressWithMask updates and fixes by Gregor Maier · 11 years ago
  20. 22ba3af java_gen: add support for object hashing via the guava hash API by Andreas Wundsam · 11 years ago
  21. 85c961f java_gen: made OFValueTypes Comparable by Andreas Wundsam · 11 years ago
  22. eb023dc Moved IPVersion enum to top level by Yotam Harchol · 11 years ago
  23. 8d2a0c4 Merge branch 'master' of github.com:floodlight/loxigen by Yotam Harchol · 11 years ago
  24. 4d63468 LOXI-45 Create common base interface for IPv[46]Address and IPv[46]Address with Mask by Yotam Harchol · 11 years ago
  25. c85b5c5 IPAddresses: fix accidental use of byte[].toString() by Andreas Wundsam · 11 years ago
  26. b75c4ad java_gen/prewritten: add 'ZERO/NONE' values to OFValueTypes by Andreas Wundsam · 11 years ago
  27. a289d55 Renamed types IPv4, IPv6 to IPv4Address, IPv6Address by Yotam Harchol · 11 years ago[Renamed (75%) from java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPv4.java]
  28. f3f1115 Package renaming - missed the pre-written files in the previous commit. by Yotam Harchol · 11 years ago