qpid-broker-j git commit: QPID-7910: [Java Broker] Improve qpid stop script

2017-10-19 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master 2318c2fe1 -> 331c7276a QPID-7910: [Java Broker] Improve qpid stop script Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/331c7276 Tree: http://g

qpid-broker-j git commit: QPID-7832: Fix infinite recursion when handling an AMQP1.0 message encoded in the version 0 format. Fixes regression introduced by 660c206deb352aca3694a6b31f5f7cf6fca70533

2017-10-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 331c7276a -> e9e0e74e7 QPID-7832: Fix infinite recursion when handling an AMQP1.0 message encoded in the version 0 format. Fixes regression introduced by 660c206deb352aca3694a6b31f5f7cf6fca70533 End to end test added. Project:

qpid-proton git commit: NO-JIRA: [go] Improved client/server example, minor doc updates

2017-10-19 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master dbda49bb2 -> 97815c342 NO-JIRA: [go] Improved client/server example, minor doc updates Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/97815c34 Tree:

[19/50] qpid-proton git commit: PROTON-1623: append new data to existing data

2017-10-19 Thread aconway
PROTON-1623: append new data to existing data Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/174747c0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/174747c0 Diff: http://git-wip-us.apache.org/repos

[15/50] qpid-proton git commit: PROTON-1619: c rename/remove/un-export private functions

2017-10-19 Thread aconway
PROTON-1619: c rename/remove/un-export private functions renamed as pni_*: pn_log_enabled, pn_logf_impl, pn_vlogf_impl - still exported for libqpid-proton-proactor pn_message_get_extra, pn_message_with_extra - still exported for libqpid-proton-cpp removed: pn_connection_driver_log, pn_c

[28/50] qpid-proton git commit: PROTON-1543: Another slate of doc improvements

2017-10-19 Thread aconway
PROTON-1543: Another slate of doc improvements - Transition the message properties and annotations API from unsettled to settled - Cleanups for messaging_handler and the multithreading page - Fix doc warnings and add missing docs - Handle new macros in doxygen preprocessing - Hide the curr

[09/50] qpid-proton git commit: PROTON-1556: work around for C++ binding ssl_domain self assignment bug

2017-10-19 Thread aconway
PROTON-1556: work around for C++ binding ssl_domain self assignment bug Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1bb1897f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1bb1897f Diff: http://g

[41/50] qpid-proton git commit: PROTON-1633: Get rid of incorrect link flags

2017-10-19 Thread aconway
PROTON-1633: Get rid of incorrect link flags Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0c992c98 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0c992c98 Diff: http://git-wip-us.apache.org/repos/

[25/50] qpid-proton git commit: PROTON-1630: Add a missing include

2017-10-19 Thread aconway
PROTON-1630: Add a missing include Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5c4962bf Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5c4962bf Diff: http://git-wip-us.apache.org/repos/asf/qpid-p

[16/50] qpid-proton git commit: PROTON-1619: remove pn_connection_driver_log definitions

2017-10-19 Thread aconway
PROTON-1619: remove pn_connection_driver_log definitions removed definitions: pn_connection_driver_log, pn_connection_driver_logf, pn_connection_driver_vlogf Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/87bd8d

[07/50] qpid-proton git commit: PROTON-1481: [C++ binding] Solidify the proton::work_queue API - Allow for complete deprecation of strange C++03 proton::void_function0 class This can be used in the cu

2017-10-19 Thread aconway
PROTON-1481: [C++ binding] Solidify the proton::work_queue API - Allow for complete deprecation of strange C++03 proton::void_function0 class This can be used in the current code, but it can be removed without losing C++03 functionality. - In C++03 you have to create injected work with one of t

[11/50] qpid-proton git commit: PROTON-1517: C++ consistent linkage for listen_handler

2017-10-19 Thread aconway
PROTON-1517: C++ consistent linkage for listen_handler Make it all non-inline, consistent with message_handler. Fixes ASAN runtime warnings caused by duplicate vtables. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/co

