1. 9d777a5 Use unsigned long comparison in IPv6Address.compareTo() by Ronald Li · 9 years ago
  2. 0bc0754 Merge into master from pull request #309: by abat · 10 years ago
  3. 449664c IPv6Address: remove redundant null assignment by Rich Lane · 10 years ago
  4. bae30f9 java: discard the IPv6 zone id when parsing addresses by Rich Lane · 10 years ago
  5. 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
  6. 1247d0e Use -1L instead of (long) -1 by Ronald Li · 10 years ago
  7. f937760 Use IPv6 subnet mask calculation as suggested by @andi-bigswitch by Ronald Li · 10 years ago
  8. bbf0194 Address reviewer's comments floodlight/loxigen#297 by Ronald Li · 10 years ago
  9. cc9c930 Added Javadocs to IPv6Address.of() similar to IPv4Address.of(); also added of(Inet6Address) by Ronald Li · 10 years ago
  10. fea1789 Added IPv6Address.ofCidrMaskLength() and the corresponding unit tests by Ronald Li · 10 years ago
  11. 9dfc1ef use preconditions by Sovietaced · 10 years ago
  12. 3700d16 java_gen: add documentation to string-parsing 'of' methods by Andreas Wundsam · 10 years ago
  13. 98c96e7 make logical oper typesafe and remove code duplication by Aditya Vaja · 10 years ago
  14. 56b8b18 add bitwise logical operators and broadcast check by Aditya Vaja · 10 years ago
  15. 5f71b41 java_gen: use Arrays.copyOf() instead of .clone() for defensive copy by Andreas Wundsam · 10 years ago
  16. 4e2469e java_gen: Return copies of byte arrays in getBytes LOXI-58 by Andreas Wundsam · 10 years ago
  17. 1acb450 More review comments. Fix concurrency issue. by Gregor Maier · 11 years ago
  18. 5615b6c Address review comments by Gregor Maier · 11 years ago
  19. 1ff5597 Add null pointer checks and associated test cases. by Gregor Maier · 11 years ago
  20. 7f987e6 IPAddress and IPAddressWithMask updates and fixes by Gregor Maier · 11 years ago
  21. 22ba3af java_gen: add support for object hashing via the guava hash API by Andreas Wundsam · 11 years ago
  22. 85c961f java_gen: made OFValueTypes Comparable by Andreas Wundsam · 11 years ago
  23. eb023dc Moved IPVersion enum to top level by Yotam Harchol · 11 years ago
  24. 8d2a0c4 Merge branch 'master' of github.com:floodlight/loxigen by Yotam Harchol · 11 years ago
  25. 4d63468 LOXI-45 Create common base interface for IPv[46]Address and IPv[46]Address with Mask by Yotam Harchol · 11 years ago
  26. c85b5c5 IPAddresses: fix accidental use of byte[].toString() by Andreas Wundsam · 11 years ago
  27. b75c4ad java_gen/prewritten: add 'ZERO/NONE' values to OFValueTypes by Andreas Wundsam · 11 years ago
  28. a289d55 Renamed types IPv4, IPv6 to IPv4Address, IPv6Address by Yotam Harchol · 11 years ago[Renamed (90%) from java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPv6.java]
  29. f3f1115 Package renaming - missed the pre-written files in the previous commit. by Yotam Harchol · 11 years ago