Merge branch 'master' into DISPATCH-731

Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/704fc281
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/704fc281
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/704fc281

Branch: refs/heads/master
Commit: 704fc281d8cb44d0d8145fca8e9310b88239aa7f
Parents: f1735ee 2def0a9
Author: Kenneth Giusti <kgiu...@apache.org>
Authored: Thu Jul 13 11:54:43 2017 -0400
Committer: Kenneth Giusti <kgiu...@apache.org>
Committed: Thu Jul 13 11:54:43 2017 -0400

----------------------------------------------------------------------
 include/qpid/dispatch/amqp.h        |   3 +
 include/qpid/dispatch/compose.h     |  16 ++
 include/qpid/dispatch/iterator.h    |  30 +++
 include/qpid/dispatch/message.h     |  46 +++-
 include/qpid/dispatch/parse.h       |  72 +++++
 include/qpid/dispatch/server.h      |   5 +
 src/amqp.c                          |   3 +
 src/compose.c                       |  19 ++
 src/container.c                     |   4 +-
 src/iterator.c                      |  99 +++++--
 src/message.c                       | 295 ++++++++++++++-------
 src/message_private.h               |  16 +-
 src/parse.c                         | 252 +++++++++++++++++-
 src/python_embedded.c               |   9 +
 src/router_core/management_agent.c  |  20 +-
 src/router_core/transfer.c          |  20 +-
 src/router_node.c                   |  83 +++---
 src/server.c                        |   4 +
 src/server_private.h                |   2 +
 tests/message_test.c                |   9 +-
 tests/system_tests_three_routers.py | 437 ++++++++++++++++++++++++-------
 tests/system_tests_two_routers.py   |  68 ++---
 22 files changed, 1207 insertions(+), 305 deletions(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to