[44/50] qpid-proton git commit: PROTON-1635: [C++ binding] Building with gcc 4.4.7

2017-10-19 Thread aconway
PROTON-1635: [C++ binding] Building with gcc 4.4.7 Gcc 4.4.7 is not a full C++11 compiler, but does have some features - in particular threads and mutex. The following fixes were needed: - new-style C++ loops - lack of std::thread move ctor - lack of copy ctor on proton::03::work - deprecated a

[38/50] qpid-proton git commit: PROTON-1621: Reworked - C++11 example testing

2017-10-19 Thread aconway
PROTON-1621: Reworked - C++11 example testing Revert and rework the previous solution which pushed too much C++ detail to the top level. Now each binding can export a small, set of selected extra flags for examples that are built in a repo. These flags are optional, the examples must be able to bu

[47/50] qpid-proton git commit: update versions for 0.18.0-rc1

2017-10-19 Thread aconway
update versions for 0.18.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8388daae Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8388daae Diff: http://git-wip-us.apache.org/repos/asf/qpid-proto

[14/50] qpid-proton git commit: PROTON-1618: c++ container: unambiguous listen success/fail indicator

2017-10-19 Thread aconway
PROTON-1618: c++ container: unambiguous listen success/fail indicator Added listener_handler::on_open() to indicate a successful listen. After a call to container::listen(): - on success, call listener_handler::on_open() before any call to listener_handler::on_accept() - on failure, call listene

[06/50] qpid-proton git commit: PROTON-1601: Windows proactor connections to "::" and "0.0.0.0", fix as per comment by Andrew Stitcher, reflect change in test

2017-10-19 Thread aconway
PROTON-1601: Windows proactor connections to "::" and "0.0.0.0", fix as per comment by Andrew Stitcher, reflect change in test Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/00dda181 Tree: http://git-wip-us.apach

[33/50] qpid-proton git commit: PROTON-1618: c++ provide separate test_port implementation

2017-10-19 Thread aconway
PROTON-1618: c++ provide separate test_port implementation Break unwanted dependency between C++ and C test trees. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b4e0edd2 Tree: http://git-wip-us.apache.org/repos/

[22/50] qpid-proton git commit: PROTON-1369: Add deprecation warnings; update examples to avoid use of url

2017-10-19 Thread aconway
PROTON-1369: Add deprecation warnings; update examples to avoid use of url Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bc601405 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/bc601405 Diff: http:

[40/50] qpid-proton git commit: PROTON-1621/PROTON-1611: [C++ examples] Enable building C++11 examples in some environments

2017-10-19 Thread aconway
PROTON-1621/PROTON-1611: [C++ examples] Enable building C++11 examples in some environments Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ae15cbdd Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ae

[27/50] qpid-proton git commit: PROTON-1621: Enable C++11 example testing for C++11 build environments

