summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-06-29python3: Modify a literal argument in a bytes method call to bytes typefumihiko kakuma
2015-06-27Add support for pkt_mark nicira ext (NXM_NX_PKT_MARK)Eran
2015-06-27python3: Continuous patch to replace buffer to six.binary_typefumihiko kakuma
2015-06-27python3: Continuous patch to replace str to six.binary_typefumihiko kakuma
2015-06-26python3: Convert str to six.binary_typeIWAMOTO Toshihiro
2015-06-26python3: More b'str' conversionIWAMOTO Toshihiro
2015-06-26python3: Apply "2to3 -f map"IWAMOTO Toshihiro
2015-06-26python3: Convert str to six.binary_type where appropriateIWAMOTO Toshihiro
2015-06-26python3: Use six.binary_type instead of str for binary datafumihiko kakuma
2015-06-25python3: adapt @wsgi.route()Satoshi KOBAYASHI
2015-06-25python3: Use items instead of iteritemsIWAMOTO Toshihiro
2015-06-25python3: Use zip instead of itertools.izipIWAMOTO Toshihiro
2015-06-25python3: Avoid applying ord() to integersIWAMOTO Toshihiro
2015-06-25python3: Use formencode instead of xml_compareIWAMOTO Toshihiro
2015-06-25python3: Open packet data with binary modeIWAMOTO Toshihiro
2015-06-25python3: Fix dynamically added test methodsIWAMOTO Toshihiro
2015-06-25python3: Use b'str' for binary literalsIWAMOTO Toshihiro
2015-06-25python3: Remove use of buffer()IWAMOTO Toshihiro
2015-06-25python3: Use six.text_type instead of unicodefumihiko kakuma
2015-06-23eventlet has already supported WebSocket(RFC6455) in stable releases (>= 0.15)FUJITA Tomonori
2015-06-23python3: Use integer division where appropriateIWAMOTO Toshihiro
2015-06-22python3: Fix import issues with python2IWAMOTO Toshihiro
2015-06-20python3: Use bytes type for binary dataIWAMOTO Toshihiro
2015-06-20python3: Adapt to new iterator namesIWAMOTO Toshihiro
2015-06-20python3: Fix starndard library importsIWAMOTO Toshihiro
2015-06-20ofproto: Fix ImportError on python3IWAMOTO Toshihiro
2015-06-20tox.ini: Be able to run python3 unit testsIWAMOTO Toshihiro
2015-06-18test_parser_ofpstats: Add unit test for OFPStats classYusuke Iwase
2015-06-18ofproto_v1_5_parser: Add OPFStats parser for Flow Stats StructuresYusuke Iwase
2015-06-18test_oxs: Add unit test for oxs_fields.pyYusuke Iwase
2015-06-18oxs_fields: Add OXS class supportYusuke Iwase
2015-06-18Clean up server socket and thread when shutting downJerry Cen
2015-06-18Fixed the function name of out filterJerry Cen
2015-06-18ofctl_rest: fix error of delete_flow_entryMinoru TAKAHASHI
2015-06-14ofctl_v1_0: fix output of get_flow_statsMinoru TAKAHASHI
2015-06-04Ryu 3.22FUJITA Tomonori
2015-06-02test_parser: Add some expected json representationsIWAMOTO Toshihiro
2015-06-02packet_data: RegenIWAMOTO Toshihiro
2015-06-02packet_data_generator2: Generate conjunction packetsIWAMOTO Toshihiro
2015-06-02Implement NXActionConjunction and conj_id match for OF1.3 and OF1.5IWAMOTO Toshihiro
2015-05-27Add missing ryu.contrib.update_module_path callsYAMAMOTO Takashi
2015-05-27Cap pbr versionYAMAMOTO Takashi
2015-05-19packet_data: RegenYAMAMOTO Takashi
2015-05-19packet_generator2: learn actionYAMAMOTO Takashi
2015-05-19test_parser: Add some expected json representationsYAMAMOTO Takashi
2015-05-19ofproto_v1_5: Add legacy NXM aliases for some OXMsYAMAMOTO Takashi
2015-05-19ofproto_v1_3: Add legacy NXM aliases for some OXMsYAMAMOTO Takashi
2015-05-19Pull nx_actions for OpenFlow 1.5YAMAMOTO Takashi
2015-05-19_NXFlowSpec: Add type annotation for stringify stuffYAMAMOTO Takashi
2015-05-19nx_actions: Modify __module__ for generated classes for stringify stuffYAMAMOTO Takashi