You are viewing a plain text version of this content. The canonical link for it is here.
- qpid-broker-j git commit: QPID-7906: [System Tests] Remove temporarily overriding of 'java.io.tmpdir' in system tests for spawn broker - posted by or...@apache.org on 2017/09/01 11:07:47 UTC, 0 replies.
- [01/50] qpid-proton git commit: PROTON-1400: [C++ example] Use multiple threads in broker example if available - posted by ac...@apache.org on 2017/09/01 15:03:29 UTC, 0 replies.
- [02/50] qpid-proton git commit: PROTON-1400: [C++ example] Fix ssl test example to not rely on catching a specific exception thrown out of container::run. - posted by ac...@apache.org on 2017/09/01 15:03:30 UTC, 0 replies.
- [03/50] qpid-proton git commit: PROTON-1394: Python client resource cleanup, circular references and underlying C objects - posted by ac...@apache.org on 2017/09/01 15:03:31 UTC, 0 replies.
- [04/50] qpid-proton git commit: PROTON-1529: Check some return values from openssl - posted by ac...@apache.org on 2017/09/01 15:03:32 UTC, 0 replies.
- [05/50] qpid-proton git commit: PROTON-1326: restore anonymous cyphers by lowering OpenSSL v1.1 security level just for the PN_SSL_ANONYMOUS_PEER verification mode - posted by ac...@apache.org on 2017/09/01 15:03:33 UTC, 0 replies.
- [06/50] qpid-proton git commit: PROTON-1326: Add standard TLS extensions to CA cert and regenerate dependent certificates - posted by ac...@apache.org on 2017/09/01 15:03:34 UTC, 0 replies.
- [07/50] qpid-proton git commit: PROTON-1326: Rework Openssl session resume code to work with openssl 1.1 - posted by ac...@apache.org on 2017/09/01 15:03:35 UTC, 0 replies.
- [08/50] qpid-proton git commit: PROTON-1381, PROTON-1326: Modify openssl DH code to work with openssl 1.1 Modified patch from Volker Diels-Grabsch - posted by ac...@apache.org on 2017/09/01 15:03:36 UTC, 0 replies.
- [09/50] qpid-proton git commit: NO-JIRA: Change travis to compile with both gcc and clang - posted by ac...@apache.org on 2017/09/01 15:03:37 UTC, 0 replies.
- [10/50] qpid-proton git commit: PROTON-1530: delegate unhandled events - posted by ac...@apache.org on 2017/09/01 15:03:38 UTC, 0 replies.
- [11/50] qpid-proton git commit: PROTON-1526: Ensure the module .so file has no prefix; remove version-based rename - posted by ac...@apache.org on 2017/09/01 15:03:39 UTC, 0 replies.
- [12/50] qpid-proton git commit: PROTON-1533: Fix swig deprecation warnings - posted by ac...@apache.org on 2017/09/01 15:03:40 UTC, 0 replies.
- [13/50] qpid-proton git commit: PROTON-785: Add missing error code - posted by ac...@apache.org on 2017/09/01 15:03:41 UTC, 0 replies.
- [14/50] qpid-proton git commit: PROTON-1506: Expose max frame size in the python binding; thanks to Gordon Sim for the patch - posted by ac...@apache.org on 2017/09/01 15:03:42 UTC, 0 replies.
- [15/50] qpid-proton git commit: PROTON-1519 ruby: Integer mapping does not work with Ruby 2.4 - posted by ac...@apache.org on 2017/09/01 15:03:43 UTC, 0 replies.
- [16/50] qpid-proton git commit: NO-JIRA: cpp: minor doc update for connection options - posted by ac...@apache.org on 2017/09/01 15:03:44 UTC, 0 replies.
- [17/50] qpid-proton git commit: PROTON-1536: [C++ Binding] Add tick() member function to connection_driver API - posted by ac...@apache.org on 2017/09/01 15:03:45 UTC, 0 replies.
- [18/50] qpid-proton git commit: PROTON-1538: epoll proactor - prevent out of order rearming of connection file descriptor - posted by ac...@apache.org on 2017/09/01 15:03:46 UTC, 0 replies.
- [19/50] qpid-proton git commit: PROTON-1535: allow plugins to set the hostname sent out in sasl-int frames - posted by ac...@apache.org on 2017/09/01 15:03:47 UTC, 0 replies.
- [20/50] qpid-proton git commit: PROTON-1539: Ensure that SASL challenge and response frames generate a binary - And never a null even if the binary is zero length - posted by ac...@apache.org on 2017/09/01 15:03:48 UTC, 0 replies.
- [21/50] qpid-proton git commit: PROTON-1347: Use a dedicated proton logger, not the root one; disable log output by default - posted by ac...@apache.org on 2017/09/01 15:03:49 UTC, 0 replies.
- [22/50] qpid-proton git commit: PROTON-876: Make the Python and Ruby example files executable - posted by ac...@apache.org on 2017/09/01 15:03:50 UTC, 0 replies.
- [23/50] qpid-proton git commit: PROTON-1347: For Python 2.6, define NullHandler if the logging module doesn't have it - posted by ac...@apache.org on 2017/09/01 15:03:51 UTC, 0 replies.
- [24/50] qpid-proton git commit: PROTON-1543: Copyedit the readme and install docs - posted by ac...@apache.org on 2017/09/01 15:03:52 UTC, 0 replies.
- [25/50] qpid-proton git commit: PROTON-1175: Document BlockingConnection resource cleanup - posted by ac...@apache.org on 2017/09/01 15:03:53 UTC, 0 replies.
- [26/50] qpid-proton git commit: PROTON-209: Add a list of dependencies with tested minimum versions where they are known - posted by ac...@apache.org on 2017/09/01 15:03:54 UTC, 0 replies.
- [27/50] qpid-proton git commit: PROTON-209: Add the minimum Ruby version and make the version notation consistent across deps - posted by ac...@apache.org on 2017/09/01 15:03:55 UTC, 0 replies.
- [28/50] qpid-proton git commit: PROTON-1532: ruby Container support for SASL, client and server. - posted by ac...@apache.org on 2017/09/01 15:03:56 UTC, 0 replies.
- [29/50] qpid-proton git commit: NO-JIRA: minor examples fix - consistent "examples" node name in C - posted by ac...@apache.org on 2017/09/01 15:03:57 UTC, 0 replies.
- [30/50] qpid-proton git commit: PROTON-1532: missing namespace in String.to_url - posted by ac...@apache.org on 2017/09/01 15:03:58 UTC, 0 replies.
- [31/50] qpid-proton git commit: PROTON-1557: c++ example of multi-threaded sending/receivng client - posted by ac...@apache.org on 2017/09/01 15:03:59 UTC, 0 replies.
- [32/50] qpid-proton git commit: PROTON-1554: Remove thread-safe template, simplify returned<> - posted by ac...@apache.org on 2017/09/01 15:04:00 UTC, 0 replies.
- [33/50] qpid-proton git commit: PROTON-1557: c++ improve multi-threaded clients - posted by ac...@apache.org on 2017/09/01 15:04:01 UTC, 0 replies.
- [34/50] qpid-proton git commit: PROTON-1557: c++ fix returned<> template windows link problems - posted by ac...@apache.org on 2017/09/01 15:04:02 UTC, 0 replies.
- [35/50] qpid-proton git commit: NO-JIRA: remove incorrect FIXME comment - posted by ac...@apache.org on 2017/09/01 15:04:03 UTC, 0 replies.
- [36/50] qpid-proton git commit: PROTON-1557: c++ fix race conditions in proactor_container_impl - posted by ac...@apache.org on 2017/09/01 15:04:04 UTC, 0 replies.
- [37/50] qpid-proton git commit: PROTON-1543: Various improvements to the C++ API docs - posted by ac...@apache.org on 2017/09/01 15:04:05 UTC, 0 replies.
- [38/50] qpid-proton git commit: PROTON-1564: fix ref counting and pconnection binding thread safety for pconnection setup and teardown - posted by ac...@apache.org on 2017/09/01 15:04:06 UTC, 0 replies.
- [39/50] qpid-proton git commit: PROTON-1564: epoll release connection - end event stream immediately after release - posted by ac...@apache.org on 2017/09/01 15:04:07 UTC, 0 replies.
- [40/50] qpid-proton git commit: PROTON-1557: c++ correct output typo in multi-threaded examples - posted by ac...@apache.org on 2017/09/01 15:04:08 UTC, 0 replies.
- [41/50] qpid-proton git commit: NO-JIRA: link go library with qpid-proton-core, not qpid-proton - posted by ac...@apache.org on 2017/09/01 15:04:09 UTC, 0 replies.
- [42/50] qpid-proton git commit: NO-JIRA: c++ backwards compatible thread_safe.hpp stub - posted by ac...@apache.org on 2017/09/01 15:04:10 UTC, 0 replies.
- [43/50] qpid-proton git commit: PROTON-1564: epoll proactor determine inactive state after timeout callback instead of before - posted by ac...@apache.org on 2017/09/01 15:04:11 UTC, 0 replies.
- [44/50] qpid-proton git commit: PROTON-1543: Various improvements to the C++ API docs - posted by ac...@apache.org on 2017/09/01 15:04:12 UTC, 0 replies.
- [45/50] qpid-proton git commit: PROTON-1566: [C++ binding] Reconnect - Implemented retry with exponential backoff - posted by ac...@apache.org on 2017/09/01 15:04:13 UTC, 0 replies.
- [46/50] qpid-proton git commit: NO-JIRA: go fix CMakeLists.txt for older cmake versions - posted by ac...@apache.org on 2017/09/01 15:04:14 UTC, 0 replies.
- [47/50] qpid-proton git commit: PROTON-1568: c++ enable race detection for self-tests - posted by ac...@apache.org on 2017/09/01 15:04:15 UTC, 0 replies.
- [48/50] qpid-proton git commit: PROTON-1566: [C++ binding] fix minor thread safety issue in reconnect - posted by ac...@apache.org on 2017/09/01 15:04:16 UTC, 0 replies.
- [49/50] qpid-proton git commit: NO-JIRA: Fix typo - posted by ac...@apache.org on 2017/09/01 15:04:17 UTC, 0 replies.
- [50/50] qpid-proton git commit: Merge branch 'master' into go1 - posted by ac...@apache.org on 2017/09/01 15:04:18 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7907: [Documentation] Update the HA docs to advise users to set both the je and the qpid limit explicitly - posted by or...@apache.org on 2017/09/01 16:10:39 UTC, 0 replies.
- qpid-proton git commit: PROTON-1553: c++ add connection::wake and on_connection_wake() - posted by ac...@apache.org on 2017/09/01 19:25:34 UTC, 0 replies.
- qpid-proton git commit: PROTON-1567: Implement failover urls - Example "reliable" client sending and receiving messages - Also add jitter to retry backoff (with C++11) - posted by as...@apache.org on 2017/09/01 20:45:27 UTC, 0 replies.
- qpid-broker-j git commit: NO-JIRA: [System Tests] Encode spaces in the keystore/trustore paths from connection URLs - posted by or...@apache.org on 2017/09/04 08:25:14 UTC, 0 replies.
- svn commit: r21430 - /release/qpid/proton-j/0.21.0/ - posted by ro...@apache.org on 2017/09/04 11:14:57 UTC, 0 replies.
- svn commit: r21431 - /release/qpid/proton-j/0.19.0/ - posted by ro...@apache.org on 2017/09/04 11:17:26 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7892: [Java Broker] Use Pattern#quote instead of own regexp escaping - posted by or...@apache.org on 2017/09/04 12:03:01 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7907: [Documentation] Simplify documentation for BDB JE HA maximim message size limit - posted by or...@apache.org on 2017/09/04 12:30:49 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker] Add generic statistics panel to the Broker tab - posted by kw...@apache.org on 2017/09/04 21:21:27 UTC, 0 replies.
- [01/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:39 UTC, 0 replies.
- [02/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:40 UTC, 0 replies.
- [03/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:41 UTC, 0 replies.
- [04/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:42 UTC, 0 replies.
- [05/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:43 UTC, 0 replies.
- [06/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:44 UTC, 0 replies.
- [07/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:45 UTC, 0 replies.
- [08/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:46 UTC, 0 replies.
- [09/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:47 UTC, 0 replies.
- [10/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:48 UTC, 0 replies.
- [11/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:49 UTC, 0 replies.
- [12/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:50 UTC, 0 replies.
- [13/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:51 UTC, 0 replies.
- [14/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:52 UTC, 0 replies.
- [15/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:53 UTC, 0 replies.
- [16/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:54 UTC, 0 replies.
- [17/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:55 UTC, 0 replies.
- [18/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:56 UTC, 0 replies.
- [19/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:57 UTC, 0 replies.
- [20/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:58 UTC, 0 replies.
- [21/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:58:59 UTC, 0 replies.
- [22/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:00 UTC, 0 replies.
- [23/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:01 UTC, 0 replies.
- [24/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:02 UTC, 0 replies.
- [25/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:03 UTC, 0 replies.
- [26/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:04 UTC, 0 replies.
- [27/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:05 UTC, 0 replies.
- [28/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:06 UTC, 0 replies.
- [29/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:07 UTC, 0 replies.
- [30/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:08 UTC, 0 replies.
- [31/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:09 UTC, 0 replies.
- [32/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:10 UTC, 0 replies.
- [33/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:11 UTC, 0 replies.
- [34/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:12 UTC, 0 replies.
- [35/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:13 UTC, 0 replies.
- [36/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:14 UTC, 0 replies.
- [37/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:15 UTC, 0 replies.
- [38/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:16 UTC, 0 replies.
- [39/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:17 UTC, 0 replies.
- [40/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:18 UTC, 0 replies.
- [41/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:19 UTC, 0 replies.
- [42/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:20 UTC, 0 replies.
- [43/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:21 UTC, 0 replies.
- [44/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:22 UTC, 0 replies.
- [45/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:23 UTC, 0 replies.
- [46/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:24 UTC, 0 replies.
- [47/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:25 UTC, 0 replies.
- [48/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:26 UTC, 0 replies.
- [49/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:27 UTC, 0 replies.
- [50/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:28 UTC, 0 replies.
- [51/52] [partial] qpid-site git commit: update the site content for proton-j-0.21.0, inc changing checksum to use .sha512 file extension - posted by ro...@apache.org on 2017/09/05 13:59:29 UTC, 0 replies.
- [52/52] qpid-site git commit: tidy up verification instructions a little, remove some now-redundant instruction - posted by ro...@apache.org on 2017/09/05 13:59:30 UTC, 0 replies.
- qpid-site git commit: update release note text - posted by ro...@apache.org on 2017/09/05 14:30:06 UTC, 0 replies.
- qpid-site git commit: update js link rewriting to handle .sha512 extension, fix broken links on current release page - posted by ro...@apache.org on 2017/09/05 14:57:05 UTC, 0 replies.
- [1/2] qpid-proton git commit: NO-JIRA: c++ MT overview documentation - posted by ac...@apache.org on 2017/09/05 16:13:33 UTC, 0 replies.
- [2/2] qpid-proton git commit: NO-JIRA: c++ remove references to deprecated default_container - posted by ac...@apache.org on 2017/09/05 16:13:34 UTC, 0 replies.
- qpid-proton git commit: PROTON-1572: Fix CppCheck warnings - posted by as...@apache.org on 2017/09/05 19:39:51 UTC, 0 replies.
- qpid-proton git commit: PROTON-1572: Cppcheck bug & another found by fixing original bug - Test bug was hiding a small ssl bug - posted by as...@apache.org on 2017/09/05 22:04:25 UTC, 0 replies.
- [1/5] qpid-broker-j git commit: QPID-7869: [Java Broker, WMC] Fix keystore/trustore editing - posted by or...@apache.org on 2017/09/06 06:25:20 UTC, 0 replies.
- [2/5] qpid-broker-j git commit: QPID-7606: [Java Broker, WMC] Fix setting of alternate binding on UI for editing queues and exchanges - posted by or...@apache.org on 2017/09/06 06:25:21 UTC, 0 replies.
- [3/5] qpid-broker-j git commit: QPID-7606: [Java Broker, WMC] Remove 'Dead letter queue' from Virtual Host UI - posted by or...@apache.org on 2017/09/06 06:25:22 UTC, 0 replies.
- [4/5] qpid-broker-j git commit: QPID-7781: [Java Broker, WMC] Disable Add Virtual Host button on Virtual Host Node UI when Virtual Host Node is not active - posted by or...@apache.org on 2017/09/06 06:25:23 UTC, 0 replies.
- [5/5] qpid-broker-j git commit: QPID-7220: [Java Broker, WMC] REST requests for ConfiguredObjects should not return children by default - posted by or...@apache.org on 2017/09/06 06:25:24 UTC, 0 replies.
- qpid-broker-j git commit: NO-JIRA: Bump test dependencies for the Qpid JMS Client, Qpid JMS Client AMQP 0-x and Netty - posted by kw...@apache.org on 2017/09/06 08:24:49 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7229: Upgrade dojo to 1.12.2 - posted by kw...@apache.org on 2017/09/06 08:35:33 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7229: Update DEPENDENCIES_REFERENCE for Dojo upgrade - posted by kw...@apache.org on 2017/09/06 09:13:40 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7229: Pull up dojo/dgrid version numbers to parent pom and dependency-manage as as do for all other dependencies. - posted by kw...@apache.org on 2017/09/06 09:27:25 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7771: [Java Broker] [Web Management Console] Allow exchange to exchange bindings to be created from the UI - posted by kw...@apache.org on 2017/09/06 13:12:45 UTC, 0 replies.
- [1/2] qpid-interop-test git commit: QPIDIT-86, QPIDIT-84: Improvements to installation; updated docs, QUICKSTART.md still WIP - posted by kp...@apache.org on 2017/09/06 14:33:54 UTC, 0 replies.
- [2/2] qpid-interop-test git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-interop-test - posted by kp...@apache.org on 2017/09/06 14:33:55 UTC, 0 replies.
- qpid-proton git commit: PROTON-1566: [C++ binding] Make sure we close connection after getting connection forced - posted by as...@apache.org on 2017/09/06 15:18:53 UTC, 0 replies.
- qpid-interop-test git commit: QPIDIT-94: Solving Python 2.x path discovery issue - posted by kp...@apache.org on 2017/09/06 16:24:29 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1540 Add options to enable Sanitizers to CMake build - posted by ac...@apache.org on 2017/09/06 16:30:47 UTC, 0 replies.
- [2/2] qpid-proton git commit: NO-JIRA: proctest.py prints commands. - posted by ac...@apache.org on 2017/09/06 16:30:48 UTC, 0 replies.
- [1/2] qpid-jms git commit: NO-JIRA: make the test peer track heartbeats in thread safe manner - posted by ro...@apache.org on 2017/09/06 17:00:00 UTC, 0 replies.
- [2/2] qpid-jms git commit: QPIDJMS-321: pre-size the inbound message queue based on prefetch - posted by ro...@apache.org on 2017/09/06 17:00:01 UTC, 0 replies.
- qpid-proton git commit: PROTON-1566: [C++ binding] If we get connection forced close then set this as the transport error - posted by as...@apache.org on 2017/09/06 17:28:00 UTC, 0 replies.
- [1/3] qpid-proton git commit: PROTON-1574: Fix null pointers passed to memmove - posted by ac...@apache.org on 2017/09/06 22:08:46 UTC, 0 replies.
- [2/3] qpid-proton git commit: PROTON-1574: Fix lock-order-inversion warnings - posted by ac...@apache.org on 2017/09/06 22:08:47 UTC, 0 replies.
- [3/3] qpid-proton git commit: NO-JIRA: Restore valgrind defaults, smaller values don't save much - posted by ac...@apache.org on 2017/09/06 22:08:48 UTC, 0 replies.
- qpid-proton git commit: PROTON-1572: Remove C++ casting from C code - posted by as...@apache.org on 2017/09/07 03:49:17 UTC, 0 replies.
- qpid-broker-j git commit: NO-JIRA: [Java System Tests] Remove redundant (and racey) test - posted by kw...@apache.org on 2017/09/07 12:34:45 UTC, 0 replies.
- qpid-broker-j git commit: NO-JIRA: Downgrade the version of maven-resolver dependencies to 1.0.3 in order to be in sync with transient maven-resolver dependencies from maven-core - posted by or...@apache.org on 2017/09/07 13:15:36 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1574: Fix AddressSanitizer: stack-use-after-scope - posted by ac...@apache.org on 2017/09/07 14:32:27 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1576: c++: remove link_namer from public API - posted by ac...@apache.org on 2017/09/07 14:32:28 UTC, 0 replies.
- qpid-proton git commit: PROTON-1574: Fix AddressSanitizer: ODR errors - posted by ac...@apache.org on 2017/09/07 15:26:31 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-815 - Excluded qdmanage and qdstat from the call to distutils setup because distutils munges python shebang. CMake is already handling the installation of these scripts, so there is no reason to have them here - posted by gm...@apache.org on 2017/09/07 16:01:26 UTC, 0 replies.
- qpid-proton git commit: PROTON-1540: Don't disable bindings with sanitizers - posted by ac...@apache.org on 2017/09/07 22:04:08 UTC, 0 replies.
- qpid-proton git commit: NO-JIRA: Build fix to allow python exe to have space in path - posted by as...@apache.org on 2017/09/07 22:37:21 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-816 - Check for existence of a connection object before procceding to handle new incoming and outgoing links AMQP_incoming/outgoing_link_handler. The connection that these links belong to might have disappeared at the t - posted by gm...@apache.org on 2017/09/08 14:35:43 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-779 - Issue credit for multicast address when no receiver is connected - posted by gm...@apache.org on 2017/09/08 15:57:35 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1580: go: example tests failing in URL parse - posted by ac...@apache.org on 2017/09/08 16:08:54 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1579: go: restore testing with -race - posted by ac...@apache.org on 2017/09/08 16:08:55 UTC, 0 replies.
- [1/2] qpid-dispatch git commit: NO-JIRA - Make the OneRouterTest.test_connection_properties test recognize the correct connection if there are multiple connections. - posted by tr...@apache.org on 2017/09/08 20:32:45 UTC, 0 replies.
- [2/2] qpid-dispatch git commit: DISPATCH-584 - Implemented flood limiting based on known topology radius. - posted by tr...@apache.org on 2017/09/08 20:32:46 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker] Make generic statistic panel group pairs of messages/byte statistics into single row to make efficient use of screen estate - posted by kw...@apache.org on 2017/09/10 21:34:59 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1543: Various copyedits and additions to the C and C++ API docs - posted by jr...@apache.org on 2017/09/11 12:51:19 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1543: Various copyedits and additions to the C and C++ API docs - posted by jr...@apache.org on 2017/09/11 12:51:20 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7771: [Java Broker] [Web Management Console] Open statistics panel by default. - posted by kw...@apache.org on 2017/09/11 13:30:10 UTC, 0 replies.
- qpid-proton-j git commit: PROTON-1583: handle edge cases when driving transport#tick(now) with nanoTime derived values - posted by ro...@apache.org on 2017/09/11 16:41:32 UTC, 0 replies.
- qpid-proton-j git commit: NO-JIRA: update TravisCI config to try openjdk7 as oraclejdk7 is not available in current builds - posted by ro...@apache.org on 2017/09/11 17:01:26 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1457: Ruby tests fail when dependencies are missing - posted by ac...@apache.org on 2017/09/11 20:51:25 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1457: Ruby tests fail when dependencies are missing - posted by ac...@apache.org on 2017/09/11 20:51:26 UTC, 0 replies.
- qpid-proton git commit: PROTON-1584: ruby: remove examples for deprecated Messenger API - posted by ac...@apache.org on 2017/09/11 21:18:54 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: QPID-7771: [Java Broker] Improve managed statistic descriptions - posted by kw...@apache.org on 2017/09/11 21:57:14 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7825: [Java Broker] Add queue statistic counting message time-to-live expirations - posted by kw...@apache.org on 2017/09/11 21:57:15 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1585: Remove old reactor and messenger examples; promote the proactor examples to the top level - posted by jr...@apache.org on 2017/09/11 23:18:16 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1585: Remove old reactor and messenger examples; promote the proactor examples to the top level - posted by jr...@apache.org on 2017/09/11 23:18:17 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7825: [Java Broker] Update statistic after dequeue has taken place - posted by kw...@apache.org on 2017/09/12 08:01:29 UTC, 0 replies.
- qpid-proton-j git commit: PROTON 1565: temporarily disable defaults python test, makes invalid assumptions about its environment - posted by ro...@apache.org on 2017/09/12 11:11:14 UTC, 0 replies.
- [1/3] qpid-broker-j git commit: QPID-7771: [Java Broker] Add support for binding argument 'x-replacement-routing-key' - posted by or...@apache.org on 2017/09/12 15:19:32 UTC, 0 replies.
- [2/3] qpid-broker-j git commit: QPID-7771: [Java Broker] Add support for binding argument 'x-replacement-routing-key' - posted by or...@apache.org on 2017/09/12 15:19:33 UTC, 0 replies.
- [3/3] qpid-broker-j git commit: QPID-7771: [Java Broker] Add support for binding argument 'x-replacement-routing-key' - posted by or...@apache.org on 2017/09/12 15:19:34 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: QPID-7771: [Java Broker] Fix add binding UI - posted by or...@apache.org on 2017/09/12 16:14:14 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7771: [Java Broker] Verify that specified destination exists in exchange operations 'bind' and 'unbind' - posted by or...@apache.org on 2017/09/12 16:14:15 UTC, 0 replies.
- qpid-interop-test git commit: QPIDIT-84: Updated QUICKSTART.md file, also update to config.sh.in to use Python directory as discovered by utility rather than hardcoding it - posted by kp...@apache.org on 2017/09/12 16:26:54 UTC, 0 replies.
- qpid-dispatch git commit: NO-JIRA - Added a rule in .gitignore for generated json files in policy tests. - posted by tr...@apache.org on 2017/09/12 16:37:08 UTC, 0 replies.
- qpid-proton git commit: PROTON-1566 PROTON-1567: [c++ binding] test for reconnect/failover - posted by as...@apache.org on 2017/09/12 18:07:17 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1512: Expose the "aborted" flag for transferred deliveries - posted by ac...@apache.org on 2017/09/12 20:22:43 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1585: Remove un-necessary include/pncompat from C examples. - posted by ac...@apache.org on 2017/09/12 20:22:44 UTC, 0 replies.
- qpid-proton git commit: PROTON-1570: [C++ binding] fix connection_option processing - Previously SASL options (and others) were only processed if they were specified as default options on a container - posted by as...@apache.org on 2017/09/12 20:52:57 UTC, 0 replies.
- qpid-proton git commit: PROTON-1512: Fix warning for declaration in middle of switch - posted by as...@apache.org on 2017/09/12 22:33:14 UTC, 0 replies.
- qpid-proton git commit: PROTON-1543: Various C and C++ API doc improvements - posted by jr...@apache.org on 2017/09/12 23:09:25 UTC, 0 replies.
- [01/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:25 UTC, 0 replies.
- [02/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:26 UTC, 0 replies.
- [03/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:27 UTC, 0 replies.
- [04/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:28 UTC, 0 replies.
- [05/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:29 UTC, 0 replies.
- [06/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:30 UTC, 0 replies.
- [07/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:31 UTC, 0 replies.
- [08/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:32 UTC, 0 replies.
- [09/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:33 UTC, 0 replies.
- [10/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:34 UTC, 0 replies.
- [11/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:35 UTC, 0 replies.
- [12/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:36 UTC, 0 replies.
- [13/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:37 UTC, 0 replies.
- [14/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:38 UTC, 0 replies.
- [15/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:39 UTC, 0 replies.
- [16/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:40 UTC, 0 replies.
- [17/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:41 UTC, 0 replies.
- [18/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:42 UTC, 0 replies.
- [19/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:43 UTC, 0 replies.
- [20/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:44 UTC, 0 replies.
- [21/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:45 UTC, 0 replies.
- [22/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:46 UTC, 0 replies.
- [23/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:47 UTC, 0 replies.
- [24/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:48 UTC, 0 replies.
- [25/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:49 UTC, 0 replies.
- [26/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:50 UTC, 0 replies.
- [27/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:51 UTC, 0 replies.
- [28/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:52 UTC, 0 replies.
- [29/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:53 UTC, 0 replies.
- [30/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:54 UTC, 0 replies.
- [31/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:55 UTC, 0 replies.
- [32/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:56 UTC, 0 replies.
- [33/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:57 UTC, 0 replies.
- [34/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:58 UTC, 0 replies.
- [35/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:37:59 UTC, 0 replies.
- [36/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:00 UTC, 0 replies.
- [37/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:01 UTC, 0 replies.
- [38/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:02 UTC, 0 replies.
- [39/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:03 UTC, 0 replies.
- [40/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:04 UTC, 0 replies.
- [41/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:05 UTC, 0 replies.
- [42/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:06 UTC, 0 replies.
- [43/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:07 UTC, 0 replies.
- [44/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:08 UTC, 0 replies.
- [45/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:09 UTC, 0 replies.
- [46/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:10 UTC, 0 replies.
- [47/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:11 UTC, 0 replies.
- [48/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:12 UTC, 0 replies.
- [49/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:13 UTC, 0 replies.
- [50/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:14 UTC, 0 replies.
- [51/51] [partial] qpid-site git commit: QPID-7903: Refresh the Proton C docs snaphot once again - posted by jr...@apache.org on 2017/09/12 23:38:15 UTC, 0 replies.
- qpid-site git commit: A trivial update to jog the site update - posted by jr...@apache.org on 2017/09/13 00:33:16 UTC, 0 replies.
- qpid-broker-j git commit: NO-JIRA: Exclude new org.apache.qpid.server.routing.ExchangeRoutingTest from CPP profile - posted by kw...@apache.org on 2017/09/13 07:11:18 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-823: better logging for failed connections - posted by gs...@apache.org on 2017/09/13 08:18:06 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7771: [Java Broker] Fix failing ExchangeRoutingTest on the 0-9 profile. - posted by or...@apache.org on 2017/09/13 09:31:16 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7771: [Java Broker] Guard case where bindings arguments are null - posted by or...@apache.org on 2017/09/13 09:51:45 UTC, 0 replies.
- [1/2] qpid-proton-j git commit: PROTON-1583: some additional tests - posted by ro...@apache.org on 2017/09/13 12:04:47 UTC, 0 replies.
- [2/2] qpid-proton-j git commit: PROTON-1583: add some javadoc to clarify the use and behaviour of the tick method - posted by ro...@apache.org on 2017/09/13 12:04:48 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7771: [Java Broker] Ensure that binding recovery treats null binding arguments in the same way as Exchange#bind - posted by or...@apache.org on 2017/09/13 12:19:45 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7771: [Java Broker] Fix refreshing of bindings on exchange tab - posted by or...@apache.org on 2017/09/13 13:05:18 UTC, 0 replies.
- qpid-proton-j git commit: [maven-release-plugin] prepare release 0.22.0 - posted by ro...@apache.org on 2017/09/13 14:07:03 UTC, 0 replies.
- [qpid-proton-j] Git Push Summary - posted by ro...@apache.org on 2017/09/13 14:07:25 UTC, 0 replies.
- qpid-proton-j git commit: [maven-release-plugin] prepare for next development iteration - posted by ro...@apache.org on 2017/09/13 14:07:37 UTC, 0 replies.
- svn commit: r21585 - /dev/qpid/proton-j/0.22.0-rc1/ - posted by ro...@apache.org on 2017/09/13 14:22:21 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7212: [Java Broker, REST API] Don't transmit inherited context variables by default - posted by or...@apache.org on 2017/09/13 16:09:41 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7825: [Java Broker] Correct new method AbstractQueue#getTotalExpiredBytes which was accidentally observing the enqueued statistic - posted by kw...@apache.org on 2017/09/13 16:48:03 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1586: c proactor example clients core dump with bad host - posted by ac...@apache.org on 2017/09/13 17:20:47 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1512: Remove stray FIXME comment - posted by ac...@apache.org on 2017/09/13 17:20:48 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7914: [Java Broker] Allow queue Minimum/Maximum Message TTL default to be specified by context variables - posted by kw...@apache.org on 2017/09/13 18:22:29 UTC, 0 replies.
- [1/2] qpid-dispatch git commit: DISPATCH-825: Fix interlocking between message send and receive - posted by ch...@apache.org on 2017/09/13 20:18:59 UTC, 0 replies.
- [2/2] qpid-dispatch git commit: DISPATCH-825: get rid of poorly conceived EOS assert - posted by ch...@apache.org on 2017/09/13 20:19:00 UTC, 0 replies.
- qpid-proton git commit: NO-JIRA: go take 'go install' out of examples_test.go - posted by ac...@apache.org on 2017/09/14 14:09:36 UTC, 0 replies.
- [1/3] qpid-broker-j git commit: QPID-7773: [Java Broker, REST API] Return json object for singleton object request - posted by or...@apache.org on 2017/09/14 16:35:44 UTC, 0 replies.
- [2/3] qpid-broker-j git commit: QPID-7773: [Java Broker, REST API] Return json object for singleton object request - posted by or...@apache.org on 2017/09/14 16:35:45 UTC, 0 replies.
- [3/3] qpid-broker-j git commit: QPID-7773: [Java Broker, REST API] Return json object for singleton object request - posted by or...@apache.org on 2017/09/14 16:35:46 UTC, 0 replies.
- qpid-jms git commit: QPIDJMS-323: improve exception message when unable to negotiate a SASL mechanism, include detail of server mechs, add some tests. - posted by ro...@apache.org on 2017/09/14 17:42:42 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-820 - Properly handle the lifecycle of router addresses that may have associated incoming links. - posted by tr...@apache.org on 2017/09/14 18:10:26 UTC, 0 replies.
- qpid-proton git commit: PROTON-1543: c++ doc improvements - posted by ac...@apache.org on 2017/09/14 18:17:49 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7773: [Java Broker, REST API] Fix REST API calls in QpidRestAPIQueueCreator - posted by or...@apache.org on 2017/09/14 19:10:07 UTC, 0 replies.
- [1/2] qpid-proton git commit: NO-JIRA: Fix examples/cpp/example_test.py to work under python 2.6 - posted by ac...@apache.org on 2017/09/14 21:00:51 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1588: c++ libuv proactor release_connection bug - posted by ac...@apache.org on 2017/09/14 21:00:52 UTC, 0 replies.
- qpid-proton git commit: PROTON-1349: completed and improved implementation, but still fails many tests - posted by cl...@apache.org on 2017/09/15 06:29:23 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: Revert "QPID-7773: [Java Broker, REST API] Fix REST API calls in QpidRestAPIQueueCreator" - posted by kw...@apache.org on 2017/09/15 08:50:28 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7773: [Java Broker] [Perf Tests] Use singletonModelObjectResponseAsList option in QpidRestAPIQueueCreator when querying broker to avoid compatibility problems with older version. - posted by kw...@apache.org on 2017/09/15 08:50:29 UTC, 0 replies.
- [qpid-interop-test] Git Push Summary - posted by kp...@apache.org on 2017/09/15 13:18:42 UTC, 0 replies.
- svn commit: r21625 - /release/qpid/proton-j/0.22.0/ - posted by ro...@apache.org on 2017/09/15 15:22:42 UTC, 0 replies.
- svn commit: r21626 - /release/qpid/proton-j/0.20.0/ - posted by ro...@apache.org on 2017/09/15 15:25:22 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker, WMC] Improve UI for Virtual host and statistics - posted by or...@apache.org on 2017/09/15 16:21:59 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-821: actually delete the configured address - posted by tr...@apache.org on 2017/09/15 16:34:02 UTC, 0 replies.
- [1/2] qpid-jms git commit: QPIDJMS-324: update to proton-j 0.22.0 - posted by ro...@apache.org on 2017/09/15 16:35:20 UTC, 0 replies.
- [2/2] qpid-jms git commit: QPIDJMS-322: update tick deadline check to account for the fact it could be negative if the original was or it wrapped - posted by ro...@apache.org on 2017/09/15 16:35:21 UTC, 0 replies.
- [1/3] qpid-dispatch git commit: NO-JIRA Fix alloc-size-larger-than warning from gcc 7 - posted by tr...@apache.org on 2017/09/15 18:09:40 UTC, 0 replies.
- [2/3] qpid-dispatch git commit: NO-JIRA Silence clang 4 error: use of GNU statement expression extension - posted by tr...@apache.org on 2017/09/15 18:09:41 UTC, 0 replies.
- [3/3] qpid-dispatch git commit: DISPATCH-809 Add options to enable Sanitizers to CMake build - posted by tr...@apache.org on 2017/09/15 18:09:42 UTC, 0 replies.
- svn commit: r21629 - in /dev/qpid/qpid-interop-test: ./ 0.1-rc1/ 0.1-rc1/qpid-interop-test-0.1-rc1.tar.gz 0.1-rc1/qpid-interop-test-0.1-rc1.tar.gz.asc 0.1-rc1/qpid-interop-test-0.1-rc1.tar.gz.md5 0.1-rc1/qpid-interop-test-0.1-rc1.tar.gz.sha1 - posted by kp...@apache.org on 2017/09/15 18:22:17 UTC, 0 replies.
- [1/7] qpid-dispatch git commit: DISPATCH-807: Adjust sizes of q2 limits - posted by ch...@apache.org on 2017/09/15 18:48:54 UTC, 1 replies.
- [2/7] qpid-dispatch git commit: DISPATCH-807: remove asserts for items that disappear regularly - posted by ch...@apache.org on 2017/09/15 18:48:55 UTC, 1 replies.
- [3/7] qpid-dispatch git commit: DISPATCH-807: move q2 holdoff flag from message into content - posted by ch...@apache.org on 2017/09/15 18:48:56 UTC, 1 replies.
- [4/7] qpid-dispatch git commit: DISPATCH-807: Define limits, state, and accessors for Q2 input holdoff - posted by ch...@apache.org on 2017/09/15 18:48:57 UTC, 1 replies.
- [5/7] qpid-dispatch git commit: DISPATCH-807: Remove delivery arg from delivery_handler interface - posted by ch...@apache.org on 2017/09/15 18:48:58 UTC, 1 replies.
- [6/7] qpid-dispatch git commit: DISPATCH-807: Implement Q3 limits based on send session outgoing bytes - posted by ch...@apache.org on 2017/09/15 18:48:59 UTC, 1 replies.
- [7/7] qpid-dispatch git commit: DISPATCH-807: Implement Q2 throttling - posted by ch...@apache.org on 2017/09/15 18:49:00 UTC, 1 replies.
- qpid-dispatch git commit: DISPATCH-827: Increase size of message discard buffer - posted by ch...@apache.org on 2017/09/15 21:09:57 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-828: Disassociate link from message to prevent callbacks - posted by ch...@apache.org on 2017/09/15 21:26:45 UTC, 0 replies.
- [01/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:41 UTC, 0 replies.
- [02/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:42 UTC, 0 replies.
- [03/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:43 UTC, 0 replies.
- [04/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:44 UTC, 0 replies.
- [05/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:45 UTC, 0 replies.
- [06/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:46 UTC, 0 replies.
- [07/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:47 UTC, 0 replies.
- [08/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:48 UTC, 0 replies.
- [09/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:49 UTC, 0 replies.
- [10/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:50 UTC, 0 replies.
- [11/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:51 UTC, 0 replies.
- [12/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:52 UTC, 0 replies.
- [13/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:53 UTC, 0 replies.
- [14/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:54 UTC, 0 replies.
- [15/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:55 UTC, 0 replies.
- [16/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:56 UTC, 0 replies.
- [17/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:57 UTC, 0 replies.
- [18/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:58 UTC, 0 replies.
- [19/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:16:59 UTC, 0 replies.
- [20/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:00 UTC, 0 replies.
- [21/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:01 UTC, 0 replies.
- [22/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:02 UTC, 0 replies.
- [23/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:03 UTC, 0 replies.
- [24/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:04 UTC, 0 replies.
- [25/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:05 UTC, 0 replies.
- [26/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:06 UTC, 0 replies.
- [27/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:07 UTC, 0 replies.
- [28/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:08 UTC, 0 replies.
- [29/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:09 UTC, 0 replies.
- [30/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:10 UTC, 0 replies.
- [31/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:11 UTC, 0 replies.
- [32/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:12 UTC, 0 replies.
- [33/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:13 UTC, 0 replies.
- [34/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:14 UTC, 0 replies.
- [35/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:15 UTC, 0 replies.
- [36/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:16 UTC, 0 replies.
- [37/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:17 UTC, 0 replies.
- [38/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:18 UTC, 0 replies.
- [39/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:19 UTC, 0 replies.
- [40/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:20 UTC, 0 replies.
- [41/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:21 UTC, 0 replies.
- [42/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:22 UTC, 0 replies.
- [43/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:23 UTC, 0 replies.
- [44/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:24 UTC, 0 replies.
- [45/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:25 UTC, 0 replies.
- [46/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:26 UTC, 0 replies.
- [47/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:27 UTC, 0 replies.
- [48/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:28 UTC, 0 replies.
- [49/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:29 UTC, 0 replies.
- [50/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:30 UTC, 0 replies.
- [51/51] [partial] qpid-site git commit: update the site content for proton-j-0.22.0 - posted by ro...@apache.org on 2017/09/16 10:17:31 UTC, 0 replies.
- qpid-site git commit: trivial update to prod site deploy - posted by ro...@apache.org on 2017/09/16 10:20:05 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7773: [Java Broker] [Perf Tests] Really restore compatibility with older Java Brokers. - posted by kw...@apache.org on 2017/09/16 11:14:28 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: NO-JIRA: [System Tests] Flip to defaults run AMQP 1.0 test suite by default - posted by kw...@apache.org on 2017/09/18 09:36:40 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7772: [Web Management Console] Correct focus stealing defect found by the review of orudyy@apache.org - posted by kw...@apache.org on 2017/09/18 09:36:41 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker] Correct Queue#oldestMessageAge unit type from absolute time to time duration - posted by kw...@apache.org on 2017/09/18 10:11:35 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker] Readd toggle handler resizing the grid (accidentally removed). - posted by kw...@apache.org on 2017/09/18 10:21:17 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker, WMC] Fix session statistics evaluation - posted by or...@apache.org on 2017/09/18 11:08:07 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-209 : new 3-router pure linkroute tests - posted by mg...@apache.org on 2017/09/18 13:45:33 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker, WMC] Clear grid selection on deletion of virtual host children - posted by or...@apache.org on 2017/09/18 14:18:16 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker, WMC] Add css styles for connection session grid - posted by or...@apache.org on 2017/09/18 14:31:27 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker] Prevent unintentional sharing of statistic value/previous value stores between sibling objects - posted by kw...@apache.org on 2017/09/18 15:09:17 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker] Add space between value and unit for TIME_DURATION statistics - posted by or...@apache.org on 2017/09/18 15:39:23 UTC, 0 replies.
- qpid-jms git commit: [maven-release-plugin] prepare release 0.25.0 - posted by ro...@apache.org on 2017/09/18 15:45:03 UTC, 0 replies.
- [qpid-jms] Git Push Summary - posted by ro...@apache.org on 2017/09/18 15:45:29 UTC, 0 replies.
- qpid-jms git commit: [maven-release-plugin] prepare for next development iteration - posted by ro...@apache.org on 2017/09/18 15:45:41 UTC, 0 replies.
- svn commit: r21652 - /dev/qpid/jms/0.25.0-rc1/ - posted by ro...@apache.org on 2017/09/18 16:16:26 UTC, 0 replies.
- [1/2] qpid-proton git commit: NO-JIRA: ruby: remove perror calls in messenger library - posted by ac...@apache.org on 2017/09/18 18:19:10 UTC, 0 replies.
- [2/2] qpid-proton git commit: NO-JIRA: c++ examples, fix broken "skipUnless" workaround - posted by ac...@apache.org on 2017/09/18 18:19:11 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-209 : linkroute 3-mesh failover test - posted by mg...@apache.org on 2017/09/19 12:47:53 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7904: [System Tests] Refactor messaging ACL tests to allow running them with AMQP 1.0 JMS Client - posted by or...@apache.org on 2017/09/19 16:23:58 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-818 - Added connection info list to the connector which stores the initial connection information and the backup connection information 1. If the primary connection goes down, the primary and the backup connections will - posted by gm...@apache.org on 2017/09/19 17:39:08 UTC, 0 replies.
- qpid-proton git commit: NO-JIRA: omit stray statement - posted by ch...@apache.org on 2017/09/19 18:00:14 UTC, 0 replies.
- [1/3] qpid-proton git commit: NO-JIRA: Fix Python 2.6 test compatibility correctly(ish) Revert "NO-JIRA: c++ examples, fix broken "skipUnless" workaround" - posted by as...@apache.org on 2017/09/19 20:10:08 UTC, 0 replies.
- [2/3] qpid-proton git commit: PROTON-1481/PROTON-1590: [C++ binding] Fix ABI problems with mixed C++03/C++11 compilations - Different versions of the proton::work class exist in different namespaces. - When the library is compiled as C++11 both version - posted by as...@apache.org on 2017/09/19 20:10:09 UTC, 0 replies.
- [3/3] qpid-proton git commit: PROTON-1590: [C++ binding] Make sasl and ssl objects copyable and assignable - Only ensure that they can't be default constructed (as that makes little sense) - In retrospect only allowing these objects to be copied/assigned - posted by as...@apache.org on 2017/09/19 20:10:10 UTC, 0 replies.
- qpid-jms git commit: NO-JIRA: tweak config descriptions for clarity and consistency - posted by ro...@apache.org on 2017/09/20 16:51:55 UTC, 0 replies.
- qpid-broker-j git commit: NO-JIRA: Add cpp profile to the list of those profiles requiring enableAmqp0-x - posted by kw...@apache.org on 2017/09/21 07:46:11 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7787: [Java Broker] On AMQP 1.0 flip the default behaviour to send the additional SASL data in the outcome instead of in an additional challenge - posted by lq...@apache.org on 2017/09/21 08:56:15 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: QPID-7919: [System Tests] Exclude ACL test for temporary queue creation from messaging for AMQP 1.0 - posted by or...@apache.org on 2017/09/21 09:06:31 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7904: [AMQP 1.0] [ACL] Ensure that transaction is marked as rolled back only if ACL denies publish - posted by or...@apache.org on 2017/09/21 09:06:32 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7564: [Java Broker, Perftests] Add competing consumer test case to defaultTests.js - posted by lq...@apache.org on 2017/09/21 14:04:11 UTC, 0 replies.
- svn commit: r21737 - /release/qpid/jms/0.25.0/ - posted by ro...@apache.org on 2017/09/21 14:18:07 UTC, 0 replies.
- svn commit: r21738 - /release/qpid/jms/0.23.0/ - posted by ro...@apache.org on 2017/09/21 14:20:35 UTC, 0 replies.
- [1/3] qpid-proton git commit: NO-JIRA: c++ fix doxygen warning - posted by ac...@apache.org on 2017/09/21 15:36:34 UTC, 0 replies.
- [2/3] qpid-proton git commit: NO-JIRA: c examples - clean up argv handling - posted by ac...@apache.org on 2017/09/21 15:36:35 UTC, 0 replies.
- [3/3] qpid-proton git commit: PROTON-1512: Fixes and doc clarifications for pn_delivery_aborted() - posted by ac...@apache.org on 2017/09/21 15:36:36 UTC, 0 replies.
- qpid-proton git commit: PROTON-1512: c examples use recommended PN_DELIVERY pattern - posted by ac...@apache.org on 2017/09/21 19:30:35 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7564: [Java Broker, Perftests] Change scaling of competing consumer chart. - posted by lq...@apache.org on 2017/09/22 10:17:45 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: QPID-7921: [Java Broker] [ACL] Allow managed operation invocation to be controlled by existing ACL mechanism - posted by or...@apache.org on 2017/09/22 13:40:06 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7921: [Java Broker] [ACL] Allow managed operation invocation to be controlled by existing ACL mechanism - posted by or...@apache.org on 2017/09/22 13:40:07 UTC, 0 replies.
- [1/2] qpid-site git commit: update the site content for qpid-jms-0.25.0 inc adjusting for .sha512 checksum file extension - posted by ro...@apache.org on 2017/09/22 14:05:31 UTC, 0 replies.
- [2/2] qpid-site git commit: update the site content for qpid-jms-0.25.0 inc adjusting for .sha512 checksum file extension - posted by ro...@apache.org on 2017/09/22 14:05:32 UTC, 0 replies.
- qpid-site git commit: update master snapshot docs for qpid-jms - posted by ro...@apache.org on 2017/09/22 14:10:46 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-835 - Split the link-cleanup logic into delivery cleanup and everything else cleanup. Added a CT function to delete links so this is no longer spread across two threads. - posted by tr...@apache.org on 2017/09/22 15:00:10 UTC, 0 replies.
- [01/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:11 UTC, 0 replies.
- [02/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:12 UTC, 0 replies.
- [03/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:13 UTC, 0 replies.
- [04/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:14 UTC, 0 replies.
- [05/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:15 UTC, 0 replies.
- [06/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:16 UTC, 0 replies.
- [07/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:17 UTC, 0 replies.
- [08/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:18 UTC, 0 replies.
- [09/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:19 UTC, 0 replies.
- [10/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:20 UTC, 0 replies.
- [11/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:21 UTC, 0 replies.
- [12/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:22 UTC, 0 replies.
- [13/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:23 UTC, 0 replies.
- [14/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:24 UTC, 0 replies.
- [15/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:25 UTC, 0 replies.
- [16/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:26 UTC, 0 replies.
- [17/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:27 UTC, 0 replies.
- [18/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:28 UTC, 0 replies.
- [19/19] qpid-dispatch git commit: DISPATCH-834 Initial commit of config file editor - posted by ea...@apache.org on 2017/09/22 17:23:29 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-834 Added README to console/config utility - posted by ea...@apache.org on 2017/09/22 17:33:54 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-832 Ensure consoles handle the removal of the deprecated entities/attributes/values from the schema - posted by ea...@apache.org on 2017/09/22 17:54:49 UTC, 0 replies.
- qpid-proton git commit: PROTON-1512: add c example that sends aborted messages - posted by ch...@apache.org on 2017/09/22 20:12:27 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7772: [Java Broker] Fix statistic table heading rendering defect - posted by kw...@apache.org on 2017/09/25 06:50:12 UTC, 0 replies.
- qpid-broker-j git commit: NO-JIRA: [System Tests] Change DurableSubscriptionTest to use environment adjustable receive timeout intervals - posted by or...@apache.org on 2017/09/25 09:51:31 UTC, 0 replies.
- [1/2] qpid-interop-test git commit: QPIDIT-95: update to the v18 apache parent - posted by ro...@apache.org on 2017/09/25 13:55:23 UTC, 0 replies.
- [2/2] qpid-interop-test git commit: NO-JIRA: remove redundant version elements - posted by ro...@apache.org on 2017/09/25 13:55:24 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7923: [Java Broker] [ACL] Allow specific attribute updates to be controlled by existing ACL mechanism - posted by or...@apache.org on 2017/09/25 14:10:09 UTC, 0 replies.
- qpid-broker-j git commit: NO-JIRA: Temporarily exclude SSL based tests until a newer IBM JDK (>=20160505) is available on the Apache CI nodes - posted by kw...@apache.org on 2017/09/25 16:33:57 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-824 - Remove deprecated entities and attributes from the router schema and related code changes This closes #199 - posted by tr...@apache.org on 2017/09/25 18:09:31 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-813: add address pattern matching to link routes This closes #201 - posted by tr...@apache.org on 2017/09/25 19:31:34 UTC, 0 replies.
- qpid-proton git commit: PROTON-1527: Compile with C++ 11 if available. - posted by as...@apache.org on 2017/09/25 20:50:38 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7917: [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2 - posted by or...@apache.org on 2017/09/25 21:56:12 UTC, 0 replies.
- qpid-jms git commit: QPIDJMS-318 Update netty to latest 4.1.16.Final - posted by ta...@apache.org on 2017/09/25 22:15:02 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7917: [Java Broker][WMC] Update dependency references and license merges - posted by or...@apache.org on 2017/09/26 08:24:55 UTC, 0 replies.
- [1/4] qpid-dispatch git commit: NO-JIRA - Add new book dir for dispatch router book; contribute doc improvements This closes #200 - posted by tr...@apache.org on 2017/09/26 12:39:51 UTC, 0 replies.
- [2/4] qpid-dispatch git commit: NO-JIRA - Add new book dir for dispatch router book; contribute doc improvements This closes #200 - posted by tr...@apache.org on 2017/09/26 12:39:52 UTC, 0 replies.
- [3/4] qpid-dispatch git commit: NO-JIRA - Add new book dir for dispatch router book; contribute doc improvements This closes #200 - posted by tr...@apache.org on 2017/09/26 12:39:53 UTC, 0 replies.
- [4/4] qpid-dispatch git commit: NO-JIRA - Add new book dir for dispatch router book; contribute doc improvements This closes #200 - posted by tr...@apache.org on 2017/09/26 12:39:54 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7923: [Java Broker] [ACL] Improve ACL documentation - posted by kw...@apache.org on 2017/09/26 16:00:54 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-839 - Increased the big-object threshold from 256 to 2000 - posted by tr...@apache.org on 2017/09/26 18:27:10 UTC, 0 replies.
- [1/3] qpid-dispatch git commit: DISPATCH-801 Require 'bower install' to install 3rd party libraries - posted by ea...@apache.org on 2017/09/26 19:15:38 UTC, 0 replies.
- [2/3] qpid-dispatch git commit: DISPATCH-801 Require 'bower install' to install 3rd party libraries - posted by ea...@apache.org on 2017/09/26 19:15:39 UTC, 0 replies.
- [3/3] qpid-dispatch git commit: DISPATCH-801 Require 'bower install' to install 3rd party libraries - posted by ea...@apache.org on 2017/09/26 19:15:40 UTC, 0 replies.
- qpid-jms git commit: QPIDJMS-328: have the test cope with either variant of entry in /etc/hosts - posted by ro...@apache.org on 2017/09/27 11:55:11 UTC, 0 replies.
- qpid-cpp git commit: QPID-7929: add extern for windows build - posted by ch...@apache.org on 2017/09/27 12:58:20 UTC, 0 replies.
- [1/4] qpid-broker-j git commit: QPID-7923: [Java Broker] [ACL] Ensure that a failure to authorise a method call respects the access control default. - posted by kw...@apache.org on 2017/09/27 13:12:52 UTC, 0 replies.
- [2/4] qpid-broker-j git commit: QPID-7923: [Java Broker] [ACL] Mark Queue#getConsumers and getPublishingLink as not requiring an ACL check. - posted by kw...@apache.org on 2017/09/27 13:12:53 UTC, 0 replies.
- [3/4] qpid-broker-j git commit: QPID-7928: [Broker] [ACL] Disentangle uses of #getAccessControl so that authorisation decisions about the AccessControlProvider itself are governed by the ACL system as a whole. - posted by kw...@apache.org on 2017/09/27 13:12:54 UTC, 0 replies.
- [4/4] qpid-broker-j git commit: QPID-7923: [Java Broker] [ACL] Correct typos in the documentation - posted by kw...@apache.org on 2017/09/27 13:12:55 UTC, 0 replies.
- qpid-proton git commit: PROTON-1368: Remove the unused parser and scanner code - posted by jr...@apache.org on 2017/09/27 17:00:44 UTC, 0 replies.
- qpid-jms git commit: QPIDJMS-329 Update to Mockito 2.10.0 - posted by ta...@apache.org on 2017/09/27 17:07:38 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1512: c examples: clean up examples and fix some issues. - posted by ac...@apache.org on 2017/09/27 18:12:05 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1512: c examples: fix thread safety issue in broker - posted by ac...@apache.org on 2017/09/27 18:12:06 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-833 Removed 'Add new router' from stand-alone console - posted by ea...@apache.org on 2017/09/27 18:18:58 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-841 - Set the default limit on qdstat to 100 - posted by gm...@apache.org on 2017/09/27 18:20:52 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-833 Removed 'Add New Router' mode from hawtio console - posted by ea...@apache.org on 2017/09/27 18:56:36 UTC, 0 replies.
- [01/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:50 UTC, 0 replies.
- [02/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:51 UTC, 0 replies.
- [03/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:52 UTC, 0 replies.
- [04/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:53 UTC, 0 replies.
- [05/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:54 UTC, 0 replies.
- [06/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:55 UTC, 0 replies.
- [07/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:56 UTC, 0 replies.
- [08/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:57 UTC, 0 replies.
- [09/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:58 UTC, 0 replies.
- [10/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:14:59 UTC, 0 replies.
- [11/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:15:00 UTC, 0 replies.
- [12/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:15:01 UTC, 0 replies.
- [13/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:15:02 UTC, 0 replies.
- [14/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:15:03 UTC, 0 replies.
- [15/15] qpid-dispatch git commit: DISPATCH-834 Don't check-in 3rd party javascript libraries and require a 'bower install' - posted by ea...@apache.org on 2017/09/27 19:15:04 UTC, 0 replies.
- qpid-jms git commit: QPIDJMS-X Implement JMS ConnectionConsumer functionality - posted by ta...@apache.org on 2017/09/27 21:04:24 UTC, 0 replies.
- qpid-proton git commit: PROTON-1587: fix openssl error handling, causing spurious errors - posted by ac...@apache.org on 2017/09/27 22:45:02 UTC, 0 replies.
- [01/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Defensive guard against NPE - posted by lq...@apache.org on 2017/09/28 13:35:58 UTC, 0 replies.
- [02/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Fix String format arguments in error message. - posted by lq...@apache.org on 2017/09/28 13:35:59 UTC, 0 replies.
- [03/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Prevent possible NullPointerException in dynamic source creation - posted by lq...@apache.org on 2017/09/28 13:36:00 UTC, 0 replies.
- [04/12] qpid-broker-j git commit: QPID-7837: [Java Broker, AMQP1.0] Detach link when receiving message body containing anything but sections. - posted by lq...@apache.org on 2017/09/28 13:36:01 UTC, 0 replies.
- [05/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Refactor LazyConstructors in various DescribedTypeConstructors - posted by lq...@apache.org on 2017/09/28 13:36:02 UTC, 0 replies.
- [06/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types - posted by lq...@apache.org on 2017/09/28 13:36:03 UTC, 0 replies.
- [07/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types - posted by lq...@apache.org on 2017/09/28 13:36:04 UTC, 0 replies.
- [08/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types - posted by lq...@apache.org on 2017/09/28 13:36:05 UTC, 0 replies.
- [09/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types - posted by lq...@apache.org on 2017/09/28 13:36:06 UTC, 0 replies.
- [10/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types - posted by lq...@apache.org on 2017/09/28 13:36:07 UTC, 0 replies.
- [11/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Tidy up imports and redundant type declarations - posted by lq...@apache.org on 2017/09/28 13:36:08 UTC, 0 replies.
- [12/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Fix detection of GZIP compression in Message Conversion for AMQP 1.0 - posted by lq...@apache.org on 2017/09/28 13:36:09 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7564: [Java Performance Tests] Change number of consumers to 20 in competing consumers performance test - posted by lq...@apache.org on 2017/09/28 13:39:40 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-842 - Added some files to the pom so they are ignored by the rat-check. These licenses have already been added to the LICENSE file - posted by gm...@apache.org on 2017/09/28 13:41:37 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-813: change lifecycle of link route to remove reference count - posted by kg...@apache.org on 2017/09/28 13:57:43 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-806 - Added warning log message to indicate the the console entity is deprecated and use http:yes on the listener instead. Also made a couple of attributes on the console entity as required. - posted by gm...@apache.org on 2017/09/28 14:51:54 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-837 - Remove unhelpful asset and add a free to iterator. Fixes for coverity errors - posted by gm...@apache.org on 2017/09/28 18:24:32 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-819 - Added a deliberate void in front of pn_link_send showing that we are not handling the return value - posted by gm...@apache.org on 2017/09/28 18:54:32 UTC, 0 replies.
- [1/3] qpid-proton git commit: PROTON-1560: ruby: cmake builds the ruby gem. - posted by ac...@apache.org on 2017/09/28 21:46:47 UTC, 0 replies.
- [2/3] qpid-proton git commit: PROTON-1560: ruby: documentation cleanup and install - posted by ac...@apache.org on 2017/09/28 21:46:48 UTC, 0 replies.
- [3/3] qpid-proton git commit: PROTON-1560: cmake BUILD_ONLY limit to selected bindings - posted by ac...@apache.org on 2017/09/28 21:46:49 UTC, 0 replies.
- [1/3] qpid-proton git commit: PROTON-1585: Remove messenger and reactor examples - posted by jr...@apache.org on 2017/09/29 00:13:04 UTC, 0 replies.
- [2/3] qpid-proton git commit: PROTON-1585: Remove messenger and reactor examples - posted by jr...@apache.org on 2017/09/29 00:13:05 UTC, 0 replies.
- [3/3] qpid-proton git commit: PROTON-1585: Remove messenger and reactor examples - posted by jr...@apache.org on 2017/09/29 00:13:06 UTC, 0 replies.
- qpid-proton git commit: PROTON-1349: Windows iocp proactor additional changes for 0.18 Beta - posted by cl...@apache.org on 2017/09/29 06:37:18 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: QPID-7928: Rename method for clarity - posted by kw...@apache.org on 2017/09/29 09:26:00 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7935: [Java Broker] [ACL] Allow an ACL file format to convey a default result of DEFER - posted by kw...@apache.org on 2017/09/29 09:26:01 UTC, 0 replies.
- [1/3] qpid-jms git commit: QPIDJMS-331: have the connection desire the SHARED_SUBS capability - posted by ro...@apache.org on 2017/09/29 11:30:07 UTC, 0 replies.
- [2/3] qpid-jms git commit: QPIDJMS-330: have the connection desire the ANONYMOUS-RELAY capability - posted by ro...@apache.org on 2017/09/29 11:30:08 UTC, 0 replies.
- [3/3] qpid-jms git commit: QPIDJMS-326: have the connection desire the DELAYED_DELIVERY capability - posted by ro...@apache.org on 2017/09/29 11:30:09 UTC, 0 replies.
- qpid-proton git commit: PROTON-1582: Allow applications to set the permitted SSL ciphers - posted by as...@apache.org on 2017/09/29 12:26:21 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: QPID-7934: [Java Broker] Refactor CO implementation overridding changeAttribute to use changeAttribute instead. Made changeAttribute final. - posted by kw...@apache.org on 2017/09/29 12:31:44 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7934: [Java Broker] [Model [ACL] Ensure that RuleBasedAccessControlProvider reports changes in the rule set to the control point (Broker/VirtualHost) - posted by kw...@apache.org on 2017/09/29 12:31:45 UTC, 0 replies.
- [1/2] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve Error handling for decoding invalid byte streams - posted by lq...@apache.org on 2017/09/29 12:32:08 UTC, 0 replies.
- [2/2] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve Error handling for decoding invalid byte streams - posted by lq...@apache.org on 2017/09/29 12:32:09 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7923: [Java Broker] Improve virtualhost ACL example - posted by kw...@apache.org on 2017/09/29 13:07:42 UTC, 0 replies.
- qpid-proton git commit: PROTON-1528: [C++ binding] Ensure that containers have a default id - posted by as...@apache.org on 2017/09/29 13:40:59 UTC, 0 replies.
- [1/2] qpid-proton git commit: PROTON-1397: bump versions for a 0.18.0-beta - posted by ro...@apache.org on 2017/09/29 14:22:08 UTC, 0 replies.
- [2/2] qpid-proton git commit: PROTON-1397: restore snapshot versions pending further updates - posted by ro...@apache.org on 2017/09/29 14:22:09 UTC, 0 replies.
- [qpid-proton] Git Push Summary - posted by ro...@apache.org on 2017/09/29 14:53:15 UTC, 0 replies.
- svn commit: r22043 - in /dev/qpid/proton/0.18.0-beta: ./ qpid-proton-0.18.0-beta.tar.gz qpid-proton-0.18.0-beta.tar.gz.asc qpid-proton-0.18.0-beta.tar.gz.md5 qpid-proton-0.18.0-beta.tar.gz.sha512 - posted by ro...@apache.org on 2017/09/29 14:55:02 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-801 Add installation of bower to console install instructions - posted by ea...@apache.org on 2017/09/29 15:07:07 UTC, 0 replies.
- qpid-cpp git commit: QPID-7895: Additional race condition fixed - posted by kp...@apache.org on 2017/09/29 17:58:10 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-801 Reverting to retrieving 3rd party javascript libraries from CDNs - posted by ea...@apache.org on 2017/09/29 19:35:53 UTC, 0 replies.
- qpid-dispatch git commit: DISPATCH-801 Moving changes for running console while offline to branch - posted by ea...@apache.org on 2017/09/29 20:18:30 UTC, 0 replies.
- qpid-proton git commit: PROTON-1548/PROTON-1591: [C++ binding] Avoid deadlock in running work queues - posted by as...@apache.org on 2017/09/29 20:32:11 UTC, 0 replies.
- qpid-broker-j git commit: QPID-7939: [Java Broker] [BDB Store] Bump JE from 7.3.7 to 7.4.5 - posted by kw...@apache.org on 2017/09/30 14:10:18 UTC, 0 replies.
- [1/4] qpid-broker-j git commit: QPID-7942 : [Java Broker] AppenderUtilsTest does not work on Windows - posted by rg...@apache.org on 2017/09/30 20:31:47 UTC, 0 replies.
- [2/4] qpid-broker-j git commit: QPID-7940 : [Java Broker] JSON context substitution does not work with nested variables - posted by rg...@apache.org on 2017/09/30 20:31:48 UTC, 0 replies.
- [3/4] qpid-broker-j git commit: QPID-7941 : [Java Broker] DerbyUtils MEMORY_STORE_LOCATION is incorrect - posted by rg...@apache.org on 2017/09/30 20:31:49 UTC, 0 replies.
- [4/4] qpid-broker-j git commit: QPID-7937 : Define message grouping policy with an enum (default NONE), if messageGroupKey is not supplied in Queue attributes, use the message property "group-id" - posted by rg...@apache.org on 2017/09/30 20:31:50 UTC, 0 replies.