svn commit: r1078967 - in /qpid/branches/0.10/qpid: cpp/src/qmf/ConsoleSession.cpp extras/qmf/src/py/qmf/console.py

2022-03-29 Thread tross
Author: tross Date: Mon Mar 7 21:45:03 2011 New Revision: 1078967 URL: http://svn.apache.org/viewvc?rev=1078967=rev Log: QPID-3122 - Merged fix from trunk. Modified: qpid/branches/0.10/qpid/cpp/src/qmf/ConsoleSession.cpp qpid/branches/0.10/qpid/extras/qmf/src/py/qmf/console.py Modified

[qpid-dispatch] branch main updated: DISPATCH-2301 - Added facility for annotating new messages. Invoked this facility from the TCP, HTTP1, and HTTP2 adaptors.

2022-01-03 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/main by this push: new 5dfa37b DISPATCH-2301 - Added facility

[qpid-dispatch] branch main updated: DISPATCH-2262 - Added missing handling for client-side link loss.

2021-11-11 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/main by this push: new 6769203 DISPATCH-2262 - Added missing

[qpid-dispatch] branch main updated: DISPATCH-2262 - Trimmed down heartbeat message based on Robbie Gemmell's proposed changes.

2021-11-03 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git The following commit(s) were added to refs/heads/main by this push: new 95822e3 DISPATCH-2262 - Trimmed down

[qpid-dispatch] branch main updated (22f8ae1 -> 81725ee)

2021-10-27 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 22f8ae1 DISPATCH-2263: Added two edge one interior test add bafa55f DISPATCH-2262 - Added an app-level

[qpid-dispatch] branch master updated: DISPATCH-1927 - Lock link when removing the initial delivery and handle the related link_work object.

2021-02-03 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 096f99c DISPATCH-1927 - Lock link when

[qpid-dispatch] 02/02: DISPATCH-1912 - Initialize the log-prefix to keep coverity happy (h/t kgiusti)

2021-01-18 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit b25ed302cbacf53346cdccf9108713b389f191eb Author: Ted Ross AuthorDate: Mon Jan 18 16:08:10 2021 -0500

[qpid-dispatch] branch master updated (2e57b8e -> b25ed30)

