summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
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