[GitHub] qpid-proton pull request #146: NO-JIRA: [c] prefer linking with static libra...

2018-12-13 Thread jdanekrh
Github user jdanekrh closed the pull request at: https://github.com/apache/qpid-proton/pull/146 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #143: NO-JIRA: [c] link fuzzing binaries using CXX ...

2018-12-13 Thread jdanekrh
Github user jdanekrh closed the pull request at: https://github.com/apache/qpid-proton/pull/143 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #172: NO-JIRA: c/test/fuzz patches from oss-fuzz

2018-12-13 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/qpid-proton/pull/172 NO-JIRA: c/test/fuzz patches from oss-fuzz * NO-JIRA: [c] prefer linking with static library in fuzz tests * NO-JIRA: [c] link fuzzing binaries using CXX linker this supersedes htt

[GitHub] qpid-proton pull request #171: NO-JIRA: outdated `pn_connection_driver_free`...

2018-12-12 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/qpid-proton/pull/171 NO-JIRA: outdated `pn_connection_driver_free` reference in doc comment You can merge this pull request into a Git repository by running: $ git pull https://github.com/jdanekrh/qpid-proto

[GitHub] qpid-proton pull request #170: PROTON-1959 [cpp] Binary compatible reconnect

2018-12-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/170 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #170: PROTON-1959 [cpp] Binary compatible reconnect

2018-12-03 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/170 PROTON-1959 [cpp] Binary compatible reconnect The previous commit f53c7683d7e90363 added virtual functions to messaging_handler which is a binary incompatible change. Modify & u

[GitHub] qpid-proton pull request #169: Clang format

2018-11-27 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/169 Clang format Format command: clang-format -i $(git ls-files -- *.cpp *.hpp *.c *.h) Style file is /.clang-format, with the following contents: Language: Cpp

[GitHub] qpid-proton pull request #168: PROTON-1887: [c] Convert C tests to use Catch...

2018-11-15 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/168 PROTON-1887: [c] Convert C tests to use Catch2 harness. Convert c/tests from home-baked test macros to the Catch2 test harness. We are using version 1.x until we can move on from supporti

[GitHub] qpid-proton pull request #162: PROTON-1957: Re-enabling the install of pytho...

2018-10-15 Thread RoddieKieley
GitHub user RoddieKieley opened a pull request: https://github.com/apache/qpid-proton/pull/162 PROTON-1957: Re-enabling the install of python 3.6.4_4 for travis mac… …OS build via specific commit of the forumla. You can merge this pull request into a Git repository by running:

[GitHub] qpid-proton pull request #161: NO-JIRA: Removed python upgrade for xcode7.3 ...

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/161 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #161: NO-JIRA: Removed python upgrade for xcode7.3 ...

2018-10-03 Thread RoddieKieley
GitHub user RoddieKieley opened a pull request: https://github.com/apache/qpid-proton/pull/161 NO-JIRA: Removed python upgrade for xcode7.3 travis build to fix pip issue Tried a few different updates to rectify the [travis xcode7.3 build failure](https://travis-ci.org/apache/qpid-pr

[GitHub] qpid-proton pull request #151: Install tests

2018-09-28 Thread alanconway
Github user alanconway closed the pull request at: https://github.com/apache/qpid-proton/pull/151 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #159: PROTON-1940: [c] normalize encoding of multip...

2018-09-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/159 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #142: PROTON-1831: Incorrect open/close sequence fo...

2018-09-28 Thread alanconway
Github user alanconway closed the pull request at: https://github.com/apache/qpid-proton/pull/142 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #157: WIP: extract connection_options_impl for test...

2018-09-28 Thread alanconway
Github user alanconway closed the pull request at: https://github.com/apache/qpid-proton/pull/157 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #160: WIP: option version of connection_options ...

2018-09-28 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/160 WIP: option version of connection_options getters This is the template approach to option getters - memory safe. Needs to be extended to all the _options classes, but I want agreement on

[GitHub] qpid-proton pull request #150: PROTON-1888: allow configuration of connectio...

