[5/7] qpid-dispatch git commit: DISPATCH-1199: move scraper tool to tools/scraper directory

2018-11-30 Thread chug
http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/b7ab3390/bin/log_scraper/scraper.py -- diff --git a/bin/log_scraper/scraper.py b/bin/log_scraper/scraper.py deleted file mode 100755 index 344d2e1..000 --- a/bin/log_scr

[7/7] qpid-dispatch git commit: DISPATCH-1199: move scraper tool to tools/scraper directory

2018-11-30 Thread chug
DISPATCH-1199: move scraper tool to tools/scraper directory Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/b7ab3390 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/b7ab3390 Diff: http://git-wip

[3/7] qpid-dispatch git commit: DISPATCH-1199: move scraper tool to tools/scraper directory

2018-11-30 Thread chug
s.name, res.channel, mech) + +elif perf == 0x42: +# security:sasl sasl-challenge +res.name = "sasl-challenge" +res.web_show_str = "%s [%s]" % (res.name, res.channel) + +elif perf == 0x43: +# security:sasl sasl-response +

[1/7] qpid-dispatch git commit: DISPATCH-1199: rename to reinforce tool's name

2018-11-30 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 6a08b9b3e -> b7ab33906 DISPATCH-1199: rename to reinforce tool's name Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/d59ab14a Tree: http://git-

qpid-dispatch git commit: DISPATCH-1201: transfers with no properties not included in scraper output

2018-11-30 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master b7ab33906 -> 2f31dbad2 DISPATCH-1201: transfers with no properties not included in scraper output Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commi

qpid-dispatch git commit: DISPATCH-1202: Update scraper README

2018-12-03 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 55b7ae55e -> f6a0ecf02 DISPATCH-1202: Update scraper README Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/f6a0ecf0 Tree: http://git-wip-us.apa

qpid-dispatch git commit: DISPATCH-1121: Exclude same files in new directory

2018-12-03 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master db6ed6b15 -> 663a997c3 DISPATCH-1121: Exclude same files in new directory Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/663a997c Tree: http://

qpid-dispatch git commit: DISPATCH-1207: create multiple sessions with same ID over single connection

2018-12-03 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 93c89a758 -> db87d5d3e DISPATCH-1207: create multiple sessions with same ID over single connection Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/comm

qpid-dispatch git commit: DISPATCH-1208: Fix inefficiency when handling large numbers of links

2018-12-04 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 3b0bad143 -> b0e025d38 DISPATCH-1208: Fix inefficiency when handling large numbers of links Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/b0e0

qpid-dispatch git commit: DISPATCH-1210: Find and show unsettled messages; improve large dataset display controls

2018-12-05 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 588a35db0 -> 53631c8d0 DISPATCH-1210: Find and show unsettled messages; improve large dataset display controls Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-

qpid-dispatch git commit: DISPATCH-1210: Scraper shows unsettled messages

2018-12-06 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 2dde7030f -> 8701feb7f DISPATCH-1210: Scraper shows unsettled messages Compute message settlement earlier and display summary totals for connections, sessions, and links in details display. Project: http://git-wip-us.apache.org/re

qpid-dispatch git commit: DISPATCH-1216: Show an AMQP address table

2018-12-10 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 7ec199d46 -> c9e32ebf6 DISPATCH-1216: Show an AMQP address table * For each link extract the source/target address * Create a table of addresses to expose which links use that address Project: http://git-wip-us.apache.org/repos/as

qpid-dispatch git commit: DISPATCH-1219: AMQP error may not have a description

2018-12-10 Thread chug
source=@source(40) [durable=0, expiry-policy=:"session-end", timeout=0, dynamic=false, capabilities=:"qd.router"], target=@target(41) [durable=0, expiry-policy=:"session-end", timeout=0, dynamic=false, capabilities=:"qd.router"], initial-delivery-co

qpid-dispatch git commit: DISPATCH-1219: Single-line parse problems are not fatal

2018-12-11 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master afda5828b -> 2bc6dfd41 DISPATCH-1219: Single-line parse problems are not fatal Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/2bc6dfd4 Tree: ht

qpid-dispatch git commit: DISPATCH-1216: Separate addresses into two piles: with/without transfers

2018-12-11 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master ec1391975 -> dfab878b9 DISPATCH-1216: Separate addresses into two piles: with/without transfers Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/

qpid-dispatch git commit: DISPATCH-1216: Scraper reports all AMQP addresses during --split

2018-12-12 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 4742c4bfd -> cab2f5da6 DISPATCH-1216: Scraper reports all AMQP addresses during --split Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/cab2f5da

qpid-dispatch git commit: DISPATCH-1216: Scraper improve --split performance and display

2018-12-13 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 16674f44b -> b7f7b13c7 DISPATCH-1216: Scraper improve --split performance and display * use lightweight parser for attach lines * sort address tables alphabetically * show/hide gizmos for address tables Project: http://git-wip-us.

