1. 5804f77 Changed generated types for OFOxmIcmpv6Code,OFOxmIcmpv6Type,OFOxmMplsLabel,OFOxmMplsTc to object types (U8/U32) by Yotam Harchol · 11 years ago
  2. ff8f85e Flipped NO_MASK and FULL_MASK, fixed (IPv4|IPv6)WithMask to use constant masks and a typo in Prerequisites.java. by Yotam Harchol · 11 years ago
  3. c281360 Added FULL_MASK, NO_MASK constant values for each value type. by Yotam Harchol · 11 years ago
  4. a8b9bd3 Changed template files to match new Builder interface and compile. by Yotam Harchol · 11 years ago
  5. 3c7a682 Merge branch 'master' of github.com:andi-bigswitch/loxigen by Yotam Harchol · 11 years ago
  6. c742e20 Added exceptions for JTypes to relate primitive values in OXM input to OFValueType java enum/object types. by Yotam Harchol · 11 years ago
  7. 466b321 Added a naive import cleaning module that looks for imported class name in code and if not found removes by Yotam Harchol · 11 years ago
  8. 6fccde6 Cleanup and rearrangements in Match structure and fields. by Yotam Harchol · 11 years ago
  9. 3ad9816 java_gen: add accessor to reader to offactory by Andreas Wundsam · 11 years ago
  10. 2bf357c upcast to larger type for unsigned names (experimental) by Andreas Wundsam · 11 years ago
  11. be168f7 jva_gen: blacklist / rename useless interfaces from the input by Andreas Wundsam · 11 years ago
  12. d8bcedf java_gen: add documentation by Andreas Wundsam · 11 years ago
  13. 5b277d9 Makefile: add check-java, package-java target by Andreas Wundsam · 11 years ago
  14. 7e5b0e7 add unit tests for discriminator, struct+enum params by Andreas Wundsam · 11 years ago
  15. 529e6c5 utest: adapt parser tests for struct/enum params, wildcards by Andreas Wundsam · 11 years ago
  16. 7933beb address reviewer comments by Andreas Wundsam · 11 years ago
  17. 974928d Merge branch 'master' of github.com:andi-bigswitch/loxigen by Andreas Wundsam · 11 years ago
  18. 6cd99e5 test_data: add java section for of13/packet_in by Andreas Wundsam · 11 years ago
  19. 70411bf openflow_input: add forgotten discriminators by Andreas Wundsam · 11 years ago
  20. 001b182 java_gen: enable generation for all messages, lots of related fixes by Andreas Wundsam · 11 years ago
  21. 46d230f java_gen: reworked type system, cleaned up ChannelUtils by Andreas Wundsam · 11 years ago
  22. f22c2e2 java_gen: update pre-written types by Andreas Wundsam · 11 years ago
  23. 46b6498 java_gen: update pre-written types by Andreas Wundsam · 11 years ago
  24. 1f0d880 generic_utils: changed semantics of find to ap to std library by Andreas Wundsam · 11 years ago
  25. 6965722 Makefile: add java-eclipse target for better eclipse integration by Andreas Wundsam · 11 years ago
  26. 7f3c184 Makefile: depend on test_data by Andreas Wundsam · 11 years ago
  27. 9ba6536 openflow_input: add forgotten meter_band by Andreas Wundsam · 11 years ago
  28. d516b67 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  29. 5995d78 Merge pull request #40 from yotamhc/master by Andreas Wundsam · 11 years ago
  30. 5f25d61 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  31. c37ba3d openflow_input: add discriminator fields by Andreas Wundsam · 11 years ago
  32. 780e0c9 frontend: add support for discrimiator fields by Andreas Wundsam · 11 years ago
  33. cd2d525 Merge remote-tracking branch 'rlane/explicit-inheritance2' by Andreas Wundsam · 11 years ago
  34. 8ff5de7 Merge into master from pull request #41: by abat · 11 years ago
  35. a877582 locitest: dont validate virtual messages by Rich Lane · 11 years ago
  36. 1bd2bae locitest: dont test virtual classes by Rich Lane · 11 years ago
  37. e9c37db openflow_input: add inheritance by Rich Lane · 11 years ago
  38. 488b3c5 fix inheritance fallout by Rich Lane · 11 years ago
  39. bd43150 frontend: add syntax for inheritance by Rich Lane · 11 years ago
  40. 758c9cc java_gen: align messages (for OFMatchv3) by Andreas Wundsam · 11 years ago
  41. fef7d5f loxi_ir: add support for byte alignment of messages, superclass by Andreas Wundsam · 11 years ago
  42. b85d7d7 test_data: add flow_mod java stanza by Andreas Wundsam · 11 years ago
  43. 7adebd2 frontend: raise Exception if unknown how to create member by Andreas Wundsam · 11 years ago
  44. bc679f7 of_class: support custom template stanzas for of_match by Andreas Wundsam · 11 years ago
  45. f4abdd3 java_gen/U64: support parseHexString by Andreas Wundsam · 11 years ago
  46. a94273b java_gen: cleanup / preparations for Match by Andreas Wundsam · 11 years ago
  47. 951ada3 java_gen: make channel utils version specific by Andreas Wundsam · 11 years ago
  48. 4352653 java_gen: generate more classes by Andreas Wundsam · 11 years ago
  49. d10e1c5 java_gen: support 'template_dir' var in context by Andreas Wundsam · 11 years ago
  50. 65113b7 Merge remote-tracking branch 'yotam/master' by Andreas Wundsam · 11 years ago
  51. fb4bfb9 Updated masked handling in Match interface and MatchBuilder by Yotam Harchol · 11 years ago
  52. 5c9d6f4 Changes required to adopt new loxi APIs into legacy OFMatch: by Yotam Harchol · 11 years ago
  53. d7d5bb3 java_gen: of_class: added toString, fix typo in equals() by Andreas Wundsam · 11 years ago
  54. 5408fb9 java_gen: remove ref to unused to unused OFMeterBand by Andreas Wundsam · 11 years ago
  55. 1919e08 java_gen.OFPort: bugfix for OF 1.0 behavior by Andreas Wundsam · 11 years ago
  56. bf1dbbd java_gen: new enum serializers by Andreas Wundsam · 11 years ago
  57. eeefb55 java_gen: add equals, hashCode to classes by Andreas Wundsam · 11 years ago
  58. 4ee5146 const_values: add enum, entry parameters by Andreas Wundsam · 11 years ago
  59. 5204de2 java_gen: create OFFactory by Andreas Wundsam · 11 years ago
  60. 662779f generic_utils: add OrderedDefaultDict by Andreas Wundsam · 11 years ago
  61. e916d6f java_gen: first shot at unit tests by Andreas Wundsam · 11 years ago
  62. e94a142 Merge into master from pull request #39: by abat · 11 years ago
  63. afe7e5a Merge into master from pull request #35: by abat · 11 years ago
  64. d7b8420 1. Removed type serializers, added (write|read)[0-9]*Byte[s]?(ChannelBuffer) method to value types instead. by Yotam Harchol · 11 years ago
  65. 161a5d5 Updated Java types according to new design by Yotam Harchol · 11 years ago
  66. d055b0c Merge into master from pull request #38: by abat · 11 years ago
  67. d40ddbf fix doc typo by Andreas Wundsam · 11 years ago
  68. 6e2130c java_gen: remove unused methods by Andreas Wundsam · 11 years ago
  69. d83883e java_gen: clean filename handling by Andreas Wundsam · 11 years ago
  70. cfcd3bc java_gen: skip table_mod for now by Andreas Wundsam · 11 years ago
  71. 00fc0b7 Make: add maven build for java by Andreas Wundsam · 11 years ago
  72. ac285ba java_gen: change to maven build, remove lib directory by Andreas Wundsam · 11 years ago
  73. 482f6d9 java-Gen/of_class: fix typo in reader by Andreas Wundsam · 11 years ago
  74. 8807dfe java_gen/java_type: support $version for string version of readOp/WriteOp by Andreas Wundsam · 11 years ago
  75. 50b20d0 java_gen/java_model: do not memoize enum.get_all_values (arg not hashable) by Andreas Wundsam · 11 years ago
  76. cf3847f java_gen: add Dummy OFFlowMod by Andreas Wundsam · 11 years ago
  77. 16b9d87 java_gen/U64: fix bug with treatment of usigned long values > Long.MAX_VALUE by Andreas Wundsam · 11 years ago
  78. d1371a0 java_gen/pre-written: fix exceptions by Andreas Wundsam · 11 years ago
  79. 2730346 java_loxi: big refactoring and clean-up by Andreas Wundsam · 11 years ago
  80. a2f63dd Merge into master from pull request #37: by abat · 11 years ago
  81. 3f557de Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  82. b566a16 openflow_input: introduced type ipv4_t by Andreas Wundsam · 11 years ago
  83. 396ed3d Makefile: add test_generic_utils by Andreas Wundsam · 11 years ago
  84. ad942c3 Merge into master from pull request #36: by abat · 11 years ago
  85. b564efc pyloxi: slightly generalize alignment by Rich Lane · 11 years ago
  86. 5a72bc3 pyloxi: factor out loxi.generic_util.pad_to by Rich Lane · 11 years ago
  87. be90eae pyloxi: support OXM member in set-field actions by Rich Lane · 11 years ago
  88. ccae031 locitest: generate tests from the test_data files by Rich Lane · 11 years ago
  89. 9ff6d16 locitest: add Makefile by Rich Lane · 11 years ago
  90. 4821f41 Merge into master from pull request #33: by abat · 11 years ago
  91. f70be94 loci: fix OF 1.2+ packet-in data offset by Rich Lane · 11 years ago
  92. 7be2e61 loci: fix of_wire_buffer_replace_data for non-trailing members by Rich Lane · 11 years ago
  93. 26cc36f loci: fix packet out action len for OF 1.1+ by Rich Lane · 11 years ago
  94. 08ec362 Merge into master from pull request #34: by abat · 11 years ago
  95. f35ec81 generic_utils: addressed reviewer comment (and add unit test) by Andreas Wundsam · 11 years ago
  96. 47f85b5 .gitignore: ignore vim swap files by Andreas Wundsam · 11 years ago
  97. 2d29c07 generic_utils: add memoize decorator, OrderedSet, find by Andreas Wundsam · 11 years ago
  98. a72c98e type_maps: fix type value for of_match_v3 by Rich Lane · 11 years ago
  99. cfd4ce0 loci: fix version used to initialize wire match objects by Rich Lane · 11 years ago
  100. 6c89d2e loci: allow dumping OF 1.3 objects by Rich Lane · 11 years ago