2018-09-26 Thread grs
Github user grs closed the pull request at: https://github.com/apache/qpid-proton/pull/150 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

Re: [GitHub] qpid-proton pull request #159: PROTON-1940: [c] normalize encoding of multip...

2018-09-26 Thread Alan Conway
On Wed, Sep 26, 2018 at 10:38 AM astitcher wrote: > > What is 'multiple="true" field'? There is nothing called this in the > standard is there? Alas there is, which is where the problem started. It is *yet another* way to represent a variable-length sequence of identically typed values but

Re: [GitHub] qpid-proton pull request #159: PROTON-1940: [c] normalize encoding of multip...

2018-09-26 Thread Alan Conway
On Wed, Sep 26, 2018 at 10:38 AM astitcher wrote: > Github user astitcher commented on a diff in the pull request: > > https://github.com/apache/qpid-proton/pull/159#discussion_r220587685 > > --- Diff: c/src/core/codec.c --- > @@ -529,15 +529,15 @@ int pn_data_vfill(pn_data_t *data, c

[GitHub] qpid-proton pull request #159: PROTON-1940: [c] normalize encoding of multip...

2018-09-26 Thread astitcher
Github user astitcher commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/159#discussion_r220587087 --- Diff: c/src/core/codec.c --- @@ -657,7 +657,46 @@ int pn_data_vfill(pn_data_t *data, const char *fmt, va_list ap) } }

[GitHub] qpid-proton pull request #159: PROTON-1940: [c] normalize encoding of multip...

2018-09-26 Thread astitcher
Github user astitcher commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/159#discussion_r220587685 --- Diff: c/src/core/codec.c --- @@ -529,15 +529,15 @@ int pn_data_vfill(pn_data_t *data, const char *fmt, va_list ap) case 'd': e

[GitHub] qpid-proton pull request #:

2018-09-24 Thread alanconway
Github user alanconway commented on the pull request: https://github.com/apache/qpid-proton/commit/3dd3bd4913af915d1632fed57c350d76a5cd0ba2#commitcomment-30626748 In ruby/lib/core/connection.rb: In ruby/lib/core/connection.rb on line 117: Try indenting by 2 spaces when you cont

[GitHub] qpid-proton pull request #:

2018-09-24 Thread ssorj
Github user ssorj commented on the pull request: https://github.com/apache/qpid-proton/commit/3dd3bd4913af915d1632fed57c350d76a5cd0ba2#commitcomment-30626644 In ruby/lib/core/connection.rb: In ruby/lib/core/connection.rb on line 117: I tried and failed to figure it out last tim

[GitHub] qpid-proton pull request #159: PROTON-1940: [c] normalize encoding of multip...

2018-09-24 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/159 PROTON-1940: [c] normalize encoding of multiple="true" fields AMQP spec allows several ways to encode a "multiple" field, we allow all in incoming data or pn_data_t values created in the

[GitHub] qpid-proton pull request #158: PROTON-1937: Use value.type() to check for va...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/158 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #158: PROTON-1937: Use value.type() to check for va...

2018-09-21 Thread ChugR
GitHub user ChugR opened a pull request: https://github.com/apache/qpid-proton/pull/158 PROTON-1937: Use value.type() to check for value presence or absence This works for me on Fedroa 27 and 28 You can merge this pull request into a Git repository by running: $ git pull https:

[GitHub] qpid-proton pull request #:

2018-09-21 Thread jdanekrh
Github user jdanekrh commented on the pull request: https://github.com/apache/qpid-proton/commit/3dd3bd4913af915d1632fed57c350d76a5cd0ba2#commitcomment-30590156 In ruby/lib/core/connection.rb: In ruby/lib/core/connection.rb on line 117: @ssorj there is overrun line here in doc

[GitHub] qpid-proton pull request #157: WIP: extract connection_options_impl for test...

2018-09-19 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/157 WIP: extract connection_options_impl for tests and internal use You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanconway/qpid-proton c

[GitHub] qpid-proton pull request #156: PROTON-1936: lower case include and updated i...

