Age | Commit message (Expand) | Author |
2012-03-01 | yield the CPU to other greenlets | FUJITA Tomonori |
2012-03-01 | avoid reading too much data from socket | FUJITA Tomonori |
2012-03-01 | limit the queue size (send_q) | FUJITA Tomonori |
2012-03-01 | kill recv_q | FUJITA Tomonori |
2012-03-01 | dispatcher: eliminate weakref.WeakValueDictionary | Isaku Yamahata |
2012-03-01 | dispatcher: eliminate use of weakref for EventQueue event queue | Isaku Yamahata |
2012-03-01 | controller: eliminate weakref of datapath.ev_q.aux | Isaku Yamahata |
2012-03-01 | dispatcher: use TrackInstances and kill some WeakValueDictionary | Isaku Yamahata |
2012-03-01 | lib: mixin class to track all instances of a given class | Isaku Yamahata |
2012-03-01 | controller: make Controller::serve more robust | Isaku Yamahata |
2012-03-01 | ryu/controller/ofp_event: use utils.load_module | Isaku Yamahata |
2012-03-01 | ryu/utils: make import_module() reliable | Isaku Yamahata |
2012-02-24 | controller/dispatcher: eliminate unregistering handlers | Isaku Yamahata |
2012-02-23 | enable OF1.2 support | FUJITA Tomonori |
2012-02-23 | add initial OF1.2 support | FUJITA Tomonori |
2012-02-22 | doc: update using_with_openstack.rst to catch up openstack | Isaku Yamahata |
2012-02-22 | add HACKING.rst: style guide | Isaku Yamahata |
2012-02-17 | doc: update osrg/nova, quantum repository | Isaku Yamahata |
2012-02-17 | setup.py: typo autor -> author | Isaku Yamahata |
2012-02-14 | dpset: pep8 | Isaku Yamahata |
2012-02-14 | ryu/controller/handler: pep8 | Isaku Yamahata |
2012-02-14 | ofproto_parser: pep8 | Isaku Yamahata |
2012-02-14 | ofproto_v1_0_parser: typo | Isaku Yamahata |
2012-02-14 | ofproto/ofproto_v1_0_parser: unbreak 0bff34ca87af74b7eb13d9c996fd869172a7f0a4 | Isaku Yamahata |
2012-02-14 | doc: sample configuration files | Isaku Yamahata |
2012-02-14 | doc: step-by-step example | Isaku Yamahata |
2012-02-10 | app/simple_isolation: various improvement | Isaku Yamahata |
2012-02-10 | controller/{mac_to_port, network}: add more methods to track port status change | Isaku Yamahata |
2012-02-10 | controller/datapath: add a helper function to delete flow entries | Isaku Yamahata |
2012-02-09 | controller/dispatcher: eliminate the use of WeakSet | Isaku Yamahata |
2012-02-09 | fix ofp_event conversion messup | MORITA Kazutaka |
2012-02-08 | add cbench application | FUJITA Tomonori |
2012-02-05 | move to the main mode right after sending BARRIER | FUJITA Tomonori |
2012-02-05 | fix datapath disconnection cleanup | FUJITA Tomonori |
2012-02-03 | rest: add '/network' prefix to its path | Isaku Yamahata |
2012-02-03 | remove unused members in Datapath class | FUJITA Tomonori |
2012-02-03 | client: pass http responce when an error occurs | Isaku Yamahata |
2012-02-03 | controller: factor out ofp message event from event.py | Isaku Yamahata |
2012-02-03 | pylint: various fixes for pylint | Isaku Yamahata |
2012-02-01 | doc: how to invoke ryu-manager, its options and example | Isaku Yamahata |
2012-02-01 | app: event dumper application | Isaku Yamahata |
2012-02-01 | controller/dpset: Introduce datapath enter/leave event | Isaku Yamahata |
2012-02-01 | dispatcher, handler: constantiate dispatcher name | Isaku Yamahata |
2012-02-01 | controller: pass datapath to EventQueue for EventQueueCreate event | Isaku Yamahata |
2012-02-01 | dispacher: introduce inheritable handler | Isaku Yamahata |
2012-02-01 | controller/dispatcher: introduce events on event queue itself | Isaku Yamahata |
2012-02-01 | dispatcher: pass name to EventQueue and track all instances | Isaku Yamahata |
2012-02-01 | controller/dispatcher: allow handler that accepts any event type | Isaku Yamahata |
2012-01-31 | controller/dispatcher: pylint | Isaku Yamahata |
2012-01-31 | use 0 dl_{src, dst} for OFPMatch | FUJITA Tomonori |