You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2017/08/09 17:52:24 UTC

[8/8] qpid-dispatch git commit: Merge branch 'DISPATCH-731'

Merge branch 'DISPATCH-731'

This closes #181


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

Branch: refs/heads/master
Commit: 043c5ccf8c51786afb0baee6ca00e7816cfcdf9e
Parents: 4dd8764 e87c87a
Author: Kenneth Giusti <kg...@apache.org>
Authored: Wed Aug 9 13:19:31 2017 -0400
Committer: Kenneth Giusti <kg...@apache.org>
Committed: Wed Aug 9 13:51:29 2017 -0400

----------------------------------------------------------------------
 include/qpid/dispatch/compose.h                 |   1 +
 python/qpid_dispatch/management/qdrouter.json   |  10 +-
 .../qpid_dispatch_internal/management/config.py |  17 +-
 src/CMakeLists.txt                              |   1 +
 src/compose.c                                   |  10 +-
 src/parse_tree.c                                | 732 +++++++++++++++++++
 src/parse_tree.h                                |  88 +++
 src/router_config.c                             |  25 +-
 src/router_core/agent_config_address.c          |  83 ++-
 src/router_core/agent_config_address.h          |   2 +-
 src/router_core/connections.c                   |  21 +-
 src/router_core/route_tables.c                  |   1 +
 src/router_core/router_core.c                   |  13 +-
 src/router_core/router_core_private.h           |   4 +-
 src/router_private.h                            |   1 +
 tests/CMakeLists.txt                            |   1 +
 tests/parse_tree_tests.c                        | 470 ++++++++++++
 tests/run_unit_tests.c                          |   3 +
 tests/system_tests_qdmanage.py                  |  63 +-
 tests/system_tests_two_routers.py               |  77 ++
 20 files changed, 1578 insertions(+), 45 deletions(-)
----------------------------------------------------------------------



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