1. 57dde61 Added methods to DatapathId to get/set by byte array by Rob Vaterlaus · 11 years ago
  2. ff2e7b7 Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  3. bb9c72a Fixed typo: IP->Mac by Rob Vaterlaus · 11 years ago
  4. 2d341f0 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  5. 264bf45 java_gen: fix java_gen on NFS by Andreas Wundsam · 11 years ago
  6. 1d5521f Merge into master from pull request #91: by abat · 11 years ago
  7. 6bf5db6 Merge into master from pull request #87: by abat · 11 years ago
  8. 72977ce java_gen/DataPathId: make comparable by Andreas Wundsam · 11 years ago
  9. d303450 Follow Java guidelines for field modifier ordering by Rob Vaterlaus · 11 years ago
  10. 3ce6fe3 More fixes for supporting ARP match fields with OF 1.0 by Rob Vaterlaus · 11 years ago
  11. 83f40ab Added functionality from old floodlight MACAddress class by Rob Vaterlaus · 11 years ago
  12. af374f0 Generic message reader by Rob Vaterlaus · 11 years ago
  13. 64d06df Handle null-termination of string in readFixedLengthString by Rob Vaterlaus · 11 years ago
  14. 5dbebd1 Fix warnings in OFBufferID by Rob Vaterlaus · 11 years ago
  15. 553583b Fixed a src vs. dst bug by Rob Vaterlaus · 11 years ago
  16. f13323d Fixes to the OF 1.0 match support by Rob Vaterlaus · 11 years ago
  17. c2de3cf Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  18. 520c880 Value Types: remove unnecessary prefixes from enumeration constants by Andreas Wundsam · 11 years ago
  19. 1c03361 Merge into master from pull request #83: by abat · 11 years ago
  20. 45c95f8 java_gen: make table_id ZERO the default for most flow_mods by Andreas Wundsam · 11 years ago
  21. 2684756 java_gen: add of_table_feature_prop to inheritance hierarchy by Rich Lane · 11 years ago
  22. fe9a939 address comments -- remove duplicate getOFVersion method by Andreas Wundsam · 11 years ago
  23. b79ac38 use Guava's Ints.compare instead of Java7's Integers by Andreas Wundsam · 11 years ago
  24. b7fadc2 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  25. b78ac7b Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  26. e1de1f6 java_gen: add convenience ActionUtils by Andreas Wundsam · 11 years ago
  27. 47e077c java_gen: make factories version aware by Andreas Wundsam · 11 years ago
  28. 5c2c4f7 Merge into master from pull request #81: by abat · 11 years ago
  29. e962d37 java_gen: create DEFAULT instance for objects that support it (for Match) by Andreas Wundsam · 11 years ago
  30. a098102 java_gen: add virtual getVersion method to all OFObjects by Andreas Wundsam · 11 years ago
  31. d6e97d4 Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  32. d6244dd Merge into master from pull request #79: by abat · 11 years ago
  33. 999c073 java_type: use OFInstructionType by Andreas Wundsam · 11 years ago
  34. 55b71ce VlanVid: fix special case handling (untagged+present) by Andreas Wundsam · 11 years ago
  35. 83d877a java_gen: fix signedness issues with length by Andreas Wundsam · 11 years ago
  36. 299f362 renamed Metadata to ClassId by Andreas Wundsam · 11 years ago
  37. 2c53558 Fixes to port map by Yotam Harchol · 11 years ago
  38. 4b2f967 Merge remote-tracking branch 'origin/master' into in_ports_masked2 by Rich Lane · 11 years ago
  39. 49a2a8f Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  40. feee371 Hierarchical error messages plus some more tweaks by Rob Vaterlaus · 11 years ago
  41. 85c961f java_gen: made OFValueTypes Comparable by Andreas Wundsam · 11 years ago
  42. cb17b23 java_gen: make OFFactory be a XidGenerator by Andreas Wundsam · 11 years ago
  43. 37e0fb1 Introduce TableId value type by Andreas Wundsam · 11 years ago
  44. ad499c9 OFPort: remove wrong NONE=0 constant by Andreas Wundsam · 11 years ago
  45. d6b0cb0 Make OFStatsRequest parameterized with the StatsReply by Andreas Wundsam · 11 years ago
  46. 77e6cf8 one more small fix in unit test java template by Yotam Harchol · 11 years ago
  47. 595c644 Fixes to in ports masked by Yotam Harchol · 11 years ago
  48. a11f38b OFPortMap value type by Yotam Harchol · 11 years ago
  49. eb023dc Moved IPVersion enum to top level by Yotam Harchol · 11 years ago
  50. 8d2a0c4 Merge branch 'master' of github.com:floodlight/loxigen by Yotam Harchol · 11 years ago
  51. 4d63468 LOXI-45 Create common base interface for IPv[46]Address and IPv[46]Address with Mask by Yotam Harchol · 11 years ago
  52. 713bd9a Merge into master from pull request #73: by abat · 11 years ago
  53. fbd5b6b Merge branch 'master' of github.com:floodlight/loxigen by Rob Vaterlaus · 11 years ago
  54. 376cef5 java_gen: add MaskedEnumGroup fro OFTableConfig.TABLE_MISS by Andreas Wundsam · 11 years ago
  55. 4d31194 Combine per-error-type error code enums into a single error code enum by Rob Vaterlaus · 11 years ago
  56. 54f4b7e Incorporate review feedback for OFBufferId code by Rob Vaterlaus · 11 years ago
  57. cfa723f HexString: fix (theoretical) FindBugs warning by Andreas Wundsam · 11 years ago
  58. 4ade161 java-gen/pre-written: remove unused class by Andreas Wundsam · 11 years ago
  59. c85b5c5 IPAddresses: fix accidental use of byte[].toString() by Andreas Wundsam · 11 years ago
  60. dcb59da prerequisite: declare safe OFValueType utilization by Andreas Wundsam · 11 years ago
  61. aebe518 java_gen: Declare fragmentation flags in OFConfigFlags as MaskedEnumGroup by Andreas Wundsam · 11 years ago
  62. 3796c04 upgrade pom version to 0.2.0-SNAPSHOT by Andreas Wundsam · 11 years ago
  63. 7650ad2 java_gen: add a diff printing byte array assert for testing by Andreas Wundsam · 11 years ago
  64. f89f782 add implementation of OFMatchV1 match, normalization by Andreas Wundsam · 11 years ago
  65. f194968 java_gen/java_model: add some doc, support is_nullable by Andreas Wundsam · 11 years ago
  66. 142dd2a java_gen/java_model: use java_type default value support by Andreas Wundsam · 11 years ago
  67. b3ed3ff java_gen/java_type: add support for default values by Andreas Wundsam · 11 years ago
  68. b75c4ad java_gen/prewritten: add 'ZERO/NONE' values to OFValueTypes by Andreas Wundsam · 11 years ago
  69. b70b044 java_gen/pre-written: renamed ETH_TYPE constants to remove prefix by Andreas Wundsam · 11 years ago
  70. 9da49b1 java_gen/pre-written: remove unused class by Andreas Wundsam · 11 years ago
  71. b10ae55 Added OFBufferId class to represent OF buffer ids by Rob Vaterlaus · 11 years ago
  72. c1acfcc enums: support partial groups in enums that have other semantics *sigh* by Andreas Wundsam · 11 years ago
  73. 3bc42ab Added missing break in case statement by Rob Vaterlaus · 11 years ago
  74. 5227001 Merge into master from pull request #65: by abat · 11 years ago
  75. 025d24e Merge into master from pull request #63: by abat · 11 years ago
  76. 730d3d5 remove types.L2MulticastId by xinwu · 11 years ago
  77. eb6283c edit dependencies in pom by xinwu · 11 years ago
  78. ed8d558 add openflow.types.Metadata by xinwu · 11 years ago
  79. 3203443 refactor openflow types by xinwu · 11 years ago
  80. a049dee Removed toString overrides for port-related classes in Java by Rob Vaterlaus · 11 years ago
  81. c1b011d add more supporting types by xinwu · 11 years ago
  82. 6035bf5 Support for overriding toString method for enum values by Rob Vaterlaus · 11 years ago
  83. bda9ce6 Added STP state field to OFPortState by Rob Vaterlaus · 11 years ago
  84. 7db900a Changed type of port list in features reply to be OFPortDesc by Rob Vaterlaus · 11 years ago
  85. 938f326 test_data for java_gen(of13): use new API by Andreas Wundsam · 11 years ago
  86. 7cfeac3 java_gen: support enum types, sets of enum types by Andreas Wundsam · 11 years ago
  87. bea97f5 add forgotten class PortSpeed by Andreas Wundsam · 11 years ago
  88. 84bee77 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  89. 8ec3bcc java_gen: added ability to define metadata for enums by Andreas Wundsam · 11 years ago
  90. 9a617aa Renamed types IPv4WithMask/IPv6WithMask to IPv4AddressWithMask/IPv6AddressWithMask. by Yotam Harchol · 11 years ago
  91. c73c334 Merge branch 'master' of github.com:floodlight/loxigen by Yotam Harchol · 11 years ago
  92. a289d55 Renamed types IPv4, IPv6 to IPv4Address, IPv6Address by Yotam Harchol · 11 years ago
  93. 234fd1e Fixed wrong write action in type VlanPcp by Yotam Harchol · 11 years ago
  94. bbf85e1 java_model: don't consider virtual classes as fixed length by Andreas Wundsam · 11 years ago
  95. baf058d openflowj: add license info, tweak pom.xml for sonatype-oss repo by Andreas Wundsam · 11 years ago
  96. 07cf666 Merge branch 'master' of github.com:floodlight/loxigen by Yotam Harchol · 11 years ago
  97. 329f2b0 Trivial fixes in the value types VlanVid, VlanPcp - NO_MASK constants were created wrongly and caused an exception. by Yotam Harchol · 11 years ago
  98. d458199 java_gen: reorganized / optimized mvn+eclipse class structure by Andreas Wundsam · 11 years ago
  99. 53dfaf2 java_gen/pom.xml: add link to test maven repo by Andreas Wundsam · 11 years ago
  100. 851e249 java_gen: add OFRequest by Andreas Wundsam · 11 years ago