2018-09-17 Thread marcelmeulemans
GitHub user marcelmeulemans opened a pull request: https://github.com/apache/qpid-proton/pull/156 PROTON-1936: lower case include and updated ifdefs You can merge this pull request into a Git repository by running: $ git pull https://github.com/marcelmeulemans/qpid-proton feat

[GitHub] qpid-proton pull request #155: PROTON-1846: allow more than 65536 nodes in a...

2018-09-17 Thread marcelmeulemans
GitHub user marcelmeulemans opened a pull request: https://github.com/apache/qpid-proton/pull/155 PROTON-1846: allow more than 65536 nodes in a pn_data_t instance You can merge this pull request into a Git repository by running: $ git pull https://github.com/marcelmeulemans/qp

[GitHub] qpid-proton pull request #:

2018-09-12 Thread alanconway
Github user alanconway commented on the pull request: https://github.com/apache/qpid-proton/commit/6275c986902fe2d16cefb1ae860f1d8af3caacd1#commitcomment-30481273 In ruby/CMakeLists.txt: In ruby/CMakeLists.txt on line 44: On Wed, Sep 12, 2018 at 10:32 AM, Jiří Daněk wro

[GitHub] qpid-proton pull request #:

2018-09-12 Thread alanconway
Github user alanconway commented on the pull request: https://github.com/apache/qpid-proton/commit/6275c986902fe2d16cefb1ae860f1d8af3caacd1#commitcomment-30481157 In ruby/CMakeLists.txt: In ruby/CMakeLists.txt on line 44: Fixed Commit 7e3d648e40e1baa76540f0a975bec929c5

[GitHub] qpid-proton pull request #:

2018-09-12 Thread jdanekrh
Github user jdanekrh commented on the pull request: https://github.com/apache/qpid-proton/commit/6275c986902fe2d16cefb1ae860f1d8af3caacd1#commitcomment-30480915 In ruby/CMakeLists.txt: In ruby/CMakeLists.txt on line 44: This is ridiculous. Can't we require Modern CMake TM? As d

[GitHub] qpid-proton pull request #:

2018-09-12 Thread alanconway
Github user alanconway commented on the pull request: https://github.com/apache/qpid-proton/commit/6275c986902fe2d16cefb1ae860f1d8af3caacd1#commitcomment-30480860 In ruby/CMakeLists.txt: In ruby/CMakeLists.txt on line 44: On Wed, Sep 12, 2018 at 10:07 AM, Jiří Daněk wro

[GitHub] qpid-proton pull request #:

2018-09-12 Thread jdanekrh
Github user jdanekrh commented on the pull request: https://github.com/apache/qpid-proton/commit/6275c986902fe2d16cefb1ae860f1d8af3caacd1#commitcomment-30480490 In ruby/CMakeLists.txt: In ruby/CMakeLists.txt on line 44: On centos/rhel 7: -- The tox tool is not avai

[GitHub] qpid-proton pull request #154: Replace user-defined macro WIN32 by compiler-...

2018-08-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/154 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #154: Replace user-defined macro WIN32 by compiler-...

2018-08-23 Thread matlo607
GitHub user matlo607 opened a pull request: https://github.com/apache/qpid-proton/pull/154 Replace user-defined macro WIN32 by compiler-defined _WIN32 On Windows, if qpid-proton is used by another build system (still compiling with VC) than a Visual Studio project, `/D WIN32` is not

[GitHub] qpid-proton pull request #152: PROTON-1886: Dump the thread's SSL error queu...

2018-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/152 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #145: Potential chained epoll impl for PROTON-1842

2018-08-17 Thread cliffjansen
Github user cliffjansen closed the pull request at: https://github.com/apache/qpid-proton/pull/145 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #153: support libressl

2018-08-16 Thread archerabi
Github user archerabi closed the pull request at: https://github.com/apache/qpid-proton/pull/153 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #153: support libressl

2018-08-16 Thread archerabi
GitHub user archerabi opened a pull request: https://github.com/apache/qpid-proton/pull/153 support libressl You can merge this pull request into a Git repository by running: $ git pull https://github.com/better/qpid-proton libressl Alternatively you can review and apply thes