2021-01-18 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 2e57b8e DISPATCH-1750 Update Patternfly packages in console (except patternfly-charts) (#984) new

[qpid-dispatch] 01/02: DISPATCH-1912 - Fixed bugs identified by the thread sanitizer.

2021-01-18 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit ac2c1472c0995a6e96ac031eb70bed5aa7531ff0 Author: Ted Ross AuthorDate: Fri Jan 15 13:29:21 2021 -0500

[qpid-dispatch] branch master updated (f1a8677 -> 311f606)

2021-01-12 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from f1a8677 DISPATCH-1899: cleanup bad log message conversions add deebb17 DISPATCH-1911 - Add return

[qpid-dispatch] branch master updated: DISPATCH-1907 - Separated policy-spec, distribute policy spec with connection and core subscriptions.

2021-01-08 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 b463667 DISPATCH-1907 - Separated policy

[qpid-dispatch] 02/02: fixup, calloc is allowed to return NULL if nmemb or size is zero

2020-12-21 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 0634a070aa6f902bf5b6f9537a5406e4cfc5a0d5 Author: Jiri Danek AuthorDate: Mon Dec 21 15:58:50 2020 +0100 fixup

[qpid-dispatch] branch master updated (45f586b -> 0634a07)

2020-12-21 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 45f586b NO-JIRA Use checked allocation API from DISPATCH-1685 (#948) new a8f08ba DISPATCH-1900 calling

[qpid-dispatch] 01/02: DISPATCH-1900 calling calloc with zero nmemb or zero size is permitted

2020-12-21 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit a8f08ba69be2d5e3f322be4e183d512e4f860d15 Author: Jiri Danek AuthorDate: Mon Dec 21 15:25:08 2020 +0100

[qpid-dispatch] branch master updated: DISPATCH-1886 - Close race window on connection activate/close.

2020-12-16 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 d7215f3 DISPATCH-1886 - Close race

[qpid-dispatch] branch master updated: DISPATCH-1884 - Fixed leaks associated with the deletion of connectors and listeners.

2020-12-14 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 626a9ef DISPATCH-1884 - Fixed leaks

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1876 - Added proper ref-count protection for the initial-delivery. Fixed leak of buffers when connections close very early. Enabled the

2020-12-09 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1872 - Fixed handling of closed server connections in the TCP adaptor.

2020-12-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1857 - Handle asynchronous moving of a delivery to another link. Patch contents from Gordon Sim. This improves the stability of multipl

2020-12-02 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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

[qpid-dispatch] branch dev-protocol-adaptors-2 updated (c430b53 -> c63035d)

2020-11-12 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from c430b53 DISPATCH-1830: fix inadvertent file rename that hides ECHO_CLIENT logs from Scraper

[qpid-dispatch] 02/03: DISPATCH-1826 - Drop raw connections when stream messages are settled.

2020-11-12 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 27ac4be023ec8f7f69cf00bbf3441ee408240e86 Author: Ted Ross AuthorDate: Thu Nov 12 14:02:40 2020

[qpid-dispatch] 03/03: DISPATCH-1654 - Removed the redundant copy of the ma_stream flag, leaving it in the message content only.

2020-11-12 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit c63035d732f95d14cdaac90def77fd47da5cca2d Author: Ted Ross AuthorDate: Thu Nov 12 16:56:02 2020

[qpid-dispatch] 01/03: DISPATCH_1829 - Patch from Gordon Sim

2020-11-12 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 3c933ecce6c97e47bf155845b8a275ad63e35182 Author: Ted Ross AuthorDate: Wed Nov 11 09:19:33 2020

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1826 - Fixes for: - Accumulated temporary address records - Race condition where ingress message is sent before reply-to is established

2020-11-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1742 - Remove buffers when refcount goes to zero on send.

2020-11-02 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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

[qpid-dispatch] branch dev-protocol-adaptors-2 updated (483add8 -> 3f46bb2)

2020-10-29 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 483add8 DISPATCH-1784: allow parsing of folded headers new dcd773c DISPATCH-1812

[qpid-dispatch] 02/02: DISPATCH-1742 - Fixed leak of stream_data object in reference adaptor.

2020-10-29 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 3f46bb2392bb72f75ef65bd1b9d1ad98568cc08b Author: Ted Ross AuthorDate: Thu Oct 29 14:39:21 2020

[qpid-dispatch] 01/02: DISPATCH-1812 - Fixed test that fails due to log format changes.

2020-10-29 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit dcd773cc0de969593de6d3fb7a5e0bcdf129c358 Author: Ted Ross AuthorDate: Thu Oct 29 14:38:17 2020

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1742 - Added function for asynchronous completion of sent-messages. Improved API docs. DISPATCH-1742 - Updated reference adaptor to mak

2020-10-28 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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

[qpid-dispatch] 01/02: DISPATCH-1742 - Removed compiler warning by initializing a boolean value.

2020-08-11 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 8be9471524c37fe40c6e25a6574a1ca568d26e0b Author: Ted Ross AuthorDate: Tue Aug 11 12:15:17 2020

[qpid-dispatch] 02/02: DISPATCH-1742 - Handle zero-length body sections. Fixed a bug in body content length calculation.

2020-08-11 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 713fdfef047c3a94cb69ab7d357ff99948d57589 Author: Ted Ross AuthorDate: Tue Aug 11 12:16:08 2020

[qpid-dispatch] branch dev-protocol-adaptors updated (c20b29a -> 713fdfe)

2020-08-11 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from c20b29a DISPATCH-1744: refactor common HTTP code new 8be9471 DISPATCH-1742 - Removed

[qpid-dispatch] 01/02: DISPATCH-1742 - Completed implementation of outbound streaming path

2020-08-07 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 5d021e224119f78ce043d7c1fc4d94b76f49e7c0 Author: Ted Ross AuthorDate: Fri Aug 7 17:30:34 2020

[qpid-dispatch] branch dev-protocol-adaptors updated (36da843 -> 492ae4b)

2020-08-07 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 36da843 DISPATCH-1743 - Introduce a HTTP/2 Adapter. This adaptor will act as the HTTP/2

[qpid-dispatch] 02/02: DISPATCH-1742 - Fixed compilation error

2020-08-07 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 492ae4bbeda155e02bf91a42fd41233a60c17f10 Author: Ted Ross AuthorDate: Fri Aug 7 17:33:56 2020

[qpid-dispatch] 07/32: Dataplane: Removed old handler call which is not used anymore.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 72753508bd320cbb2fde649fc748bfea5d65b58c Author: Ted Ross AuthorDate: Tue Jun 2 13:24:29 2020

[qpid-dispatch] 24/32: Dataplane: Added implementation of qd_message_release_body.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 8a53cbbe22ab8aff7017714ca131949ed33fe345 Author: Ted Ross AuthorDate: Mon Jun 22 13:17:38 2020

[qpid-dispatch] branch dev-protocol-adaptors created (now bcc2ddf)

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. at bcc2ddf DISPATCH-1742 Dataplane: Fixups from rebase to master. This branch includes

[qpid-dispatch] 08/32: Dataplane: minor cleanup

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 1ab9b7fcd6ac8303c75d8a652643966f5296af84 Author: Ted Ross AuthorDate: Tue Jun 2 13:46:54 2020

[qpid-dispatch] 16/32: Dataplane: Added message method to set send-complete. Added reference code to receive messages (non streamed).

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 9bf4ffd5ed2f391de05971106668047b1aa8c4c7 Author: Ted Ross AuthorDate: Thu Jun 4 09:05:32 2020

[qpid-dispatch] 04/32: Dataplane: Improved sasl-plain test by using symbolic attribute names, not positional indices.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 4c7b94dca62e7e2a78ad71eda93fa3cf9b611895 Author: Ted Ross AuthorDate: Tue Jun 2 08:08:54 2020

[qpid-dispatch] 15/32: Dataplane: Changed the new compose function to have only one field for headers. This field can have both properties and application properties. It's more efficient put together

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit ac5aa774bb19282831e5e1840270d9c46676fe95 Author: Ted Ross AuthorDate: Wed Jun 3 18:14:40 2020

[qpid-dispatch] 09/32: Dataplane: Added setter for dynamic in qdr_terminus_t

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 6ea13c06c6d4921d9454f4f6fff3318b8c1a361f Author: Ted Ross AuthorDate: Tue Jun 2 16:19:40 2020

[qpid-dispatch] 10/32: Dataplane: Renamed tcp_adaptor to reference_adaptor. Added more test content to the reference adaptor. It now sends messages to a fixed address. Fixed qdr_terminus_format to sho

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 3b58b218cce9b66cc2f291710724ea377d7e9bbb Author: Ted Ross AuthorDate: Wed Jun 3 14:43:22 2020

[qpid-dispatch] 22/32: Dataplane: Added no_route and initial_delivery on link-first-attach.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit b3af7de4ce33660aff4db1c9b7dc419d8b733738 Author: Ted Ross AuthorDate: Thu Jun 18 14:25:44 2020

[qpid-dispatch] 27/32: Dataplane: Message parsing bug fixed: now properly handles empty var-length fields.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 3e2418e6712a38584cd787f0163d5cf120cbb077 Author: Ted Ross AuthorDate: Thu Jul 9 15:49:52 2020

[qpid-dispatch] 29/32: Dataplane: disabled reference adaptor

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 2898359dd882d0fcaeec3c8dbb6361c4dfc91e32 Author: Ted Ross AuthorDate: Thu Jul 16 08:52:24 2020

[qpid-dispatch] 25/32: Dataplane - Added qd_buffer_list_append function to efficiently accumulate data in buffer lists.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit febda9e0598da7566fefee940289586ab6703993 Author: Ted Ross AuthorDate: Fri Jun 26 16:30:28 2020

[qpid-dispatch] 12/32: Dataplane: Updated the reference adaptor to implement connection activation

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 9545f352aa13032c3433d704abe08a45d7bf5919 Author: Ted Ross AuthorDate: Wed Jun 3 15:18:26 2020

[qpid-dispatch] 02/32: Dataplane: Re-factored direct-AMQP to use the protocol-adaptor interface.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 97fe8ff22182ba56678dc6b766479c43e49ce2d5 Author: Ted Ross AuthorDate: Mon Jun 1 16:40:53 2020

[qpid-dispatch] 14/32: Dataplane: Added a 5th message compose variant to provide: - optional properties - optional application-properties - optional body in the form of a buffer list - indication of r

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 02261342d835f8cf3a09e9e15121e43da5222ab8 Author: Ted Ross AuthorDate: Wed Jun 3 18:02:25 2020

[qpid-dispatch] 20/32: Dataplane: Updates to the message-extend (return buffer count for flow control). Added bidirectional streaming test to ref adaptor.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 1463337dcc13a73b357fbfe15b5d8f0f8dba34a8 Author: Ted Ross AuthorDate: Mon Jun 8 09:49:37 2020

[qpid-dispatch] 18/32: Dataplane: Added calls in message.h for streaming putput from adaptors. Renamed qdr_deliver_continue* to qdr_delivery_continue*

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit a307cf433ee35c1f6be53ab9eae0b57225b2125a Author: Ted Ross AuthorDate: Thu Jun 4 15:22:29 2020

[qpid-dispatch] 17/32: Dataplane: Exposed access to connection-ids from server. Moved the generation of the "connection opened" log from router_node.c to the core module. This causes the log to be rai

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit c2810643cd8f11258c268b2df09c9ee21a63ade1 Author: Ted Ross AuthorDate: Thu Jun 4 11:58:46 2020

[qpid-dispatch] 28/32: Dataplane: Fixed message parsing so it can handle partial and streaming content.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit df0568a8d4f03d04fe5046ee4159c330bb4291ca Author: Ted Ross AuthorDate: Wed Jul 15 17:25:35 2020

[qpid-dispatch] 21/32: Dataplane: Added API for streaming data out of messages. This commit adds the requirement for Proton raw-connection support.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 7cb6c07035216060ac48063a66a9e7c87bf6362a Author: Ted Ross AuthorDate: Tue Jun 9 13:18:45 2020

[qpid-dispatch] 19/32: Dataplane: Set proper buffer refcount in messages during buffer-extend. This ensures that the streaming buffers are properly freed when no longer needed.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 777f0b7f0709143717291f6819dd20f795dab701 Author: Ted Ross AuthorDate: Fri Jun 5 10:16:54 2020

[qpid-dispatch] 03/32: Dataplane: Exposed the protocol name with the connection entity.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit f4a41568eb8eaa5a4498b779967e89db81fc4a9c Author: Ted Ross AuthorDate: Mon Jun 1 18:31:32 2020

[qpid-dispatch] 32/32: DISPATCH-1742 Dataplane: Fixups from rebase to master.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit bcc2ddff7e20c7c8981d91a8ebe388a6de15eb2f Author: Ted Ross AuthorDate: Tue Aug 4 13:45:12 2020

[qpid-dispatch] 31/32: Dataplane - Added the body_data data structure for reading streaming messages. WIP - The following functions (in message.c) need to be implemented: find_last_buffer qd_message_b

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit ee033ef6ef931e7fb9c3757bc220bc4ecc42632f Author: Ted Ross AuthorDate: Sun Jul 26 21:02:36 2020

[qpid-dispatch] 30/32: Dataplane: WIP

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 5bb50a1c6cd5571b81ab562ec6fe2360c46ce860 Author: Ted Ross AuthorDate: Fri Jul 17 14:04:01 2020

[qpid-dispatch] 13/32: Dataplane: Fixed order problem in shutting down the router. Disabled the reference adaptor by default (uncomment the last line to re-enable). The reference adaptor causes test f

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 084daa1b8b468cbd1af05694bc775fd095ace3ea Author: Ted Ross AuthorDate: Wed Jun 3 16:16:44 2020

[qpid-dispatch] 26/32: Dataplane: WIP changes

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 4c11d640a73ab5255485feeae99538a0e876a017 Author: Ted Ross AuthorDate: Mon Jul 6 11:23:46 2020

[qpid-dispatch] 05/32: Dataplane: Added adaptor plugin capability. Started first reference adaptor (TCP).

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit e069627915d504a27c40a07da830ee39616c8b26 Author: Ted Ross AuthorDate: Tue Jun 2 10:24:04 2020

[qpid-dispatch] 01/32: Dataplane: Moved protocol-adapter functions from router_core.h into proto_adaptor.h

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 1e7d562a65314a5d141a62f27962a8b130a98a0f Author: Ted Ross AuthorDate: Mon Jun 1 12:23:59 2020

[qpid-dispatch] 23/32: Dataplane: (from gsim) Implementation of qd_message_read_body.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 20f841a982cab439cc1e902f0b4f961d21133b60 Author: Ted Ross AuthorDate: Fri Jun 19 13:19:12 2020

[qpid-dispatch] 06/32: Dataplane: Added documentation for the protocol adaptor callbacks.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit b75f05fd37e0035f549aa5e3c96097e91fc68684 Author: Ted Ross AuthorDate: Tue Jun 2 11:42:27 2020

[qpid-dispatch] 11/32: Dataplane: connection-activate is now routed through the protocol adapter that handles the connection.

2020-08-04 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch dev-protocol-adaptors in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit f91328c3b80f9c908f93b44dfd14749ee7a209a1 Author: Ted Ross AuthorDate: Wed Jun 3 15:16:56 2020

[qpid-dispatch] branch master updated: Added debug-dump backtrace for leaked objects in pooled memory. (#711)

2020-03-30 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 e528b51 Added debug-dump backtrace

[qpid-dispatch] branch master updated (6d7b421 -> 42a6273)

2020-03-09 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 6d7b421 DISPATCH-1524 Remove hawtio console add 42a6273 DISPATCH-1582 - Ignore router control message

[qpid-dispatch] branch master updated: DISPATCH-1551 - Assure that differential MAUs are expected before acc… (#667)

2020-01-20 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 c8a292f DISPATCH-1551 - Assure

[qpid-dispatch] branch master updated (6d8eeb6 -> 7dc31d2)

2019-10-31 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 6d8eeb6 DISPATCH-1428 - Replace xrange with range since it is gone is Python 3.x new beb89a3 DISPATCH

[qpid-dispatch] 04/05: DISPATCH-1409 - Added test case, fixed accounting bug found by the test case.

2019-10-31 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 1837ece08add3cfd1af377be4dfeb3203dc32339 Author: Ted Ross AuthorDate: Thu Oct 31 12:17:21 2019 -0400

[qpid-dispatch] 01/05: DISPATCH-1409 - Exposed available-credit and time-of-zero-credit as link attributes. Added logging for links that have been stuck with no credit for more than ten seconds.

2019-10-31 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit beb89a3d4a355af277f37248dac6bf3ae9733e96 Author: Ted Ross AuthorDate: Wed Oct 30 11:55:55 2019 -0400

[qpid-dispatch] 05/05: DISPATCH-1409 - Added a test for sender-link credit.

2019-10-31 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 7dc31d20eb917678c8fedbd5cd487c5c4f5f6c50 Author: Ted Ross AuthorDate: Thu Oct 31 14:03:02 2019 -0400

[qpid-dispatch] 03/05: DISPATCH-1409 - Added global metric/gauge for links-blocked. Updated qdstat man page.

2019-10-31 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 8fe83b73005c5c1b6322a6b0dad7356672b17f5f Author: Ted Ross AuthorDate: Wed Oct 30 16:58:08 2019 -0400

[qpid-dispatch] 02/05: DISPATCH-1409 - Reduce the batch size for batched management queries to account for the increased number of attributes in the link entity type.

2019-10-31 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit abda6a8de0d4838cb022e686c35af8471a194f3b Author: Ted Ross AuthorDate: Wed Oct 30 16:25:30 2019 -0400

[qpid-dispatch] branch master updated: DISPATCH-1463 - Added facility for detect stuck deliveries in the router. Added facility for the core thread to process background actions when there are no norm

2019-10-29 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 ef4fba8 DISPATCH-1463 - Added facility

[qpid-dispatch] branch master updated: DISPATCH-1442 - Added metadata field to the router entity. This closes #581

2019-10-08 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 eae4575 DISPATCH-1442 - Added metadata

[qpid-dispatch] branch master updated: DISPATCH-1362 - Remove recursive call to qdr_check_addr_CT during core shutdown. This removes a window of opportunity for an invalid free during shutdown. This c

2019-06-11 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 2d42c9c DISPATCH-1362 - Remove recursive

[qpid-dispatch] branch master updated: NO-JIRA - Fixed double-text in license header

2019-06-11 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 177df1f NO-JIRA - Fixed double-text

[qpid-dispatch] branch master updated: NO-JIRA - Added missing licence header

2019-06-11 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 5c74803 NO-JIRA - Added missing licence

[qpid-dispatch] branch master updated: DISPATCH-1337 - Added fallback-link feature This closes #507

2019-05-28 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 9c2e0b4 DISPATCH-1337 - Added fallback

[qpid-dispatch] branch master updated: DISPATCH-1325 - Treat newly attached outgoing links as stalled since they have not yet received initial credit. This will prevent stalling of deliveries that arr

2019-05-01 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 b44882d DISPATCH-1325 - Treat newly

[qpid-dispatch] branch master updated: DISPATCH-1322 - Prevent credit starvation in router-to-router links. Added protection for deliveries held in link processing outside the lock. This closes #493

2019-04-26 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 39309ea DISPATCH-1322 - Prevent credit

[qpid-dispatch] branch master updated: DISPATCH-1309 - Convert the delivery->link pointer to a safe pointer.

2019-04-11 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 67e8ef6 DISPATCH-1309 - Convert

[qpid-dispatch] branch master updated: DISPATCH-1309 - Move the decrement of the content ref-count below the buffer-trimming logic in qd_message_free. This eliminates the case where message content ca

2019-04-08 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 c27d73b DISPATCH-1309 - Move

[qpid-dispatch] branch master updated: DISPATCH-1309 - Repurposed unused qd_connection_t.closed flag to prevent writable processing on closed connections. This closes #481

2019-04-05 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 57c3603 DISPATCH-1309 - Repurposed

[qpid-dispatch] branch master updated: DISPATCH-1283 - Added the link-cleanup protection everywhere except for connection_closed.

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 9abdbdf DISPATCH-1283 - Added the link

[qpid-dispatch] branch master updated: DISPATCH-1283 - Added protection of links from being freed while they are in IO processing

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 4b3a420 DISPATCH-1283 - Added protection

[qpid-dispatch] branch master updated: DISPATCH-1297: Fix the outgoing buffer reference counting

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 f31d69b DISPATCH-1297: Fix the outgoing

[qpid-dispatch] branch master updated: DISPATCH-1300 - Removing /stand-alone from console install dir Updated the console-tarball generator to work with the new layout This closes #475

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 c57e76b DISPATCH-1300 - Removing /stand

[qpid-dispatch] branch master updated: NO-JIRA: prevent python system paths from leaking into the test environment This closes #474

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 11c6a43 NO-JIRA: prevent python system

[qpid-dispatch] branch master updated: DISPATCH-1275 - Enabled deletion of connections based on connection id. Added related policy code. By default, a user has privileges to delete a connection. A po

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 9f621c4 DISPATCH-1275 - Enabled deletion

[qpid-dispatch] 03/03: DISPATCH-1299 - Update safe-pointer use in the lookup client to use the newer API.

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 45332d36a1091d872cf857178432e04631af8456 Author: Ted Ross AuthorDate: Fri Mar 22 09:42:41 2019 -0400

[qpid-dispatch] branch master updated (136940b -> 45332d3)

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git. from 136940b DISPATCH-1296 - Change use of pn_ssl_domain_allow_unsecured_client

[qpid-dispatch] 02/03: DISPATCH-1285 - Updated the deferred receive handler to use safe pointers to links

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit 16826bc29e8772feeda84c07f546a5db60d755a8 Author: Ted Ross AuthorDate: Thu Mar 21 13:57:16 2019 -0400

[qpid-dispatch] 01/03: DISPATCH-1299 - Added safe-reference feature to the alloc-pool module. Note: alloc-malloc also has the same interface (will build), but does not provide the same safety.

2019-03-22 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git commit c47b976df339ea896b2ba5cf535b9bc07c13534c Author: Ted Ross AuthorDate: Thu Mar 21 12:53:50 2019 -0400

[qpid-dispatch] branch master updated: DISPATCH-1296 - Change use of pn_ssl_domain_allow_unsecured_client() to pn_transport_require_encryption() This closes #469 - pn_ssl_domain_unsecured_client() is

2019-03-20 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 136940b DISPATCH-1296 - Change use

[qpid-dispatch] branch master updated: DISPATCH-1290: add simple http healthcheck and allow websockets to be disabled on http listener This closes #468

2019-03-18 Thread tross
This is an automated email from the ASF dual-hosted git repository. tross 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 1e22255 DISPATCH-1290: add simple http

  1   2   3   4   5   6   7   8   9   10   >