(qpid-proton) branch main updated: PROTON-2832: proactor raw connection shutdown race with simultaneous epoll event

2024-08-01 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new bbe9a4b15 PROTON-2832: proactor raw

(qpid-proton) branch main updated: PROTON-2818: Move epoll proctor connection logic to a task thread.

2024-05-12 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 36fe831ec PROTON-2818: Move epoll proctor

(qpid-proton) branch main updated: NO-JIRA: placate C compiler warning with explicit cast for printf argument

2024-04-17 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new f8fd68f19 NO-JIRA: placate C compiler

(qpid-proton) branch main updated: PROTON-2792: [C++] check that scheduled tasks are active under lock

2024-03-18 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 674b0c6db PROTON-2792: [C++] check that

[qpid-proton] 01/02: PROTON-2763: Raw connection double DISCONNECT event

2023-09-13 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 0987726b3dd34da77bf826ac3cfb5b6fc19ba60b Author: Clifford Jansen AuthorDate: Wed Sep 13 19:06:04 2023 -0700

[qpid-proton] 02/02: PROTON-2764: schedule failed raw connections from pn_listener_raw_accept() so they can process events and cleanup

2023-09-13 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit c542df80c51abdc52ccde9eb7b581922563e8240 Author: Clifford Jansen AuthorDate: Wed Sep 13 19:18:24 2023 -0700

[qpid-proton] branch main updated (cb637b79e -> c542df80c)

2023-09-13 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git from cb637b79e PROTON-2748: Raw connection async close fix and tests. First part of pull 402 new 0987726b3

[qpid-proton] branch main updated: PROTON-2748: Raw connection async close fix and tests. First part of pull 402

2023-09-11 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new cb637b79e PROTON-2748: Raw connection

[qpid-proton] branch main updated: PROTON-2736: tls library - restore fixes backed out by mistake in previous jaeger/oltp commit

2023-05-29 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 0585bfde4 PROTON-2736: tls library

[qpid-proton] branch main updated: PROTON-2736: tls library - stay in decrypt loop long enough to finalize reads and state vars

2023-05-14 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new e637082ac PROTON-2736: tls library - stay

[qpid-proton] branch main updated: PROTON-2736: tls library - catch unblocking of decrypt stream for processed non-application records

2023-05-14 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 939a48f42 PROTON-2736: tls library

[qpid-proton] branch main updated: PROTON-2699: disable fdlimit test by default

2023-03-29 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new af4382b85 PROTON-2699: disable fdlimit

[qpid-proton] branch main updated: PROTON-2695: separate raw wake test to run only on proactors with raw wake support

2023-03-27 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new dba4a2e33 PROTON-2695: separate raw wake

[qpid-proton] branch main updated: PROTON-2696: fix clang warning/error on new raw connection test

2023-03-24 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 229ae1dff PROTON-2696: fix clang warning

[qpid-proton] branch main updated (34b4d930d -> f13bb8132)

