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