[qpid-dispatch] branch master updated: DISPATCH-1216: Scraper - new arg default when otherwise unspecified

2018-12-14 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 0391693 DISPATCH-1216: Scraper - new arg

[qpid-dispatch] branch master updated: DISPATCH-1223: don't count transfers with 'more' set as unsettled

2018-12-14 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 0bc1456 DISPATCH-1223: don't

[qpid-dispatch] branch master updated: DISPATCH-1238: Provide better summary display for observed counts

2019-01-08 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 548ac51 DISPATCH-1238: Provide better

[qpid-dispatch] branch master updated: DISPATCH-1242: Scraper identifies incomplete multi-transfer deliveries

2019-01-11 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 9d30818 DISPATCH-1242: Scraper identifies

[qpid-dispatch] branch master updated: DISPATCH-1255: Delete and ignore configured output files

2019-01-23 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 1fe7038 DISPATCH-1255: Delete and ignore

[qpid-dispatch] branch master updated: DISPATCH-1249: annotation parser fails to parse single character strings

2019-01-29 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 7b90fab DISPATCH-1249: annotation parser

[qpid-dispatch] branch master updated: NO-JIRA: remove unused declaration of _qd_policy_link_user_name_subst

2019-02-04 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 0f7ab6d NO-JIRA: remove unused

[qpid-dispatch] 01/01: DISPATCH-1246: Create a hacked version of test for research

2019-02-06 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch DISPATCH-1264 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit a5aab94a090792b2c47d13188058a00bfab32ef7 Author: Chuck Rolke AuthorDate: Wed Feb 6 12:28:47 2019 -0500

[qpid-dispatch] branch DISPATCH-1264 created (now a5aab94)

2019-02-06 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a change to branch DISPATCH-1264 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. at a5aab94 DISPATCH-1246: Create a hacked version of test for research This branch includes the following

[qpid-dispatch] branch master updated: DISPATCH-1267: increase timeout for failed address resolution

2019-02-08 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 9b45cb9 DISPATCH-1267: increase timeout

[qpid-dispatch] branch master updated: DISPATCH-1288: Add policy controls for outbound connector connections

2019-03-22 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 60d2e75 DISPATCH-1288: Add policy

[qpid-dispatch] branch master updated: DISPATCH-1275: Fix exception test to work in python2 and python3

2019-03-22 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new d84d75e DISPATCH-1275: Fix exception test

[qpid-proton] branch master updated: PROTON-2020: handle OSError in python 3

2019-03-26 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/master by this push: new 68b384f PROTON-2020: handle OSError in

[qpid-dispatch] branch master updated: DISPATCH-1304: authservice.py program fails at shutdown in python 3

2019-03-26 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new ae97a4d DISPATCH-1304: authservice.py

[qpid-dispatch] branch master updated: DISPATCH-1306: accomodate new logfile connection number format

2019-03-26 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 004fa47 DISPATCH-1306: accomodate new

[qpid-dispatch] branch master updated: DISPATCH-1304: authservice.py fail at shutdown - improvement

2019-03-28 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 8e5a6b0 DISPATCH-1304: authservice.py

[qpid-dispatch] branch master updated (8e5a6b0 -> 512449e)

2019-03-29 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 8e5a6b0 DISPATCH-1304: authservice.py fail at shutdown - improvement new f169c19 NOJIRA: terminate html

[qpid-dispatch] 01/02: NOJIRA: terminate html document body

2019-03-29 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit f169c194fa2b057d2b79887538c96f472aa4c1b7 Author: Chuck Rolke AuthorDate: Fri Mar 29 15:23:15 2019 -0400

[qpid-dispatch] 02/02: DISPATCH-1307: Add a self test for scraper tool

2019-03-29 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 512449e3000466a744dd9a2aba35b5f819ea1bf4 Author: Chuck Rolke AuthorDate: Fri Mar 29 15:26:32 2019 -0400

[qpid-dispatch] branch master updated: NO-JIRA: Fix python 2/3 syntax issue

2019-04-09 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new c5f3d9f NO-JIRA: Fix python 2/3 syntax

[qpid-dispatch] branch master updated: DISPATCH-1230: Fix issues with detecting TLSv1.3 in proton and OpenSSL

2019-04-22 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 7838300 DISPATCH-1230: Fix issues with

[qpid-dispatch] branch master updated: DISPATCH-1318: Fix MobileAddress test and test framework issues

2019-04-29 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 350a139 DISPATCH-1318: Fix MobileAddress

[qpid-dispatch] branch master updated: DISPATCH-1324: Replace deprecated cgi.escape usage

2019-04-30 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new b1b17b4 DISPATCH-1324: Replace deprecated

