qpid-dispatch git commit: DISPATCH-390 - Removed accidental checkin of config.sh

2017-04-27 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 3b04b3932 -> f7a00efeb DISPATCH-390 - Removed accidental checkin of config.sh Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/f7a00efe Tree:

qpid-dispatch git commit: DISPATCH-390 - Additional fix. Include LIBWEBSOCKETS_LIBRARIES only if LIBWEBSOCKETS_FOUND

2017-04-27 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master b974b884a -> 3b04b3932 DISPATCH-390 - Additional fix. Include LIBWEBSOCKETS_LIBRARIES only if LIBWEBSOCKETS_FOUND Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

[04/10] qpid-dispatch git commit: DISPATCH-390: Convert dispatch to use pn_proactor_t

2017-04-27 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/6f56e289/src/posix/driver.c -- diff --git a/src/posix/driver.c b/src/posix/driver.c deleted file mode 100644 index aa80fd9..000 --- a/src/posix/driver.c +++ /dev/null

[05/10] qpid-dispatch git commit: DISPATCH-390: Convert dispatch to use pn_proactor_t

2017-04-27 Thread aconway
DISPATCH-390: Convert dispatch to use pn_proactor_t - remove driver.h/c, server.c uses proactor API directly - update stop/start, signal handling - refactor server connector queue processing as PN event handlers - qd_timer using pn_proactor_timeout() - deferred calls use pn_proactor_wake() - drop

[07/10] qpid-dispatch git commit: DISPATCH-390: centralize qd_connection setup logic

2017-04-27 Thread aconway
DISPATCH-390: centralize qd_connection setup logic Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6d34045e Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/6d34045e Diff:

[09/10] qpid-dispatch git commit: DISPATCH-390: Restore HTTP using libwebsockets

2017-04-27 Thread aconway
DISPATCH-390: Restore HTTP using libwebsockets - single HTTP thread uses libwebsockets standard polling features - works with released libwebsockets, no patches required Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

[08/10] qpid-dispatch git commit: DISPATCH-390: common AMQP port name string to integer function

2017-04-27 Thread aconway
DISPATCH-390: common AMQP port name string to integer function Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/20b06ac3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/20b06ac3 Diff:

[01/10] qpid-dispatch git commit: DISPATCH-390: Temporarily disable http for first cut proactor work

2017-04-27 Thread aconway
Repository: qpid-dispatch Updated Branches: refs/heads/master 361a7e9a6 -> b974b884a DISPATCH-390: Temporarily disable http for first cut proactor work First cut of proactor integration will not support HTTP. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

[03/10] qpid-dispatch git commit: DISPATCH-390: Convert dispatch to use pn_proactor_t

2017-04-27 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/6f56e289/src/server.c -- diff --git a/src/server.c b/src/server.c index 848cfcb..15a2aef 100644 --- a/src/server.c +++ b/src/server.c @@ -24,6 +24,12 @@ #include

[10/10] qpid-dispatch git commit: DISPATCH-739: Fix double free bug, remove _to_free_ lists

2017-04-27 Thread aconway
DISPATCH-739: Fix double free bug, remove _to_free_ lists Don't defer freeing sessions/links, just ensure they are freed exactly once. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/b974b884 Tree:

qpid-dispatch git commit: DISPATCH-752 - If this connection is outbound and is just now opening, do the initial SSL/SASL setup

2017-04-27 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master a2a31e9e2 -> 361a7e9a6 DISPATCH-752 - If this connection is outbound and is just now opening, do the initial SSL/SASL setup Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-broker-j git commit: QPID-7468: [Java Broker] Make unit tests log into separate files

2017-04-27 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x 446213468 -> 10e78f0fd QPID-7468: [Java Broker] Make unit tests log into separate files (cherry picked from commit cf903d9a120a7ae6bd524c4d8a57066d575cc6a5) Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo

qpid-broker-j git commit: QPID-7468: [Java Broker] Make unit tests log into separate files

2017-04-27 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x 586863c9e -> eeb0e05bd QPID-7468: [Java Broker] Make unit tests log into separate files (cherry picked from commit cf903d9a120a7ae6bd524c4d8a57066d575cc6a5) Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo

qpid-broker-j git commit: QPID-7745: Bump Derby dependency to 10.13.1.1

2017-04-27 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x d4ae88558 -> 446213468 QPID-7745: Bump Derby dependency to 10.13.1.1 (cherry picked from commit 1b6dc37069a3d3316a4effa70cd1bab3caead275) Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPIO-7745: Bump Derby dependency to 10.13.1.1

2017-04-27 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x 8a3931d7f -> 586863c9e QPIO-7745: Bump Derby dependency to 10.13.1.1 (cherry picked from commit 1b6dc37069a3d3316a4effa70cd1bab3caead275) Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-7639: [Java Broker] [Documentation] Add documentation about restricting memory usage by uncommitted transactions on a connection

2017-04-27 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master b2f341655 -> 3eba6a022 QPID-7639: [Java Broker] [Documentation] Add documentation about restricting memory usage by uncommitted transactions on a connection Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo

qpid-broker-j git commit: QPID-7760: Allow ConfiguredObjectRegistrationGenerator to handle incremental compliation

2017-04-27 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master b7617e5f5 -> b2f341655 QPID-7760: Allow ConfiguredObjectRegistrationGenerator to handle incremental compliation Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: