1. 8ecd3f1 review comments addressed. by Kiran Poola · 11 years ago
  2. 747339a Added error codes for virtual port operations. by Kiran Poola · 11 years ago
  3. 2c63850 Merge into master from pull request #30: by abat · 11 years ago
  4. 53989c8 PAN-346 -- the meta-id match is breaking things, so we're backing it out by Rob Sherwood · 11 years ago
  5. ef405df Merge into master from pull request #29: by abat · 11 years ago
  6. 071b591 improve mcheck availability check by YAMAMOTO Takashi · 11 years ago
  7. 896e878 make generated c code work on non-glibc platforms by YAMAMOTO Takashi · 11 years ago
  8. e8e6401 Merge into master from pull request #27: by abat · 11 years ago
  9. f258d0e make this work with non-gnu version of find by YAMAMOTO Takashi · 11 years ago
  10. 6df0abb "/usr/bin/env python" trick by YAMAMOTO Takashi · 11 years ago
  11. 0560515 Merge into master from pull request #17: by abat · 11 years ago
  12. da11f8b pyloxi: move OFType interface functions to module level by Rich Lane · 11 years ago
  13. c854bae pyloxi: add convenience code to generate most OFTypeData objects by Rich Lane · 11 years ago
  14. 8a22cda pyloxi: move OFType logic out of code and into a table by Rich Lane · 11 years ago
  15. 8f22cee Merge remote-tracking branch 'origin/master' into pyloxi-ir by Rich Lane · 11 years ago
  16. 26c455c Merge into master from pull request #25: by abat · 11 years ago
  17. 1019d83 Merge into master from pull request #26: by abat · 11 years ago
  18. 569338c utest: add loxigen directory to front of sys.path by Rich Lane · 11 years ago
  19. 6edc8ab automerge: cd into repository root by Rich Lane · 11 years ago
  20. 8fe334b Merge pull request #24 from rlane/licenses by Dan Talayco · 11 years ago
  21. 3a70c1d add automerge test script by Rich Lane · 11 years ago
  22. 9dc5619 add pointer to license files to loci/pyloxi generated copyright headers by Rich Lane · 11 years ago
  23. d983aa5 loci: centralize copyright header by Rich Lane · 11 years ago
  24. 8f89ec1 Merge pull request #23 from capveg/master by Rich Lane · 11 years ago
  25. 1462504 Merge pull request #22 from floodlight/bsn_det_vport by Dan Talayco · 11 years ago
  26. afa73b0 Removed $BIGCODE hack by Rob Sherwood · 11 years ago
  27. b392f6b Make port remove a request/reply pair. by Dan Talayco · 11 years ago
  28. c6da97e Merge pull request #20 from capveg/master by Dan Talayco · 11 years ago
  29. 6798fff Loxigen: added src/dst meta id matches by Rob Sherwood · 11 years ago
  30. 8dbe95c openflow_input: change of_bsn_pktin_suppression_reply.status to uint32_t by Rich Lane · 11 years ago
  31. 62bbafb openflow_input: add of_bsn_set_pktin_suppression_reply by Rich Lane · 11 years ago
  32. 7b89a32 pyloxi: serialize/deserialize of_bsn_vport_q_in_q_t by Rich Lane · 11 years ago
  33. 63981e9 Merge pull request #18 from rlane/pyloxi-doc by Rich Lane · 11 years ago
  34. 8e5a1f8 generate pyloxi documentation using sphinx by Rich Lane · 11 years ago
  35. 4db1fdc generate pyloxi documentation using sphinx by Rich Lane · 11 years ago
  36. d6c123c py_gen: remove unused util code by Rich Lane · 11 years ago
  37. e0edaad py_gen: make constant_for_value use the IR by Rich Lane · 11 years ago
  38. eb9d3f0 py_gen: support embedding of_bsn_vport_q_in_q_t by Rich Lane · 11 years ago
  39. e03e86f openflow_input: fix padding fields of new messages by Rich Lane · 11 years ago
  40. dffcf85 pyloxi: use IR to generate enums by Rich Lane · 11 years ago
  41. 002e70c pyloxi: use LOXI IR for classes by Rich Lane · 11 years ago
  42. b915bec pyloxi: trim blacklist by Rich Lane · 11 years ago
  43. 99c29c3 add check-c make target by Rich Lane · 11 years ago
  44. df847e3 fix generation of legacy type maps for message superclasses by Rich Lane · 11 years ago
  45. 7e948db Merge branch 'bsn_det_vport' by Rich Lane · 11 years ago
  46. d071467 Merge remote-tracking branch 'origin/master' into bsn_det_vport by Rich Lane · 11 years ago
  47. fc2eb49 Updates to some reply/request pairs by Dan Talayco · 11 years ago
  48. 78654ff Add enum of q-in-q by Dan Talayco · 11 years ago
  49. ba50672 Remove extra comment markers by Dan Talayco · 11 years ago
  50. f76f711 Added bw ext types by Dan Talayco · 11 years ago
  51. c0e802e Added virtual port by Dan Talayco · 11 years ago
  52. e7b572a Merge branch 'loxi-ir' by Rich Lane · 11 years ago
  53. dd6a03f Merge remote-tracking branch 'origin/master' into loxi-ir by Rich Lane · 11 years ago
  54. 194b429 Merge pull request #15 from rlane/more-test-data by Andreas Wundsam · 11 years ago
  55. c9fc57d pyloxi: move remaining basic serialization tests to datafiles by Rich Lane · 11 years ago
  56. b1f347d pyloxi: move remaining basic serialization tests to datafiles by Rich Lane · 11 years ago
  57. a0ee636 test_data: preserve leading whitespace by Rich Lane · 11 years ago
  58. d23c013 loxigen: ignore emacs backup files when searching for input files by Rich Lane · 11 years ago
  59. 5c4446e pyloxi: automatically test all datafiles by Rich Lane · 11 years ago
  60. c6e4856 Merge pull request #12 from rlane/test-data by Andreas Wundsam · 11 years ago
  61. 4db4d04 loxigen: generate legacy type_maps data from the IR by Rich Lane · 11 years ago
  62. a652f52 openflow_input: remove experimenter OXM header by Rich Lane · 11 years ago
  63. 6b435a5 move header class generation into legacy codepath by Rich Lane · 11 years ago
  64. 6bb28dd type_maps: factor code out of top level by Rich Lane · 11 years ago
  65. 31b8714 openflow_input: add type values by Rich Lane · 11 years ago
  66. 3214287 frontend: support specifying type member values in the input file by Rich Lane · 11 years ago
  67. f424e97 parser: tag data members by Rich Lane · 11 years ago
  68. ff2f472 move OXM wire types into type_maps.py by Rich Lane · 11 years ago
  69. 883919c move OXM definitions into the input files by Rich Lane · 11 years ago
  70. d797778 loxigen: sort ofclasses by name by Rich Lane · 11 years ago
  71. c9e111d expose new intermediate representation at of_g.ir by Rich Lane · 11 years ago
  72. 4d9f0f6 frontend: generate intermediate representation by Rich Lane · 11 years ago
  73. e2af4ee openflow_input: use padding member syntax by Rich Lane · 11 years ago
  74. e4d04ea parser: add padding syntax by Rich Lane · 11 years ago
  75. 68ae4d7 openflow_input: use of_ prefix in input files by Rich Lane · 11 years ago
  76. d47e5a2 factor out transforming AST into OFInput by Rich Lane · 11 years ago
  77. 43b2a90 parser: return AST in list form by Rich Lane · 11 years ago
  78. c0659ad Merge remote-tracking branch 'kenchiang/l2-ext' by Rich Lane · 11 years ago
  79. cf524bf Remove unnecessary fields. by Ken Chiang · 11 years ago
  80. 103e147 Add L2 table extension messages. by Ken Chiang · 11 years ago
  81. d392eae pyloxi: test packing the unpacked object by Rich Lane · 11 years ago
  82. 9a3f1fd pyloxi: start using data files for test cases by Rich Lane · 11 years ago
  83. 1d5b010 pyloxi: factor out test utility functions by Rich Lane · 11 years ago
  84. 62a5649 add a test data file parser by Rich Lane · 11 years ago
  85. f3dc396 loci: output constants in hex by Rich Lane · 11 years ago
  86. f0bb71e Merge branch 'group-stats' by Rich Lane · 11 years ago
  87. 5edb555 pyloxi: parse OF 1.1 and 1.2 stats messages by Rich Lane · 11 years ago
  88. 2ad0d1c Merge pull request #11 from andi-bigswitch/master by Andreas Wundsam · 11 years ago
  89. fd67d5d add java to makefile by Andreas Wundsam · 11 years ago
  90. 9fa71ce .gitignore: ignore ctags file by Andreas Wundsam · 11 years ago
  91. 40e14f7 java_gen: work in progress commit of java generator by Andreas Wundsam · 11 years ago
  92. 85ee6e7 Merge pull request #9 from andi-bigswitch/master by Andreas Wundsam · 11 years ago
  93. d157d4a py_gen/utils: more specific error msg by Andreas Wundsam · 11 years ago
  94. 8778d5e loxi_utils: allow for custom prefix in tenjin templates by Andreas Wundsam · 11 years ago
  95. d8b6f90 Merge branch 'master' of github.com:floodlight/loxigen by Andreas Wundsam · 11 years ago
  96. 56db3af Merge pull request #10 from rlane/pyloxi-1.3 by Rich Lane · 11 years ago
  97. adb7983 pyloxi: fix of_wc_bmap_t for OF 1.2+ by Rich Lane · 11 years ago
  98. ed4f906 pyloxi: unpack of_list_instruction by Rich Lane · 11 years ago
  99. e02314c pyloxi: generate instruction classes by Rich Lane · 11 years ago
  100. d367a24 pyloxi: implement of_meter_features_t by Rich Lane · 11 years ago