[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 the deliv

[qpid-proton] 06/15: NO-JIRA: Fix unused-variable warning from clang

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit c209b5312788b24eff4a3ef7fbfbb43d106306ed Author: Jiri Danek AuthorDate: Wed Feb 20 22:49:26 2019 -0800 NO-JIRA

[qpid-proton] 05/15: NO-JIRA: [c] missing break in send-ssl.c example

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 411f679ab023dd77254ae6be36aee2e70319ceb0 Author: Jiří Daněk AuthorDate: Thu Feb 21 17:51:49 2019 +0100 NO-JIRA

[qpid-proton] 08/15: PROTON-2004: [c] Allow Proton to compile with libressl

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 3b6de8f825ca1829815735edd88056a072d7acbe Author: Andrew Stitcher AuthorDate: Mon Mar 4 13:49:53 2019 -0500 PRO

[qpid-proton] 10/15: PROTON-2014: [c] Ensure SSL mutual authentication

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 4aea0fd8502f5e9af7f22fd60645eeec07bce0b2 Author: Andrew Stitcher AuthorDate: Thu Mar 7 15:51:11 2019 -0500 PRO

[qpid-proton] 13/15: PROTON-2027: Make disconnect work like other wake mechanisms (eg. pn_connection_wake) and check for closing status. Count disconnects correctly for competing closes.

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit fdeddad3767dac5022df7dc966be6681293c173e Author: Cliff Jansen AuthorDate: Mon Apr 8 04:47:52 2019 -0700 PROTON

[qpid-proton] branch 0.27.x created (now 1b490b3)

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a change to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. at 1b490b3 PROTON-2027: use make_work instead of lambda for wider platform coverage This branch includes the fol

[qpid-proton] 07/15: PROTON-2017: [go] fix proton-c version check

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 49ded1fb5a458cd73391b2af739231bfa4dad354 Author: Alan Conway AuthorDate: Thu Mar 7 13:34:43 2019 -0500 PROTON-

[qpid-proton] 11/15: PROTON-2014: [c] Fix example broker to warn when it fails to set up ssl - Also make send-ssl tell you the remote peer

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 2d3ba8aadc6657410a9e9f020c4d371cb41cd41b Author: Andrew Stitcher AuthorDate: Fri Mar 8 13:14:34 2019 -0500 PRO

[qpid-proton] 14/15: PROTON-2027: Test case with two closing connection contexts competing with a third context in pn_proactor_disconnect().

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 8a84224cc79377b09bed59a33d1d11b641b45505 Author: Cliff Jansen AuthorDate: Mon Apr 8 04:58:48 2019 -0700 PROTON

[qpid-proton] 03/15: PROTON-1989: [c] Support TLSv1.3 with openssl 1.1.1

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 790738e469350eab5dea1ddbd9907c583d06261f Author: Andrew Stitcher AuthorDate: Fri Feb 22 16:20:07 2019 -0500 PR

[qpid-proton] 02/15: PROTON-2013: Updated Travis CI macOS jobs to be xcode8.3 and xcode10.1

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 3d44d34284e1cea4b3cb9c45389bd8314461ca16 Author: Roddie Kieley AuthorDate: Thu Mar 7 09:44:52 2019 -0330 PROTO

[qpid-proton] 04/15: PROTON-2010: Fix for Proton Python handling of comments and mech lists in connection config file. Also, small fix for JSON syntax in connect-config.md.

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 16c62204c65f4ae7a867606569fb90279ed987ae Author: Kim van der Riet AuthorDate: Tue Feb 26 12:20:25 2019 -0500 P

[qpid-proton] 15/15: PROTON-2027: use make_work instead of lambda for wider platform coverage

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 1b490b30954616e7c135929153b20337666a84b7 Author: Cliff Jansen AuthorDate: Tue Apr 9 14:04:41 2019 -0700 PROTON

[qpid-proton] 12/15: PROTON-2006: [C++] Fixed up service bus example to work - Connection options needed fixing -- You can't put user/password in the connection url anymore -- Need to turn SSL on and

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 37e6a68de7dce46dcec13ca00415bb169934b747 Author: Andrew Stitcher AuthorDate: Tue Mar 26 16:26:26 2019 -0400 PR

[qpid-proton] 09/15: PROTON-2018: [c] Introduce some ssl protocol tests

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 1b2c2ec755d7cba9f7f94cde76bd11d59f146b24 Author: Andrew Stitcher AuthorDate: Thu Mar 7 15:50:08 2019 -0500 PRO

[qpid-proton] 01/15: update versions to 0.27.1-SNAPSHOT

2019-04-11 Thread robbie
This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git commit 8cb132b3773dada106156ce4ef1226a00882d14e Author: Robbie Gemmell AuthorDate: Thu Apr 11 15:07:59 2019 +0100 upd