[GitHub] qpid-proton pull request #152: PROTON-1886: Dump the thread's SSL error queu...

2018-08-03 Thread k-wall
GitHub user k-wall opened a pull request: https://github.com/apache/qpid-proton/pull/152 PROTON-1886: Dump the thread's SSL error queue in the event that SSL_new fails. Uses the established mechanism to dump the thread's SSL error queue to established tracer in the event that SSL_n

[GitHub] qpid-proton pull request #133: PROTON-1796 branch for automated periodic Cov...

2018-07-26 Thread jdanekrh
Github user jdanekrh closed the pull request at: https://github.com/apache/qpid-proton/pull/133 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #151: Install tests

2018-07-09 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/151 Install tests Tests can be executed from install for c, cpp, ruby. Installed under INSTALL-PREFIX/share/proton-VERSION/examples. Each examples/ subdir has a stand-alone `testme`

[GitHub] qpid-proton pull request #150: PROTON-1888: allow configuration of connectio...

2018-07-09 Thread grs
GitHub user grs opened a pull request: https://github.com/apache/qpid-proton/pull/150 PROTON-1888: allow configuration of connection details from a config … …file The file to use can be specified using the CONNECT_CONFIG environment variable. If that is not set, it

[GitHub] qpid-proton pull request #148: PROTON-1354: Don't allow SASL mechanisms GSSA...

2018-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/148 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #149: Do not merge - just testing....

2018-06-13 Thread kgiusti
Github user kgiusti closed the pull request at: https://github.com/apache/qpid-proton/pull/149 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #149: Do not merge - just testing....

2018-06-13 Thread kgiusti
GitHub user kgiusti opened a pull request: https://github.com/apache/qpid-proton/pull/149 Do not merge - just testing Sorry for the noise, please disregard. I will delete this PR once travis is done. You can merge this pull request into a Git repository by running: $ git

[GitHub] qpid-proton pull request #148: PROTON-1354: Don't allow SASL mechanisms GSSA...

2018-06-12 Thread astitcher
GitHub user astitcher opened a pull request: https://github.com/apache/qpid-proton/pull/148 PROTON-1354: Don't allow SASL mechanisms GSSAPI or GSS-SPNEGO by default Small change that fixes a pain point if you have kerberos on you client machine but aren't using it for proton.

[GitHub] qpid-proton pull request #147: NO-JIRA: [cpp] add constants for standard AMQ...

2018-06-04 Thread alanconway
Github user alanconway closed the pull request at: https://github.com/apache/qpid-proton/pull/147 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #147: NO-JIRA: [cpp] add constants for standard AMQ...

2018-06-04 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/147 NO-JIRA: [cpp] add constants for standard AMQP condition names You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanconway/qpid-proton cp

[GitHub] qpid-proton pull request #146: NO-JIRA: [c] prefer linking with static libra...

2018-05-31 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/qpid-proton/pull/146 NO-JIRA: [c] prefer linking with static library in fuzz tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/jdanekrh/qpid-proton jd_fuzz

[GitHub] qpid-proton pull request #144: Python proactor

2018-05-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/144 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #145: Potential chained epoll impl for PROTON-1842

2018-05-24 Thread cliffjansen
GitHub user cliffjansen opened a pull request: https://github.com/apache/qpid-proton/pull/145 Potential chained epoll impl for PROTON-1842 Removes temp fix, adds chained/secondary epollfd_2. Still has failure in helgrind threaderciser racecheck. Still unsure if a problem o

[GitHub] qpid-proton pull request #144: Python proactor

2018-05-18 Thread astitcher
GitHub user astitcher opened a pull request: https://github.com/apache/qpid-proton/pull/144 Python proactor This is a fairly large change to the structure of the Proton python binding. * Initially it removes support for really old versions of python - anything before 2.5. *

[GitHub] qpid-proton pull request #143: NO-JIRA: [c] link fuzzing binaries using CXX ...