2017-10-19 Thread aconway
PROTON-1621: Enable C++11 example testing for C++11 build environments Run the C++ compilier feature checking from the top level Cmake file so examples and the C++ binding are built consistently. NOTE: This does not address the problem of building examples with partially capable compilers (MSVC <

[49/50] qpid-proton git commit: NO-JIRA: [go] Improved client/server example, minor doc updates

2017-10-19 Thread aconway
NO-JIRA: [go] Improved client/server example, minor doc updates Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/97815c34 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/97815c34 Diff: http://git-wip-u

[04/50] qpid-proton git commit: PROTON-1527: Really, really fix VS 2010

2017-10-19 Thread aconway
PROTON-1527: Really, really fix VS 2010 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6043a927 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6043a927 Diff: http://git-wip-us.apache.org/repos/asf/q

[43/50] qpid-proton git commit: PROTON-1611: Enable C++ at top level of build - Change installation to say that C++ is actually required for build

2017-10-19 Thread aconway
PROTON-1611: Enable C++ at top level of build - Change installation to say that C++ is actually required for build Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2e9412ca Tree: http://git-wip-us.apache.org/repos/a

[48/50] qpid-proton git commit: bump versions for 0.19.0-SNAPSHOT

2017-10-19 Thread aconway
bump versions for 0.19.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/dbda49bb Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/dbda49bb Diff: http://git-wip-us.apache.org/repos/asf/qpid-pr

[01/50] qpid-proton git commit: PROTON-1527: [C++ binding] Older wersions of VS don't allow std::bind to ignore a return value

2017-10-19 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/go1 3d8368b2e -> 14f7ca56f PROTON-1527: [C++ binding] Older wersions of VS don't allow std::bind to ignore a return value Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-

[08/50] qpid-proton git commit: PROTON-1611: Update Installation guide to reflect need for C++ for C++ bindings

2017-10-19 Thread aconway
PROTON-1611: Update Installation guide to reflect need for C++ for C++ bindings Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/937e505e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/937e505e Diff:

[23/50] qpid-proton git commit: PROTON-1610: c++ intermittent self test fails

2017-10-19 Thread aconway
PROTON-1610: c++ intermittent self test fails C++ scheduler was not checking for (next->time < now), negative timeout interval converted to large unsigned value when passed to pn_proactor_set_time-out. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apa

[35/50] qpid-proton git commit: PROTON-1632: Split library versions

2017-10-19 Thread aconway
PROTON-1632: Split library versions Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7c252e9c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/7c252e9c Diff: http://git-wip-us.apache.org/repos/asf/qpid-

[37/50] qpid-proton git commit: PROTON-1620: set locking function for old versions of openssl

2017-10-19 Thread aconway
PROTON-1620: set locking function for old versions of openssl Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/434a2e77 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/434a2e77 Diff: http://git-wip-us.

[50/50] qpid-proton git commit: Merge branch 'master' into go1 - examples and doc

2017-10-19 Thread aconway
Merge branch 'master' into go1 - examples and doc Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/14f7ca56 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/14f7ca56 Diff: http://git-wip-us.apache.org/r

[36/50] qpid-proton git commit: PROTON-1543: Make sure deprecated API is visibly marked in generated API docs

2017-10-19 Thread aconway
PROTON-1543: Make sure deprecated API is visibly marked in generated API docs Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a49e36db Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a49e36db Diff: ht

[20/50] qpid-proton git commit: PROTON-1625: flush received data from aborted messages

2017-10-19 Thread aconway
PROTON-1625: flush received data from aborted messages Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b9d64d66 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b9d64d66 Diff: http://git-wip-us.apache.

[18/50] qpid-proton git commit: PROTON-1624: Handle messages larger than 128 bytes

2017-10-19 Thread aconway
PROTON-1624: Handle messages larger than 128 bytes Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/884ec562 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/884ec562 Diff: http://git-wip-us.apache.org/

[10/50] qpid-proton git commit: PROTON-1618: c++ tests use test_port.h for listen ports

2017-10-19 Thread aconway
PROTON-1618: c++ tests use test_port.h for listen ports POSIX: Use bind(0) with SO_REUSEADDR and hold the socket to acquire a port that can safely be used for listen() Windows: Use bind(0) to pick a port, but close the socket immediately. In theory another process could steal the port between bin

[21/50] qpid-proton git commit: PROTON-1534: BlockingConnection proper cleanup after LinkDetached exception

2017-10-19 Thread aconway
PROTON-1534: BlockingConnection proper cleanup after LinkDetached exception Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/47c9ae01 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/47c9ae01 Diff: http

[03/50] qpid-proton git commit: PROTON-1527: [C++ binding] Fix C++ auto selection for VS 2010

2017-10-19 Thread aconway
PROTON-1527: [C++ binding] Fix C++ auto selection for VS 2010 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b09e4720 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b09e4720 Diff: http://git-wip-us.

[05/50] qpid-proton git commit: PROTON-1617 - python: expose delivery aborted feature.

2017-10-19 Thread aconway
PROTON-1617 - python: expose delivery aborted feature. This closes #123 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8d22ffbb Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8d22ffbb Diff: http://

[17/50] qpid-proton git commit: PROTON-1616: C/C++ fix issues reported by coverity

2017-10-19 Thread aconway
PROTON-1616: C/C++ fix issues reported by coverity See https://scan4.coverity.com/reports.htm#v30998/p10556 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e1425d8f Tree: http://git-wip-us.apache.org/repos/asf/qpi

[42/50] qpid-proton git commit: PROTON-1611: Always enable building C++ binding - There is no proper way to discover if there is a C++ compiler except enable_language(CXX) which has no way to fail and

2017-10-19 Thread aconway
PROTON-1611: Always enable building C++ binding - There is no proper way to discover if there is a C++ compiler except enable_language(CXX) which has no way to fail and allow the rest of the build to carry on. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git

[26/50] qpid-proton git commit: PROTON-1369: [c++] remove deprecation attribute on void_function0

2017-10-19 Thread aconway
PROTON-1369: [c++] remove deprecation attribute on void_function0 Was causing a deprecation warning on #include of work_queue because the the deprecated function `work_queue::add(void_function0)` refers to the deprecated class. void_function0 is still deprecated in documentation and cannot be use

[29/50] qpid-proton git commit: PROTON-1369: Remove deprecation defines that are no longer needed

2017-10-19 Thread aconway
PROTON-1369: Remove deprecation defines that are no longer needed Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1d1bf7fd Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1d1bf7fd Diff: http://git-wip

[46/50] qpid-proton git commit: Revert "PROTON-1625: flush received data from aborted messages"

2017-10-19 Thread aconway
Revert "PROTON-1625: flush received data from aborted messages" This reverts commit b9d64d66c2851e005279fa78f770eed75407536d. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8d062b75 Tree: http://git-wip-us.apache

[32/50] qpid-proton git commit: NO-JIRA: Fix tests/fdlimit.py to work on python 2.6

2017-10-19 Thread aconway
NO-JIRA: Fix tests/fdlimit.py to work on python 2.6 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a518b1ce Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a518b1ce Diff: http://git-wip-us.apache.org

[30/50] qpid-proton git commit: PROTON-1619: restore pn_connection_driver_log functions, deprecated.

2017-10-19 Thread aconway
PROTON-1619: restore pn_connection_driver_log functions, deprecated. Preserve ABI compatibility with 0.17: restore but mark deprecated. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1ad1e656 Tree: http://git-wip

[13/50] qpid-proton git commit: PROTON-1592: [python] tx_recv.py raises exception.

2017-10-19 Thread aconway
PROTON-1592: [python] tx_recv.py raises exception. Fixed the example: starting a transactional internally opens a sending link for transactional commands. The example was coded on the assumption that the only link being opened was its own receiver link, which is incorrect. Project: http://git-wi

[31/50] qpid-proton git commit: NO-JIRA: [cmake] Remove C++ flags before running C compile tests

2017-10-19 Thread aconway
NO-JIRA: [cmake] Remove C++ flags before running C compile tests Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e238bb6c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e238bb6c Diff: http://git-wip-

[12/50] qpid-proton git commit: PROTON-1618: c proactor: unambiguous listen success/fail indicator

2017-10-19 Thread aconway
PROTON-1618: c proactor: unambiguous listen success/fail indicator Changed the use of events in all 3 proactor implementations as follows: After a call to pn_proactor_listen(): - on success, dispatch PN_LISTENER_OPEN before any PN_PROACTOR_ACCEPT - on failure, set the pn_listener_condition() and

[34/50] qpid-proton git commit: PROTON-1481: [C++ binding] Move work API internals into internal namespace

2017-10-19 Thread aconway
PROTON-1481: [C++ binding] Move work API internals into internal namespace Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/463aaf2b Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/463aaf2b Diff: http:

[39/50] qpid-proton git commit: NO-JIRA: Fix fdlimit.py test, incorrectly reporting skipped

2017-10-19 Thread aconway
NO-JIRA: Fix fdlimit.py test, incorrectly reporting skipped Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e0feb3f2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e0feb3f2 Diff: http://git-wip-us.ap

[24/50] qpid-proton git commit: PROTON-1592: [python] restore original tx_recv.py example

2017-10-19 Thread aconway
PROTON-1592: [python] restore original tx_recv.py example Previous commit introduced reproducer code into the example by mistake. The original example works as-is. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7

[02/50] qpid-proton git commit: PROTON-1527: [C++ binding] Bit more work on C++ auto feature selection

2017-10-19 Thread aconway
PROTON-1527: [C++ binding] Bit more work on C++ auto feature selection Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/674d1e25 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/674d1e25 Diff: http://gi

[45/50] qpid-proton git commit: PROTON-1633: Need to allow examples to link with special flags to get sanitizers to work

2017-10-19 Thread aconway
PROTON-1633: Need to allow examples to link with special flags to get sanitizers to work Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/89c8b5fa Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/89c8b

[5/5] qpid-dispatch git commit: NO-JIRA - Updated master to version 1.1.0 after the 1.0.x branch.

2017-10-19 Thread tross
NO-JIRA - Updated master to version 1.1.0 after the 1.0.x branch. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/121e4065 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/121e4065 Diff: http://g

[1/5] qpid-dispatch git commit: NO-JIRA - Updated version references in the artifacts. Removed doc/new-book due to embedded references to version 0.8.0.

2017-10-19 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/1.0.x [created] acf82fb55 refs/heads/master 5f3eaff19 -> 121e4065c http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/acf82fb5/doc/new-book/theory_of_operation.adoc --

[4/5] qpid-dispatch git commit: NO-JIRA - Updated version references in the artifacts. Removed doc/new-book due to embedded references to version 0.8.0.

2017-10-19 Thread tross
NO-JIRA - Updated version references in the artifacts. Removed doc/new-book due to embedded references to version 0.8.0. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/acf82fb5 Tree: http://git-wip-us.apache

[3/5] qpid-dispatch git commit: NO-JIRA - Updated version references in the artifacts. Removed doc/new-book due to embedded references to version 0.8.0.

2017-10-19 Thread tross
http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/acf82fb5/doc/new-book/logging.adoc -- diff --git a/doc/new-book/logging.adoc b/doc/new-book/logging.adoc deleted file mode 100644 index 1511dba..000 --- a/doc/new-book/l

[2/5] qpid-dispatch git commit: NO-JIRA - Updated version references in the artifacts. Removed doc/new-book due to embedded references to version 0.8.0.

2017-10-19 Thread tross
http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/acf82fb5/doc/new-book/reliability.adoc -- diff --git a/doc/new-book/reliability.adoc b/doc/new-book/reliability.adoc deleted file mode 100644 index 434e7ee..000 --- a/do

qpid-dispatch git commit: DISPATCH-209 : parallel waypoint test

2017-10-19 Thread mgoulish
Repository: qpid-dispatch Updated Branches: refs/heads/master 121e4065c -> c895d1c44 DISPATCH-209 : parallel waypoint test Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c895d1c4 Tree: http://git-wip-us.ap

qpid-proton git commit: PROTON-1641: Windows proactor hang on inbound connections

2017-10-19 Thread cliffjansen
Repository: qpid-proton Updated Branches: refs/heads/master 97815c342 -> 686a400c9 PROTON-1641: Windows proactor hang on inbound connections Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/686a400c Tree: http:/

qpid-proton git commit: PROTON-1620: Windows schannel thread safety for use with proactor

2017-10-19 Thread cliffjansen
Repository: qpid-proton Updated Branches: refs/heads/master 686a400c9 -> 63b852829 PROTON-1620: Windows schannel thread safety for use with proactor Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/63b85282 Tree