[qpid-dispatch] branch master updated: Revert "DISPATCH-1324: Replace deprecated cgi.escape usage"

2019-05-01 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 2152c67 Revert "DISPATCH-1324: Re

[qpid-dispatch] branch master updated: DISPATCH-1329: system_tests_edge_router enable/disable tests easily

2019-05-02 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 797f3bd DISPATCH-1329

[qpid-dispatch] branch master updated: DISPATCH-1324: replace deprecated cgi.escape usage

2019-05-02 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new ed1deb5 DISPATCH-1324: replace deprecated

[qpid-proton] branch master updated: PROTON-2039: Set python listener socket reuseaddr option

2019-05-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/master by this push: new c90c791 PROTON-2039: Set python listener

[qpid-dispatch] branch master updated: NOJIRA: Scraper throws calculating credit stall with no second attach

2019-05-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 1f71e4b NOJIRA: Scraper throws

[qpid-dispatch] branch master updated: DISPATCH-1312: Remove USE_MEMORY_POOL cmake option

2019-05-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 9500b45 DISPATCH-1312: Remove

[qpid-dispatch] branch master updated: NO-JIRA: use cmake STRING type to avoid implicit conversion warnings

2019-05-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new a02bda8 NO-JIRA: use cmake STRING type to

[qpid-dispatch] branch master updated: DISPATCH-1333: fix for python3 and object containing unicode check mark

2019-05-09 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 7b3a8e2 DISPATCH-1333: fix for python3

[qpid-dispatch] 01/02: DISPATCH-1354: Annotation processing performance improvements

2019-06-07 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 91cd6285162c1edd49993741f627d96deb06a545 Author: Chuck Rolke AuthorDate: Mon Jun 3 17:53:16 2019 -0400

[qpid-dispatch] branch master updated (b39069e -> 95c8f41)

2019-06-07 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from b39069e NO-JIRA - Updated .travis.yml to use proton version 0.28.0 new 91cd628 DISPATCH-1354: Annotation

[qpid-dispatch] 02/02: Move MIN macro to common ctools.h; Add MAX macro

2019-06-07 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 95c8f41bf488873e0d89786e7db2afcb96d51af8 Author: Chuck Rolke AuthorDate: Fri Jun 7 15:21:32 2019 -0400 Move

[qpid-dispatch] branch master updated: DISPATCH-1752: Let framework create trace log written to file

2020-08-17 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 221efa0 DISPATCH-1752: Let framework

[qpid-dispatch] branch master updated: DISPATCH-1760: At boot time configure listeners last

2020-08-20 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new d0f82f9 DISPATCH-1760: At boot time

[qpid-dispatch] branch master updated: DISPATCH-1755: Document policy additions to qdstat

2020-09-01 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 5d49aaf DISPATCH-1755: Document policy

[qpid-dispatch] branch master updated: NO-JIRA: fix misleading text in test error message

2020-09-02 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 034f421 NO-JIRA: fix misleading text in

[qpid-dispatch] branch master updated: DISPATCH-1762: Connector ssl config errors must prohibit connections

2020-09-08 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new c55eb09 DISPATCH-1762: Connector ssl

[qpid-dispatch] branch master updated: DISPATCH-1766: Remove stale code processing 'listener trustedCertsFile'

2020-09-08 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new b44abcb DISPATCH-1766: Remove stale code

[qpid-dispatch] branch master updated: DISPATCH-1764: At boot time configure connectors and then listeners last

2020-09-08 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 913df20 DISPATCH-1764: At boot time

[qpid-dispatch] branch master updated: DISPATCH-1766: Fix memory leak found by Coverity

2020-09-09 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 9ceab01 DISPATCH-1766: Fix memory leak

[qpid-dispatch] branch master updated: DISPATCH-1781: Scraper injects any log module output into data web page

2020-09-24 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 0207301 DISPATCH-1781: Scraper injects

[qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1778: Extra data included in adaptor outbound streams

2020-10-06 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors by this push: new 2a410c8

[qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1799: Add unit test for message body_data functions

2020-10-13 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors by this push: new 25ff354

[qpid-dispatch] branch master updated: DISPATCH-1794: Set annotation OUT pad length equal to IN strip/test length

2020-10-13 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new f60330b DISPATCH-1794: Set annotation OUT

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: NO-JIRA: Assert offset vs. body_data_buffer_count only when offset nonzero.

2020-10-14 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new e9b5dc7

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1807: TCP adaptor test echo server

2020-10-20 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new eccba23

[qpid-dispatch] 01/04: DISPATCH-1654: need to set to field on message

2020-10-20 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 9dc69d55b003cd097efa8b30edaed5b3f789a10d Author: Gordon Sim AuthorDate: Mon Oct 5 20:14:42 2020

[qpid-dispatch] 04/04: DISPATCH-1806: Rearrange TCP adaptor outbound body data handling

2020-10-20 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 4fe73d8b299f343f8a57cce80932a12c16f0385d Author: Chuck Rolke AuthorDate: Wed Oct 14 11:34:33 2020

[qpid-dispatch] 02/04: DISPATCH-1654: allow content to be seen when available

2020-10-20 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit c56a1fba5165589c11a7779580a251c45e20828a Author: Gordon Sim AuthorDate: Wed Oct 7 12:09:02 2020

[qpid-dispatch] 03/04: DISPATCH-1654: fix for streaming message

2020-10-20 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit a8e548bfca44851305a8b6a59cfb21272ca668ca Author: Gordon Sim AuthorDate: Wed Oct 7 12:09:57 2020

[qpid-dispatch] branch dev-protocol-adaptors-2 updated (eccba23 -> 4fe73d8)

2020-10-20 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a change to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from eccba23 DISPATCH-1807: TCP adaptor test echo server new 9dc69d5 DISPATCH-1654: need to

[qpid-dispatch] branch master updated: DISPATCH-1751: Rework how AMQP session incoming-window is derived

2020-10-20 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 7525ac6 DISPATCH-1751: Rework how AMQP

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1807: TCP self tests - add a TCP_echo_client

2020-10-21 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 63ea082

[qpid-dispatch] branch master updated: Revert "DISPATCH-1751: Rework how AMQP session incoming-window is derived"

2020-10-21 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new c1a7f59 Revert "DISPATCH-1751: Rewor

[qpid-dispatch] branch master updated: DISPATCH-1751: Fix 32-bit self test receiving unexpected incoming-capacity

2020-10-23 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new 5371dfb DISPATCH-1751: Fix 32-bit self

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1807: TCP self test - improve test server

2020-10-27 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 4aff90c

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1807: Replace assert with raise; fixes tox test failure

2020-10-27 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new a02a0ef

[qpid-dispatch] branch dev-protocol-adaptors-2 updated (d338f85 -> 2d074ac)

2020-10-27 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a change to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from d338f85 NO-JIRA: add dummy system_tests_tcp_adaptor.py for temporary CI fix new 76c00c9

[qpid-dispatch] 02/02: DISPATCH-1807: Add TCP protocol adaptor tests

2020-10-27 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 2d074ac41800f18a9549f97b82e49911027607ec Author: Chuck Rolke AuthorDate: Tue Oct 27 15:04:06 2020

[qpid-dispatch] 01/02: Revert "NO-JIRA: add dummy system_tests_tcp_adaptor.py for temporary CI fix"

2020-10-27 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 76c00c978c10687300fbefaff29fa70fca4d84b3 Author: Chuck Rolke AuthorDate: Tue Oct 27 15:03:33 2020

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1807: Add self tests for tcp protocol adaptor

2020-10-30 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new e29ea39

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1817: TCP adaptor leaks streaming_data_t objects at shutdown

2020-11-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new ca14f7f

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1823: TCP adaptor honors discard flag in core callbacks

2020-11-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 5772502

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1820: TCP tests hang, this gets many of them started

2020-11-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new a57772b

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1824: Fix TCP adaptor listener and connector shutdown leaks

2020-11-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 4e2fbf0

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1806: Account properly for write buffer byte count

2020-11-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 95c3d93

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1820: Improve logging to investigate TCP test hangs

2020-11-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new a5cefb5

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1820: Fix python tox errors

2020-11-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new ca1c17f

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1825: Skip TCP self test if selectors module is absent

2020-11-03 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new ae262ac

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1807: Rewrite TCP adaptor self test

2020-11-05 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 66a4d9f

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPACH-1807: TCP self test integration with scraper

2020-11-06 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 61fe9a8

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1807: Improve TCP Adaptor self test

2020-11-09 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 3a80d73

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1830: TCP test allows concurrent echo session

2020-11-11 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 425fab4

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1830: Fix TCP test glitches

2020-11-11 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 62a017a

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1830: fix inadvertent file rename that hides ECHO_CLIENT logs from Scraper

2020-11-12 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new c430b53

[qpid-dispatch] branch master updated: DISPATCH-1786: Fallback dest random failures: defer starting sender

2020-11-13 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/master by this push: new fd0d8dd DISPATCH-1786: Fallback dest

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1826: Fix tcp adaptor stall on large messages

2020-11-18 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new f926a6c

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1831: Extend TCP adaptor test interior router backbone

2020-11-18 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 1e2bfed

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1846: Improve tcp adaptor basic connectivity test

2020-11-18 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 40dc885

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1848: TCP echo client/server handle socket errors better

2020-11-18 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 6c88bd7

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1851: TCP adaptor - add more connection and link IDs to log output

2020-11-24 Thread chug
This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push: new 29f4929

<    1   2   3   4   5   6   7   8   9   10   >