Age | Commit message (Expand) | Author |
2013-03-24 | app_manager: fix close dict handling bug | OHMURA Kei |
2013-03-24 | ryu-manager: use try-finally statement | OHMURA Kei |
2013-03-24 | nx_match: add vlan and vlan_pop | Christopher Scherb |
2013-03-25 | topology: support link discovery | YAMADA Hideki |
2013-03-25 | topology: switch discovering module | YAMADA Hideki |
2013-03-25 | event: Add sync flag and event src for request/reply | YAMADA Hideki |
2013-03-18 | TLS: use a full spelling of a cli option | YAMAMOTO Takashi |
2013-03-18 | TLS: test cli options consistently in the same line | YAMAMOTO Takashi |
2013-03-18 | TLS: update an example output | YAMAMOTO Takashi |
2013-03-18 | ofconfig: use ElementTree iterator instead of getchildren | YAMAMOTO Takashi |
2013-03-18 | ryu.controller.controller.Datapath: keep handler list regardless of state | Yoshihiro Kaneko |
2013-03-18 | vsctl: fix timeout | YAMAMOTO Takashi |
2013-03-18 | tunnel_port_updater: g/c _LOCK | YAMAMOTO Takashi |
2013-03-18 | packet lib: fix icmpv6.nd parser | HIYAMA Manabu |
2013-03-08 | doc: of_config library | Isaku Yamahata |
2013-03-08 | of_config: sample test code to use ofconfig capable_switch | Isaku Yamahata |
2013-03-08 | of_config: OF capable switch class to issue OFConfig request | Isaku Yamahata |
2013-03-08 | of_config: constants for of-config | Isaku Yamahata |
2013-03-08 | of_config/schema: add missing import | Isaku Yamahata |
2013-03-08 | of_config: import XML schema files for OF config. | Isaku Yamahata |
2013-03-08 | netconf: add constants for netconf | Isaku Yamahata |
2013-03-08 | netconf: improve schema for netconf | Isaku Yamahata |
2013-03-08 | netconf: import XML schema for netconf | Isaku Yamahata |
2013-03-08 | netconf: import xml schema | Isaku Yamahata |
2013-03-08 | MANIFEST.in: include XML schema files | Isaku Yamahata |
2013-03-07 | ofp: send events to others before calling own handlers | FUJITA Tomonori |
2013-03-06 | wsgi: remove unused logging code | FUJITA Tomonori |
2013-03-06 | doc: fix bug in tls.rst | OHMURA Kei |
2013-03-06 | log-cleanup: honor --default-log-level in case of --verbose | YAMAMOTO Takashi |
2013-03-06 | log-cleanup: per RyuApp logger | YAMAMOTO Takashi |
2013-03-06 | log-cleanup: remove an unused logger instance | YAMAMOTO Takashi |
2013-03-06 | log-cleanup: remove an unused logger instance | YAMAMOTO Takashi |
2013-03-06 | ryu-manager: stop modifying CONF.app_list | YAMAMOTO Takashi |
2013-03-06 | of1.3: fix error in group_mod | Zhang Dongya |
2013-03-05 | Add request/reply event support to support communication between apps | FUJITA Tomonori |
2013-03-05 | ryu.log: change type of --use_syslog option to Boolean. | EisukeTAKAHASHI |
2013-03-05 | contrib ncclient: missing comma | Isaku Yamahata |
2013-03-05 | contrib: import ncclient library (NETCONF clients) | FUJITA Tomonori |
2013-03-04 | of1.3: fix a comment typo | YAMAMOTO Takashi |
2013-03-04 | revert s/_/-/ changes for ryu.conf | YAMAMOTO Takashi |
2013-03-03 | fix missing parameter in calling 'msg_pack_info' of OFPActionPushMpls/PopMpls | Zhang Dongya |
2013-03-03 | add missing 'field' parameter to __init__ function of OFPActionSetField | Zhang Dongya |
2013-03-03 | fix incorrect naming '__serialize_body' in OFPRoleRequest | Zhang Dongya |
2013-03-03 | fix OFPMatch decode error in 'parser' function of OFPFlowRemoved | Zhang Dongya |
2013-03-03 | add missing 'length' field of OFPPort when decoding | Zhang Dongya |
2013-03-03 | add missing 'match' parameter to __init__ function of OFPAggregateStatsRequest | Zhang Dongya |
2013-03-03 | fix error in OFP_DESC_PACK_STR (change 'c' to 's') | Zhang Dongya |
2013-03-02 | remove port_no argument of OFPPortDescStatsRequest.__init__ | YAMAMOTO Takashi |
2013-03-02 | fix OFPMultipartRequest._serialize_stats_body | YAMAMOTO Takashi |
2013-03-01 | test of1.2: fix typos from mid to min | KONDOH Tasuku |