changes from the previous:
    rebase
    man page

FUJITA Tomonori (1):
  msgpack rpc helper

YAMAMOTO Takashi (13):
  msgpack-rpc fixes and improvements
  remove msgpack-python from pip-requires for now
  import msgpack into ryu/contrib
  add a method to import a system (non ryu/contrib) module
  rpc: use system msgpack library if available
  msgpack-rpc: unit tests
  rpc: add a test for https://github.com/yamt/ryu/pull/1
  rpc: prefix closed_by_peer with _ as it's private
  rpc: test case
  add rpc.Client.peek_notification
  a simple command line msgpack-rpc client
  rpc-cli man page
  add 2013 to copyright for documentations

yuta-hamada (1):
  rpc: If the socket is closed by peer, endpoint stop the serve.

 bin/rpc-cli                       | 237 ++++++++++++++++
 doc/source/conf.py                |   4 +-
 doc/source/man/rpc_cli.rst        |  20 ++
 run_tests.sh                      |   2 +-
 ryu/contrib/__init__.py           |  31 +++
 ryu/contrib/msgpack/__init__.py   |  21 ++
 ryu/contrib/msgpack/_version.py   |   1 +
 ryu/contrib/msgpack/exceptions.py |  29 ++
 ryu/contrib/msgpack/fallback.py   | 558 ++++++++++++++++++++++++++++++++++++++
 ryu/lib/rpc.py                    | 326 ++++++++++++++++++++++
 ryu/tests/unit/lib/test_rpc.py    | 369 +++++++++++++++++++++++++
 setup.cfg                         |   2 +-
 setup.py                          |   3 +-
 13 files changed, 1599 insertions(+), 4 deletions(-)
 create mode 100755 bin/rpc-cli
 create mode 100644 doc/source/man/rpc_cli.rst
 create mode 100644 ryu/contrib/msgpack/__init__.py
 create mode 100644 ryu/contrib/msgpack/_version.py
 create mode 100644 ryu/contrib/msgpack/exceptions.py
 create mode 100644 ryu/contrib/msgpack/fallback.py
 create mode 100644 ryu/lib/rpc.py
 create mode 100644 ryu/tests/unit/lib/test_rpc.py

-- 
1.8.1.5


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to