index
:
ryu
feature/as-path
feature/communities
fix/neighbor-label
fix/ssh-exception
master
Component-based software defined networking framework
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-07-03
python3: Use b'str' for binary data
IWAMOTO Toshihiro
2015-07-03
python3: Convert str to six.binary_type
IWAMOTO Toshihiro
2015-07-03
packet_utils: Remove checksum() side-effect
IWAMOTO Toshihiro
2015-07-03
python3: Use {encode, decode}('ascii') for text packet data
IWAMOTO Toshihiro
2015-07-03
python3: Partially revert b'str' conversion
IWAMOTO Toshihiro
2015-07-03
python3: Use six.indexbytes for extracting single byte of data
IWAMOTO Toshihiro
2015-07-03
python3: Store AsciiStringType class data as str
IWAMOTO Toshihiro
2015-07-02
Ryu 3.23
FUJITA Tomonori
2015-07-01
python3: fix bgp reggression
FUJITA Tomonori
2015-07-01
python3: Misc. python3 fix
IWAMOTO Toshihiro
2015-07-01
python3: Make stringify test functional
IWAMOTO Toshihiro
2015-07-01
python3: Make ryu.utils.hex_array functional
IWAMOTO Toshihiro
2015-07-01
python3: Use b'str' for binary data
IWAMOTO Toshihiro
2015-07-01
python3: Use six.binary_type for I/O of ryu.lib.rpc
IWAMOTO Toshihiro
2015-07-01
python3: Use 'str' not b'str' for user test data
IWAMOTO Toshihiro
2015-07-01
python3: Restore original str()s where six.binary_type shouldn't be used
IWAMOTO Toshihiro
2015-06-30
python3: fix bgp reggression
FUJITA Tomonori
2015-06-30
Avoid string exception raising
Yusuke Iwase
2015-06-30
packet.ospf: Avoid parameter 'cls' reassignment
Yusuke Iwase
2015-06-30
Remove duplicated definitions
Yusuke Iwase
2015-06-30
test_ofctl: Fix dynamic addition of test cases
Minoru TAKAHASHI
2015-06-30
test_ofctl: Some improvement
Minoru TAKAHASHI
2015-06-30
test_ofctl: Remove unused codes
Minoru TAKAHASHI
2015-06-30
test_ofctl: Add unit test for ofctl_v1_0
Minoru TAKAHASHI
2015-06-29
python3: Don't use str.encode
IWAMOTO Toshihiro
2015-06-29
python3: Remove harmful AsciiStringType.{encode, decode}
IWAMOTO Toshihiro
2015-06-29
python3: Decode return value of b64encode into str
IWAMOTO Toshihiro
2015-06-29
python3: More b'str' conversion
IWAMOTO Toshihiro
2015-06-29
python3: Calculate the number of ports as integer
fumihiko kakuma
2015-06-29
python3: encode from string to bytes for s type of pack format
fumihiko kakuma
2015-06-29
python3: Modify a literal argument in a bytes method call to bytes type
fumihiko kakuma
2015-06-27
Add support for pkt_mark nicira ext (NXM_NX_PKT_MARK)
Eran
2015-06-27
python3: Continuous patch to replace buffer to six.binary_type
fumihiko kakuma
2015-06-27
python3: Continuous patch to replace str to six.binary_type
fumihiko kakuma
2015-06-26
python3: Convert str to six.binary_type
IWAMOTO Toshihiro
2015-06-26
python3: More b'str' conversion
IWAMOTO Toshihiro
2015-06-26
python3: Apply "2to3 -f map"
IWAMOTO Toshihiro
2015-06-26
python3: Convert str to six.binary_type where appropriate
IWAMOTO Toshihiro
2015-06-26
python3: Use six.binary_type instead of str for binary data
fumihiko kakuma
2015-06-25
python3: adapt @wsgi.route()
Satoshi KOBAYASHI
2015-06-25
python3: Use items instead of iteritems
IWAMOTO Toshihiro
2015-06-25
python3: Use zip instead of itertools.izip
IWAMOTO Toshihiro
2015-06-25
python3: Avoid applying ord() to integers
IWAMOTO Toshihiro
2015-06-25
python3: Use formencode instead of xml_compare
IWAMOTO Toshihiro
2015-06-25
python3: Open packet data with binary mode
IWAMOTO Toshihiro
2015-06-25
python3: Fix dynamically added test methods
IWAMOTO Toshihiro
2015-06-25
python3: Use b'str' for binary literals
IWAMOTO Toshihiro
2015-06-25
python3: Remove use of buffer()
IWAMOTO Toshihiro
2015-06-25
python3: Use six.text_type instead of unicode
fumihiko kakuma
2015-06-23
eventlet has already supported WebSocket(RFC6455) in stable releases (>= 0.15)
FUJITA Tomonori
[next]