2023-03-23 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git from 34b4d930d PROTON-2691: Fix -Wstrict-prototypes compile warning from Clang (#389) new d08e4a22e PROTON

[qpid-proton] 02/03: PROTON-2673: epoll raw connections - allow delivery of wake events prior to successful connect.

2023-03-23 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 47b958f271ea0637046c9b85de4690bd4dbebb1d Author: Clifford Jansen AuthorDate: Thu Mar 23 17:05:49 2023 -0700

[qpid-proton] 03/03: PROTON-2673: clarify doc for pn_raw_connection_wake()

2023-03-23 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit f13bb8132d9e744c4bc4ff66d283f9d4e34965f8 Author: Clifford Jansen AuthorDate: Thu Mar 23 23:53:12 2023 -0700

[qpid-proton] 01/03: PROTON-2695: epoll raw connections - reschedule task to finish unprocessed events from an event batch.

2023-03-23 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit d08e4a22e86610243dab1e5c08a8fd4c1c0d001b Author: Clifford Jansen AuthorDate: Sun Mar 19 23:00:12 2023 -0700

[qpid-proton] branch main updated: PROTON-2658: fix Proton-C TLS buffer leak

2022-12-05 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 2eab5c0f3 PROTON-2658: fix Proton-C TLS

[qpid-proton] branch main updated: PROTON-2643: C ssl driver - avoid hang in handshake in older versions of OpenSSL

2022-11-24 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new c9d8caa07 PROTON-2643: C ssl driver

[qpid-proton] branch main updated: PROTON-2647: make send-abort example handle variations in number of FLOW events

2022-11-06 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 6255d0b46 PROTON-2647: make send-abort

[qpid-proton] branch main updated: PROTON-2641: previous commit ref should be this, epoll proactor change socket read() to recv()

2022-10-31 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 2821e5bfc PROTON-2641: previous commit

[qpid-proton] branch main updated: PROTON-2461: epoll proactor change socket read() to recv()

2022-10-31 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 93960f1e2 PROTON-2461: epoll proactor

[qpid-proton] branch main updated: PROTON-2640: fix JIRA ref on previous commit for default max frame size

2022-10-31 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 50c10c6d7 PROTON-2640: fix JIRA ref on

[qpid-proton] branch main updated: PROTON-2460: if max frame size not set by application, set default max frame size to 32k

2022-10-31 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new e245c19d8 PROTON-2460: if max frame size

[qpid-proton] branch main updated: PROTON-2633: epoll proactor write flush functionality

2022-10-31 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new b69fc15c7 PROTON-2633: epoll proactor

[qpid-proton] branch main updated: PROTON-2622: tls library - ensure capacity values match given capacity

2022-10-26 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 2e8c767a3 PROTON-2622: tls library

[qpid-proton] branch main updated (a4375a835 -> c1171d9ab)

2022-09-15 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git from a4375a835 PROTON-2590: [Python] Remove use of "from __future__ import ..." new f8f538645 P

[qpid-proton] 01/02: PROTON-2612: TLS OpenSSL library: initialize read raw buffer size to use whole capacity

2022-09-15 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit f8f5386455c8bfec3cc40fe8271acdd50b4f2f4f Author: Clifford Jansen AuthorDate: Thu Sep 15 10:14:55 2022 -0700

[qpid-proton] 02/02: PROTON-2613: TLS OpenSSL library: fix SSL_write configuration for partial writes

2022-09-15 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit c1171d9ab347cbd1442a7f77ad6dd4db74f8619b Author: Clifford Jansen AuthorDate: Thu Sep 15 10:25:12 2022 -0700

[qpid-proton] branch main updated: PROTON-2586: TLS OpenSSL library - incomplete decryption/encryption of staged buffers

2022-08-02 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new b9fe1739d PROTON-2586: TLS OpenSSL

[qpid-proton] branch main updated: PROTON-2535: TLS OpenSSL library: remove BIO on decrypt side for accurate errors and byte counts

2022-06-24 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new c33f1abc1 PROTON-2535: TLS OpenSSL

[qpid-proton] branch main updated: PROTON-2544: temporary warning-as-error disable for DH_xxx calls in openssl related code

2022-06-01 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 5aaa655cb PROTON-2544: temporary warning

[qpid-proton] branch main updated: PROTON-1870: openssl layer: flush TLS error alert to peer for better error reporting

2022-05-12 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new dfebbe8c PROTON-1870: openssl layer

[qpid-proton] branch main updated: PROTON-2519: TLS Library - null pointer reference

2022-03-14 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new d409829 PROTON-2519: TLS Library - null

[qpid-proton] branch main updated: PROTON-2512: TLS library - remove unused code

2022-03-14 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 532bbd8 PROTON-2512: TLS library

[qpid-proton] branch main updated: PROTON-2517: for pn_data used by emitters, save point, rewind, restore. This closes #362

2022-03-14 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 4c0b03f PROTON-2517: for pn_data used by

[qpid-proton] branch main updated: PROTON-2472: prevent early consumption of ready list on EINTR

2022-02-02 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 3a063e3 PROTON-2472: prevent early

[qpid-proton] branch main updated: PROTON-2472: epoll proactor - fix ready list tracking when EINTR in epoll_wait

2022-02-02 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 4650f3e PROTON-2472: epoll proactor

[qpid-proton] branch main updated: PROTON-2112: prevent fd overflow recovery during proactror shutdown

2022-01-19 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 4eda877 PROTON-2112: prevent fd overflow

[qpid-proton] branch main updated: PROTON-2484: epoll proactor - missing null pointer logic generously found by coverity

2022-01-14 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 9ddecea PROTON-2484: epoll proactor

[qpid-proton] branch main updated: PROTON-2484: epoll proactor - update fix for new introduced TSAN race

2022-01-13 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 5101a6f PROTON-2484: epoll proactor

[qpid-proton] branch main updated: PROTON-2484: epoll proactor - remove task memory reference after possible free

2022-01-13 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new a19aa87 PROTON-2484: epoll proactor

[qpid-proton] branch main updated: PROTON-2483: epoll proactor TSAN race - ensure task locks not held when calling pni_timer_set()

2022-01-12 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new c6db2b0 PROTON-2483: epoll proactor TSAN

[qpid-proton] branch main updated: PROTON-2436: epoll raw connection TSAN race fix

2022-01-11 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 3701f04 PROTON-2436: epoll raw

[qpid-proton] branch main updated: PROTON-2362: epoll proactor - handle connection wake and listener close before task setup complete

2021-12-20 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new f734e9e PROTON-2362: epoll proactor

[qpid-proton] branch main updated: PROTON-2519: epoll proactor - clarify unpolled work and move assertion outside loop repeated with EINTR

2021-12-17 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new c8bcd4a PROTON-2519: epoll proactor

[qpid-proton] 03/03: PROTON-2362: epoll proactor: remove ready list sneak peek optimization causing early task deletion

2021-12-15 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 996b9b114fdb4682c8114ad700705446ff3a24fd Author: Cliff Jansen AuthorDate: Wed Dec 15 17:54:51 2021 -0800

[qpid-proton] 01/03: PROTON-2362: epoll proactor: prevent opportunistic warm task from running twice

2021-12-15 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 4f8ac48c48e66d1650308bc1be694dae3215fc9a Author: Cliff Jansen AuthorDate: Wed Dec 15 17:43:30 2021 -0800

[qpid-proton] 02/03: PROTON-2362: epoll proactor: fix locking in listener overflow processing

2021-12-15 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit cfd300e7d41ddfd39ae3e130fde8d1d654cfd099 Author: Cliff Jansen AuthorDate: Wed Dec 15 17:48:20 2021 -0800

[qpid-proton] branch main updated (89082f1 -> 996b9b1)

2021-12-15 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. from 89082f1 PROTON-2476: Restore truncation behaviour for transfer frame traces new 4f8ac48 PROTON-2362

[qpid-proton] 03/03: PROTON-2362: epoll proactor fix for tsan_tr2.txt. Make scheduling and re-scheduling completely separate.

2021-11-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit d31f829baafd3a45208c85e7d791452b4e997235 Author: Cliff Jansen AuthorDate: Mon Nov 22 10:25:23 2021 -0800

[qpid-proton] 01/03: PROTON-2362: epoll proactor fix for tsan_tr1.txt. Check earmark edge case at same time and with same lock as for unassign_thread.

2021-11-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 239a39eb2d04f0588081975a4f173bb5f121d1fa Author: Cliff Jansen AuthorDate: Sun Nov 21 12:37:32 2021 -0800

[qpid-proton] 02/03: PROTON-2362: epoll proactor fix for tsan_tr3.txt. Use safe local variable not subject to deletion in another thread.

2021-11-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 586d94464d2ad6fc69e04aaa42f0df54a788561c Author: Cliff Jansen AuthorDate: Sun Nov 21 13:09:25 2021 -0800

[qpid-proton] branch main updated (8b816f4 -> d31f829)

2021-11-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. from 8b816f4 NO-JIRA upgrade from Catch v2.13.6 to v2.13.7 (#342) new 239a39e PROTON-2362: epoll proactor

[qpid-proton] branch main updated: PROTON-2422: fix epoll timer ordering bug

2021-10-29 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 63abb68 PROTON-2422: fix epoll timer

[qpid-proton] branch main updated: PROTON-2403: libuv proactor update for newer libuv library versions

2021-07-02 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 471d043 PROTON-2403: libuv proactor

[qpid-proton] branch main updated: PROTON-2397: fix to Windows implementation

2021-06-24 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new a453a87 PROTON-2397: fix to Windows

[qpid-proton] branch main updated: PROTON-2397: test fixes and extra test

2021-06-23 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 1151c36 PROTON-2397: test fixes and

[qpid-proton] branch main updated: PROTON-2397: make client TLS connection verification defaults consistent: verify peer certificate and name

2021-06-17 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/main by this push: new 605bc58 PROTON-2397: make client TLS

[qpid-cpp] branch main updated: QPID-8527: Fix hang in qpidd with TLS connections.

2021-05-20 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git The following commit(s) were added to refs/heads/main by this push: new 21a8667 QPID-8527: Fix hang in qpidd with

[qpid-proton] branch main updated (22ff802 -> 69339de)

2021-04-02 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. from 22ff802 PROTON-2354: Better fix for some 'macOS' test failures add 69339de PROTON-2344:

[qpid-proton] 01/01: PROTON-2344: fix Python BlockingConnection resource leaks, memory and socket fds

2021-04-02 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 69339dedbb2ec8d6f934e7de08d021e525312c03 Author: Cliff Jansen AuthorDate: Fri Apr 2 11:46:39 2021 -0700

[qpid-proton] branch master created (now 69339de)

2021-04-02 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. at 69339de PROTON-2344: fix Python BlockingConnection resource leaks, memory and socket fds This branch

[qpid-proton] branch master updated: PROTON-2334: fix libuv proactor PN_PROACTOR_INACTIVE event generation

2021-02-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 6353ad9 PROTON-2334: fix libuv

[qpid-proton] branch master updated: PROTON-2337: epoll proactor - missing lock on variable increment, found by TSAN

2021-02-18 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 ff8ca1a PROTON-2337: epoll proactor

[qpid-proton] 02/02: PROTON-2334: c-fdlimit-tests fix for libuv immediate close connection drain behaviour for EMFILE accept() error

2021-02-12 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 039c1fef0954491292c0fd171f22abc63fc541c5 Author: Cliff Jansen AuthorDate: Fri Feb 12 10:02:43 2021 -0800

[qpid-proton] branch master updated (e4f3c34 -> 039c1fe)

2021-02-12 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. from e4f3c34 NO-JIRA Add two forgotten test files to the project (#296) new 09dfeea PROTON-2334

[qpid-proton] 01/02: PROTON-2334: threaderciser test - simultaneous connect and pn_proactor_disconnect()

2021-02-12 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 09dfeea5db115a99217dbc64900db8f2496e2787 Author: Cliff Jansen AuthorDate: Fri Feb 12 08:33:53 2021 -0800

[qpid-proton] branch master updated: PROTON-2328: epoll proactor, use local variable not zeroed task member to track warm pairings

2021-01-25 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 b4ce612 PROTON-2328: epoll proactor

[qpid-proton] 01/03: PROTON-2326: epoll proactor refactor - "schedule" instead of "wake", "task" instead of "context"

2021-01-24 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 38c2dab1083d1cada116360d7219192614467277 Author: Cliff Jansen AuthorDate: Sun Jan 24 10:54:21 2021 -0800

[qpid-proton] branch master updated (ea4dbf1 -> 4fc4c78)

2021-01-24 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. from ea4dbf1 PROTON-2327: Fix example build breakage on cmake 2.8.12 new 38c2dab PROTON-2326: epoll

[qpid-proton] 02/03: PROTON-2326: epoll proactor refactor - provide proactor as direct argument to notify_poller(), not indirect via task

2021-01-24 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit f6734ed6cdab7ca7ff84d208774735a0edad7731 Author: Cliff Jansen AuthorDate: Wed Jan 20 22:33:34 2021 -0800

[qpid-proton] 03/03: PROTON-2326: epoll proactor refactor - make all tasks wakeable in generic manner. This closes #290

2021-01-24 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 4fc4c7869f470c688777c4f040b0fc31219f4f42 Author: Cliff Jansen AuthorDate: Sun Jan 24 11:18:30 2021 -0800

[qpid-proton] branch master updated: PROTON-1516: add tests for empty last frame in a streamed message

2020-12-14 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 8c0e209 PROTON-1516: add tests for

[qpid-proton] branch master updated: PROTON-1914: early settlement of inbound streamed message. This closes #279

2020-12-11 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 72fccd6 PROTON-1914: early

[qpid-proton] branch master updated: PROTON-2172: proactor fdlimit test. Should work after PROTON-1496.

2020-11-23 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 7735f1b PROTON-2172: proactor

[qpid-proton] branch master updated: PROTON-2304: fix epoll proactor hang removing and replacing same canceled timer at front of timers list repeatedly

2020-11-16 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 9722a7f PROTON-2304: fix epoll

[qpid-proton] branch master updated: PROTON-2292: backout tsan suppression. Apply fix to forced shutdown code path.

2020-11-10 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 2ec1ba5 PROTON-2292: backout tsan

[qpid-proton] branch master updated: PROTON-2292: update tsan.supp for new epoll proactor timer code

2020-11-09 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 8c8a8bc PROTON-2292: update

[qpid-proton] branch master updated: PROTON-2292: TSAN failure in epoll_timer.c. Replace missing lock spotted by TSAN and Coverity.

2020-11-09 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 06833ac PROTON-2292: TSAN failure in

[qpid-proton] branch master updated: PROTON-1496: epoll proactor - improved timers implementation with single timerfd kernel resource

2020-11-08 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 d31ad96 PROTON-1496: epoll proactor

[qpid-proton] branch master updated: NO-JIRA: Split out epoll proactor poller logic to separate routine for readability

2020-10-20 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 34ca28f NO-JIRA: Split out epoll

[qpid-proton] branch master updated: PROTON-2277: move comment associated with moved code. grrr

2020-09-21 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 e2d82fc PROTON-2277: move comment

[qpid-proton] branch master updated: PROTON-2277: move debug variable memory to separate from net address buffer

2020-09-21 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 4ee924e PROTON-2277: move debug

[qpid-proton] branch master updated: PROTON-2277: maintain some extra epoll related state to aid debugging

2020-09-18 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 31a5cd2 PROTON-2277: maintain some

[qpid-proton] branch master updated: PROTON-2226: remove assertion check that generates false positive

2020-08-11 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 c8aba5e PROTON-2226: remove

[qpid-proton] branch master updated: PROTON-2258: mark pn_work_head(), pn_work_next(), and Python equivalents as deprecated.

2020-08-06 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 ee88029 PROTON-2258: mark

[qpid-cpp] branch master updated: QPID-8453: fix boundary test between map8 and map32 encodings for AMQP 1.0 messages

2020-07-13 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git The following commit(s) were added to refs/heads/master by this push: new 9be8db5 QPID-8453: fix boundary test

[qpid-proton] branch master updated: PROTON-2240: epoll proactor - fix cases where a fired timer is not rearmed as expected

2020-06-17 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 4a22a0d PROTON-2240: epoll proactor

[qpid-proton] branch master updated: PROTON-2211: fix fd leak on connections in new epoll proactor implementation

2020-05-07 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 9e1fff5 PROTON-2211: fix fd leak on

[qpid-proton] branch master updated: PROTON-2203: fix duplicate listener socket rearming and rationalize rearming locking

2020-04-30 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 9f1e5f0 PROTON-2203: fix duplicate

[qpid-proton] branch master updated: PROTON-2172: temporarily disable test pending proper epoll timers fix

2020-04-23 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen 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 b496997 PROTON-2172: temporarily

[qpid-proton] 06/09: PROTON-2130: epoll reworking: - Only keep fd in epoll_extended_t remove from ptimer_t, psocket_t - Remove backpointers and consistently use structure embedding to go from: psocket

2020-04-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 9e1990b1345f9917648659399f198e74fba7d5d7 Author: Andrew Stitcher AuthorDate: Thu Mar 19 23:35:36 2020 -0400

[qpid-proton] 05/09: PROTON-2130: Split out structs from epoll.c to make it easier to mess with them

2020-04-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit b860538ba698a6d6a85cc47a44e9e522d4825d47 Author: Andrew Stitcher AuthorDate: Mon Mar 16 13:09:05 2020 -0400

[qpid-proton] 04/09: PROTON-2130: epoll proactor race/deadlock fixes

2020-04-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 7b000f12448a93a7aa1168fbca416a036547a92a Author: Cliff Jansen AuthorDate: Wed Dec 11 10:19:08 2019 -0800

[qpid-proton] 09/09: PROTON-2130: swap include file ordering for PROTON-2195/2196, trim trailing whitespace

2020-04-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 72635e3e882266be5a9c479bb4cfc1fb92b9d694 Author: Cliff Jansen AuthorDate: Wed Apr 22 22:21:21 2020 -0700

[qpid-proton] 03/09: PROTON-2130: epoll proactor io bytes accounting fix for shutdown and error

2020-04-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 664e436e36267ce3e7354c8de0949dacfb13d485 Author: Cliff Jansen AuthorDate: Mon Dec 2 09:42:59 2019 -0800

[qpid-proton] branch master updated (b569a4f -> 72635e3)

2020-04-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. from b569a4f PROTON-2196: Small proactor tidy ups new 667f78c PROTON-2130: epoll proactor changed to use

[qpid-proton] 01/09: PROTON-2130: epoll proactor changed to use serialized calls to epoll_wait for multiple events

2020-04-22 Thread cliffjansen
This is an automated email from the ASF dual-hosted git repository. cliffjansen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 667f78c6d2ac17256ea67da54ff5703d424328f1 Author: Cliff Jansen AuthorDate: Thu Nov 7 00:55:50 2019 -0800

  1   2   3   4   >