summaryrefslogtreecommitdiffhomepage
path: root/ryu/lib
AgeCommit message (Expand)Author
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: Avoid applying ord() to integersIWAMOTO 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-20python3: Use bytes type for binary dataIWAMOTO Toshihiro
2015-06-20python3: Adapt to new iterator namesIWAMOTO Toshihiro
2015-06-18oxs_fields: Add OXS class supportYusuke Iwase
2015-06-14ofctl_v1_0: fix output of get_flow_statsMinoru TAKAHASHI
2015-05-27Add missing ryu.contrib.update_module_path callsYAMAMOTO Takashi
2015-05-19_NXFlowSpec: Add type annotation for stringify stuffYAMAMOTO Takashi
2015-04-22disable padding check for llc packetsRom
2015-04-18ryu.contrib: Be explicit about sys.path modificationYAMAMOTO Takashi
2015-04-17Integers between '/' operation become float in Python 3Satoshi Kobayashi
2015-04-17'map' returns iterator like object with Python 3Satoshi Kobayashi
2015-04-17'reduce' has been renamed to 'functools.reduce' in Python 3Satoshi Kobayashi
2015-04-14'itertools.izip()' has been deprecated in Python 3Satoshi Kobayashi
2015-04-14'__div__' is renamed to '__truediv__' in Python 3Satoshi Kobayashi
2015-04-14Fix ImportError(s) with Python3Satoshi Kobayashi
2015-04-14Use range() instead of xrange()Satoshi Kobayashi
2015-04-14'+' operator can't combine no-string objectSatoshi Kobayashi
2015-04-08Syntax level compatibility with Python 3Satoshi Kobayashi
2015-04-03ofctl_v1_[23]: Ignore unkown match fieldsYusuke Iwase
2015-03-22lib.ovs.vsctl: Fix a crashYAMAMOTO Takashi
2015-03-18ofctl_rest: Reduce pylint warningsYusuke Iwase
2015-03-18ofctl_v1_3: Support masked ipv6_exthdr match fieldYusuke Iwase
2015-03-16Reduce logging overhead by cleaning up logging callsMark Lentczner
2015-03-02snortlib: Remove disabled flag MSG_WAITALLYusuke Iwase
2015-02-25snortlib: Fix nw_sock handlingYusuke Iwase
2015-02-25bgp: Prevent __str__() methods from raising exceptionsAkihiro Suda
2015-02-20packet lib: dhcp: Fix to calculate Hardware address lengthMinoru TAKAHASHI
2015-02-16Move msg_pack_into from ofproto to libYAMAMOTO Takashi
2015-02-15Move the definitions of ether types and inet protocols to lib.packetYAMAMOTO Takashi
2015-01-25Add parsing libpcap and reading/writing PCAP fileChe-Wei Lin
2015-01-25type_desc: Separate type conversion classes from oxm_fieldsYAMAMOTO Takashi
2015-01-20ofctl_rest: support OFPAggregateStats messageYusuke Iwase
2015-01-20ofctl_rest: support OFPQueueStats messageYusuke Iwase
2015-01-19Cleanup isinstance(foo, (int, long))YAMAMOTO Takashi
2015-01-13ospf: fix wrong OSPF LSA typeISHIDA Wataru
2015-01-13ofctl_v1_0/2/3: Fix unsuitable log levelMinoru TAKAHASHI
2014-12-31ospf: add SummaryLSA classISHIDA Wataru
2014-12-28ofctl_v1_2, 3: Fix regression of IP arbitrary bitmask supportFUJITA Tomonori
2014-12-05ofctl_v1_3: Fix to parse capabilities field in OPFMeterFeaturesYusuke Iwase
2014-11-30packet lib: don't crash with bogus ospf packetFUJITA Tomonori
2014-11-29ofctl_v1_2/3: Fully support the match combinations for VLAN IDMinoru TAKAHASHI
2014-11-25ofctl_v1_/2/3: Modify to_match() to use new match apiYusuke Iwase
2014-11-25ofctl_v1_/2/3: Modify match_to_str() to use new match field parserYusuke Iwase