2018-05-15 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/qpid-proton/pull/143 NO-JIRA: [c] link fuzzing binaries using CXX linker This should allow for removal of patch file https://github.com/google/oss-fuzz/blob/1909d92b8bb068dd7aa94bdf22da4028ada385ea/projects/qpid-p

[GitHub] qpid-proton pull request #142: PROTON-1831: Incorrect open/close sequence fo...

2018-04-25 Thread alanconway
GitHub user alanconway opened a pull request: https://github.com/apache/qpid-proton/pull/142 PROTON-1831: Incorrect open/close sequence for same link name. Fixes the server side part of PROTON-1831 - transport error if a duplicate link name is attached instead of seg fault.

[GitHub] qpid-proton pull request #141: [windows] build fails if CMAKE_MODULE_PATH is...

2018-04-11 Thread matlo607
GitHub user matlo607 opened a pull request: https://github.com/apache/qpid-proton/pull/141 [windows] build fails if CMAKE_MODULE_PATH is not empty, use CMAKE_SOURCE_DIR instead You can merge this pull request into a Git repository by running: $ git pull https://github.com/mat

[GitHub] qpid-proton pull request #132: PROTON-1728: WIP: Reorganize the source tree ...

2018-04-05 Thread ssorj
Github user ssorj closed the pull request at: https://github.com/apache/qpid-proton/pull/132 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #136: WIP - Remove deprecated bindings and APIs

2018-04-05 Thread ssorj
Github user ssorj closed the pull request at: https://github.com/apache/qpid-proton/pull/136 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #138: WIP - Remove obsolete docs and test code

2018-04-05 Thread ssorj
Github user ssorj closed the pull request at: https://github.com/apache/qpid-proton/pull/138 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #140: PROTON-1638, PROTON-1728: Reorganize the sour...

2018-04-05 Thread ssorj
Github user ssorj closed the pull request at: https://github.com/apache/qpid-proton/pull/140 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #137: [cpp] Fix update method missing 'name' variab...

2018-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/137 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #110: Fix for PROTON-1517

2018-03-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/110 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #95: PROTON-1412 Add fuzzers to proton-c tests

2018-03-22 Thread jdanekrh
Github user jdanekrh closed the pull request at: https://github.com/apache/qpid-proton/pull/95 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #139: PROTON-1787: Pinned the homebrew python versi...

2018-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/139 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #140: PROTON-1638, PROTON-1728: Reorganize the sour...

2018-03-08 Thread ssorj
GitHub user ssorj opened a pull request: https://github.com/apache/qpid-proton/pull/140 PROTON-1638, PROTON-1728: Reorganize the source tree I plan to squash this on merge. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ssorj/qpi

[GitHub] qpid-proton pull request #139: NO-JIRA: Pinned the homebrew python version t...

2018-03-07 Thread RoddieKieley
GitHub user RoddieKieley opened a pull request: https://github.com/apache/qpid-proton/pull/139 NO-JIRA: Pinned the homebrew python version to 2 to stay current with current change to default of python to python 3 in homebrew. See associated travis job [140](https://travis-ci.org

[GitHub] qpid-proton pull request #138: WIP - Remove obsolete docs and test code

2018-03-06 Thread ssorj
GitHub user ssorj opened a pull request: https://github.com/apache/qpid-proton/pull/138 WIP - Remove obsolete docs and test code Part two of the planned source reorg. This is intended to follow after https://github.com/apache/qpid-proton/pull/136 . You can merge this pull request

[GitHub] qpid-proton pull request #137: [cpp] Fix update method missing 'name' variab...

2018-03-01 Thread p32blo
GitHub user p32blo opened a pull request: https://github.com/apache/qpid-proton/pull/137 [cpp] Fix update method missing 'name' variable The `name` property in the sender and receiver is not being updated correctly when passed to the `open_sender` and `open_receiver`. Here

[GitHub] qpid-proton pull request #136: WIP - Remove deprecated bindings and APIs

2018-02-13 Thread ssorj
GitHub user ssorj opened a pull request: https://github.com/apache/qpid-proton/pull/136 WIP - Remove deprecated bindings and APIs This is part one of the planned source reorg. Note that the SSL test coverage may be impacted by the tests removed in tests/python/proton_tests/

