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
path:
root
/
ryu
/
lib
Age
Commit message (
Expand
)
Author
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: Avoid applying ord() to integers
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
2015-06-23
python3: Use integer division where appropriate
IWAMOTO Toshihiro
2015-06-20
python3: Use bytes type for binary data
IWAMOTO Toshihiro
2015-06-20
python3: Adapt to new iterator names
IWAMOTO Toshihiro
2015-06-18
oxs_fields: Add OXS class support
Yusuke Iwase
2015-06-14
ofctl_v1_0: fix output of get_flow_stats
Minoru TAKAHASHI
2015-05-27
Add missing ryu.contrib.update_module_path calls
YAMAMOTO Takashi
2015-05-19
_NXFlowSpec: Add type annotation for stringify stuff
YAMAMOTO Takashi
2015-04-22
disable padding check for llc packets
Rom
2015-04-18
ryu.contrib: Be explicit about sys.path modification
YAMAMOTO Takashi
2015-04-17
Integers between '/' operation become float in Python 3
Satoshi Kobayashi
2015-04-17
'map' returns iterator like object with Python 3
Satoshi Kobayashi
2015-04-17
'reduce' has been renamed to 'functools.reduce' in Python 3
Satoshi Kobayashi
2015-04-14
'itertools.izip()' has been deprecated in Python 3
Satoshi Kobayashi
2015-04-14
'__div__' is renamed to '__truediv__' in Python 3
Satoshi Kobayashi
2015-04-14
Fix ImportError(s) with Python3
Satoshi Kobayashi
2015-04-14
Use range() instead of xrange()
Satoshi Kobayashi
2015-04-14
'+' operator can't combine no-string object
Satoshi Kobayashi
2015-04-08
Syntax level compatibility with Python 3
Satoshi Kobayashi
2015-04-03
ofctl_v1_[23]: Ignore unkown match fields
Yusuke Iwase
2015-03-22
lib.ovs.vsctl: Fix a crash
YAMAMOTO Takashi
2015-03-18
ofctl_rest: Reduce pylint warnings
Yusuke Iwase
2015-03-18
ofctl_v1_3: Support masked ipv6_exthdr match field
Yusuke Iwase
2015-03-16
Reduce logging overhead by cleaning up logging calls
Mark Lentczner
2015-03-02
snortlib: Remove disabled flag MSG_WAITALL
Yusuke Iwase
2015-02-25
snortlib: Fix nw_sock handling
Yusuke Iwase
2015-02-25
bgp: Prevent __str__() methods from raising exceptions
Akihiro Suda
2015-02-20
packet lib: dhcp: Fix to calculate Hardware address length
Minoru TAKAHASHI
2015-02-16
Move msg_pack_into from ofproto to lib
YAMAMOTO Takashi
2015-02-15
Move the definitions of ether types and inet protocols to lib.packet
YAMAMOTO Takashi
2015-01-25
Add parsing libpcap and reading/writing PCAP file
Che-Wei Lin
2015-01-25
type_desc: Separate type conversion classes from oxm_fields
YAMAMOTO Takashi
2015-01-20
ofctl_rest: support OFPAggregateStats message
Yusuke Iwase
2015-01-20
ofctl_rest: support OFPQueueStats message
Yusuke Iwase
2015-01-19
Cleanup isinstance(foo, (int, long))
YAMAMOTO Takashi
2015-01-13
ospf: fix wrong OSPF LSA type
ISHIDA Wataru
2015-01-13
ofctl_v1_0/2/3: Fix unsuitable log level
Minoru TAKAHASHI
2014-12-31
ospf: add SummaryLSA class
ISHIDA Wataru
2014-12-28
ofctl_v1_2, 3: Fix regression of IP arbitrary bitmask support
FUJITA Tomonori
2014-12-05
ofctl_v1_3: Fix to parse capabilities field in OPFMeterFeatures
Yusuke Iwase
2014-11-30
packet lib: don't crash with bogus ospf packet
FUJITA Tomonori
2014-11-29
ofctl_v1_2/3: Fully support the match combinations for VLAN ID
Minoru TAKAHASHI
2014-11-25
ofctl_v1_/2/3: Modify to_match() to use new match api
Yusuke Iwase
2014-11-25
ofctl_v1_/2/3: Modify match_to_str() to use new match field parser
Yusuke Iwase
[prev]
[next]