summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-07-06bgp: fix bug of not taking care of withdrawn labelISHIDA Wataru
2015-07-05Add registers 1-7 as nicira extensions for matching and settingGal Sagie
2015-07-04Implement NX Resubmit-table actionYAMAMOTO Takashi
2015-07-04travis: run tests with python3FUJITA Tomonori
2015-07-03python3: Convert chr to six.int2byteIWAMOTO Toshihiro
2015-07-03Fix test packet data generationIWAMOTO Toshihiro
2015-07-03Use the asciilist type for lists of ip addressesIWAMOTO Toshihiro
2015-07-03python3: Misc str related fixupsIWAMOTO Toshihiro
2015-07-03python3: Round time() return value to microsecondsIWAMOTO Toshihiro
2015-07-03python3: Adapt to iterator changeIWAMOTO Toshihiro
2015-07-03python3: Use b'str' for binary dataIWAMOTO Toshihiro
2015-07-03python3: Convert str to six.binary_typeIWAMOTO Toshihiro
2015-07-03packet_utils: Remove checksum() side-effectIWAMOTO Toshihiro
2015-07-03python3: Use {encode, decode}('ascii') for text packet dataIWAMOTO Toshihiro
2015-07-03python3: Partially revert b'str' conversionIWAMOTO Toshihiro
2015-07-03python3: Use six.indexbytes for extracting single byte of dataIWAMOTO Toshihiro
2015-07-03python3: Store AsciiStringType class data as strIWAMOTO Toshihiro
2015-07-02Ryu 3.23FUJITA Tomonori
2015-07-01python3: fix bgp reggressionFUJITA Tomonori
2015-07-01python3: Misc. python3 fixIWAMOTO Toshihiro
2015-07-01python3: Make stringify test functionalIWAMOTO Toshihiro
2015-07-01python3: Make ryu.utils.hex_array functionalIWAMOTO Toshihiro
2015-07-01python3: Use b'str' for binary dataIWAMOTO Toshihiro
2015-07-01python3: Use six.binary_type for I/O of ryu.lib.rpcIWAMOTO Toshihiro
2015-07-01python3: Use 'str' not b'str' for user test dataIWAMOTO Toshihiro
2015-07-01python3: Restore original str()s where six.binary_type shouldn't be usedIWAMOTO Toshihiro
2015-06-30python3: fix bgp reggressionFUJITA Tomonori
2015-06-30Avoid string exception raisingYusuke Iwase
2015-06-30packet.ospf: Avoid parameter 'cls' reassignmentYusuke Iwase
2015-06-30Remove duplicated definitionsYusuke Iwase
2015-06-30test_ofctl: Fix dynamic addition of test casesMinoru TAKAHASHI
2015-06-30test_ofctl: Some improvementMinoru TAKAHASHI
2015-06-30test_ofctl: Remove unused codesMinoru TAKAHASHI
2015-06-30test_ofctl: Add unit test for ofctl_v1_0Minoru TAKAHASHI
2015-06-29python3: Don't use str.encodeIWAMOTO Toshihiro
2015-06-29python3: Remove harmful AsciiStringType.{encode, decode}IWAMOTO Toshihiro
2015-06-29python3: Decode return value of b64encode into strIWAMOTO Toshihiro
2015-06-29python3: More b'str' conversionIWAMOTO Toshihiro
2015-06-29python3: Calculate the number of ports as integerfumihiko kakuma
2015-06-29python3: encode from string to bytes for s type of pack formatfumihiko kakuma
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