[GitHub] qpid-proton pull request #134: PROTON-1730: add python version 3.6 to tox te...

2018-01-12 Thread kgiusti
Github user kgiusti closed the pull request at: https://github.com/apache/qpid-proton/pull/134 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #135: PROTON-1732: [OSX] Enable swig for the Travis...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/135 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #135: PROTON-1732: [OSX] Enable swig for the Travis...

2018-01-07 Thread astitcher
Github user astitcher commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/135#discussion_r160062571 --- Diff: .travis.yml --- @@ -23,29 +23,37 @@ compiler: - gcc - clang +env: +- PIP='pip' + matrix: include:

[GitHub] qpid-proton pull request #135: PROTON-1732: [OSX] Enable swig for the Travis...

2018-01-06 Thread RoddieKieley
Github user RoddieKieley commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/135#discussion_r160039052 --- Diff: .travis.yml --- @@ -23,29 +23,37 @@ compiler: - gcc - clang +env: +- PIP='pip' + matrix: include:

[GitHub] qpid-proton pull request #135: PROTON-1732: [OSX] Enable swig for the Travis...

2018-01-05 Thread astitcher
Github user astitcher commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/135#discussion_r159936304 --- Diff: .travis.yml --- @@ -23,29 +23,37 @@ compiler: - gcc - clang +env: +- PIP='pip' + matrix: include:

[GitHub] qpid-proton pull request #135: PROTON-1732: [OSX] Enable swig for the Travis...

2018-01-03 Thread RoddieKieley
GitHub user RoddieKieley opened a pull request: https://github.com/apache/qpid-proton/pull/135 PROTON-1732: [OSX] Enable swig for the Travis CI build Minor update to enable swig for the OSX Travis CI. BUILD_PERL=OFF for the moment as it attempts to build i386 and fails on OSX. You

[GitHub] qpid-proton pull request #134: PROTON-1730: add python version 3.6 to tox te...

2018-01-02 Thread kgiusti
GitHub user kgiusti opened a pull request: https://github.com/apache/qpid-proton/pull/134 PROTON-1730: add python version 3.6 to tox tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/kgiusti/qpid-proton PROTON-1730 Alternati

[GitHub] qpid-proton pull request #133: NO-JIRA branch for automated periodic Coverit...

2017-12-24 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/qpid-proton/pull/133 NO-JIRA branch for automated periodic Coverity Scan runs This commit could be added as a new branch. Then, TravisCI can be set up to build it daily (or weekly). What it does is tha

[GitHub] qpid-proton pull request #132: PROTON-1728: WIP: Reorganize the source tree ...

2017-12-21 Thread ssorj
GitHub user ssorj opened a pull request: https://github.com/apache/qpid-proton/pull/132 PROTON-1728: WIP: Reorganize the source tree and remove deprecated bindings WIP! For review only. Note that this doesn't attempt any significant clean up of the cmake logic. I left that

[GitHub] qpid-proton pull request #:

2017-12-13 Thread alanconway
Github user alanconway commented on the pull request: https://github.com/apache/qpid-proton/commit/fe9069f9d9f5e27a8c3609eec366517ed8207b20#commitcomment-26254740 In tools/py/proctest.py: In tools/py/proctest.py on line 10: It was, fixed. --- ---

[GitHub] qpid-proton pull request #:

2017-12-11 Thread ssorj
Github user ssorj commented on the pull request: https://github.com/apache/qpid-proton/commit/fe9069f9d9f5e27a8c3609eec366517ed8207b20#commitcomment-26196677 In tools/py/proctest.py: In tools/py/proctest.py on line 10: This looks unintended. --- -

[GitHub] qpid-proton pull request #127: PROTON-1651 Fix typos found by the spellcheck...

2017-12-09 Thread jdanekrh
Github user jdanekrh closed the pull request at: https://github.com/apache/qpid-proton/pull/127 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #106: Added command line parameters for configure U...

2017-12-08 Thread ppatierno
Github user ppatierno closed the pull request at: https://github.com/apache/qpid-proton/pull/106 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #131: PROTON-1711: SSL_IMPL none SASL_IMPL none bui...

2017-12-08 Thread RoddieKieley
Github user RoddieKieley closed the pull request at: https://github.com/apache/qpid-proton/pull/131 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #131: PROTON-1711: SSL_IMPL none SASL_IMPL none bui...

2017-12-07 Thread RoddieKieley
GitHub user RoddieKieley opened a pull request: https://github.com/apache/qpid-proton/pull/131 PROTON-1711: SSL_IMPL none SASL_IMPL none build attempts to build c-s… …sl-tests and fails Added simple check to only build c-ssl-tests if SSL_IMPL was not none. NOTE:

[GitHub] qpid-proton pull request #118: PROTON-1326: update python setup.py to avoid ...

2017-12-06 Thread kgiusti
Github user kgiusti closed the pull request at: https://github.com/apache/qpid-proton/pull/118 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #114: [Ruby code Example] fix Messenger package

2017-11-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/114 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #129: PROTON-522: Apache Qpid Proton on Mac/OSX - C...

2017-11-23 Thread RoddieKieley
Github user RoddieKieley closed the pull request at: https://github.com/apache/qpid-proton/pull/129 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #122: update pointer on reallocated message buffer ...

2017-11-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/122 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #125: Steps to make openssl.c thread safe, marked w...

2017-11-23 Thread alanconway
Github user alanconway closed the pull request at: https://github.com/apache/qpid-proton/pull/125 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #109: Cpp drop thread safe

2017-11-23 Thread alanconway
Github user alanconway closed the pull request at: https://github.com/apache/qpid-proton/pull/109 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #103: PROTON-1463 GO-Bindings Added AMQP Address Me...

2017-11-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/103 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #128: PROTON-1342: CI on OS X

2017-11-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/128 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton pull request #130: Add coverage reporting for the Ruby binding

2017-11-17 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/qpid-proton/pull/130 Add coverage reporting for the Ruby binding You can merge this pull request into a Git repository by running: $ git pull https://github.com/jdanekrh/qpid-proton jd_cov_ruby Alternativel

[GitHub] qpid-proton pull request #:

2017-11-11 Thread astitcher
Github user astitcher commented on the pull request: https://github.com/apache/qpid-proton/commit/de3fd617210b5d5a2f2c3e384c33905dbf75ad58#commitcomment-25557336 i can see why you might think the way you do. But actually this is not correct. You are assuming that the final st

[GitHub] qpid-proton pull request #:

2017-11-11 Thread rudynedved
Github user rudynedved commented on the pull request: https://github.com/apache/qpid-proton/commit/de3fd617210b5d5a2f2c3e384c33905dbf75ad58#commitcomment-25551886 For clarity, null terminated strings have X non-null characters and 1 null character. Therefore the memory for a null term

[GitHub] qpid-proton pull request #129: PROTON-522: Apache Qpid Proton on Mac/OSX - C...

2017-11-02 Thread RoddieKieley
GitHub user RoddieKieley opened a pull request: https://github.com/apache/qpid-proton/pull/129 PROTON-522: Apache Qpid Proton on Mac/OSX - C/Objective-C Updates to the code and cmake files to allow successful builds on OSX. Tested locally on 10.11.6 with Xcode 7.3.1 for both -G "Uni

[GitHub] qpid-proton pull request #128: PROTON-1342: CI on OS X

2017-11-02 Thread RoddieKieley
GitHub user RoddieKieley opened a pull request: https://github.com/apache/qpid-proton/pull/128 PROTON-1342: CI on OS X This contains the travis yaml updates to configure CI to run osx type os's as well as matrix'd variants for 10.11-10.13 and Xcode 7.3.1 - Xcode 9 respectively.

[GitHub] qpid-proton pull request #124: PROTON-1622 Add coverage analysis into build ...

2017-10-27 Thread jdanekrh
Github user jdanekrh closed the pull request at: https://github.com/apache/qpid-proton/pull/124 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

  1   2   3   >