[21/41] qpid-proton git commit: NO-JIRA: [ruby] Add "message.to" alias for "message.address"

2018-07-04 Thread aconway
NO-JIRA: [ruby] Add "message.to" alias for "message.address" Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c3f772ae Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c3f772ae Diff:

[24/41] qpid-proton git commit: PROTON-1859: [cpp] auto-accept over-writing user transfer state

2018-07-04 Thread aconway
PROTON-1859: [cpp] auto-accept over-writing user transfer state messaging_adapter was incorrectly checking settled() to determine if the local handler had settled a transfer, settled() returns the *remote* state. For a delivery that was not yet settled remotely, this would over-write the state

[06/41] qpid-proton git commit: PROTON-1850: Split up proton __init__.py into multiple files - Reformatted python source to (mostly) PEP-8 standards - Control what gets exported from __init__ by restr

2018-07-04 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d28fecf5/python/proton/__init__.py -- diff --git a/python/proton/__init__.py b/python/proton/__init__.py index 6ee0d68..be8e247 100644 --- a/python/proton/__init__.py +++

[14/41] qpid-proton git commit: PROTON-1854: [Python] Missing definition of unicode in python3 - Also added a test for message properties

2018-07-04 Thread aconway
PROTON-1854: [Python] Missing definition of unicode in python3 - Also added a test for message properties Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d9a74efc Tree:

[17/41] qpid-proton git commit: PROTON-1858: Rework wrapped C handlers in pure python - Rewritten Handshaker and FlowController in python - CFlowController and CHandshaker are now aliases for Flowcont

2018-07-04 Thread aconway
PROTON-1858: Rework wrapped C handlers in pure python - Rewritten Handshaker and FlowController in python - CFlowController and CHandshaker are now aliases for Flowcontroller and Handshaker Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[12/41] qpid-proton git commit: PROTON-1683: [c, cpp] fix typo in previous commit

2018-07-04 Thread aconway
PROTON-1683: [c,cpp] fix typo in previous commit Accidentally removed: add_dependencies(qpid-proton-core generated_c_files) Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d9d9e1b2 Tree:

[27/41] qpid-proton git commit: NO-JIRA: [c, cpp] Put source directories first in include_directories

2018-07-04 Thread aconway
NO-JIRA: [c,cpp] Put source directories first in include_directories CMake copies header files to the build tree to simplify binding builds. For C and C++ builds, make sure we use the ones from the source tree first. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[08/41] qpid-proton git commit: NO-JIRA: Fix bad format in marshal_test.go

2018-07-04 Thread aconway
NO-JIRA: Fix bad format in marshal_test.go Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8cc69bdc Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8cc69bdc Diff:

[10/41] qpid-proton git commit: PROTON-1683: [c, cpp] create static libraries

2018-07-04 Thread aconway
PROTON-1683: [c,cpp] create static libraries `cmake -DBUILD_STATIC_LIBS=YES` builds static as well as shared C and C++ libraries. Requires static C or C++ runtime libraries to be available, they are optional on some platforms. E.g. on fedora 28: `sudo dnf install libstdc++-static` Project:

[2/2] qpid-proton-j git commit: NO-JIRA: fix test name and correct separator comment

2018-07-04 Thread robbie
NO-JIRA: fix test name and correct separator comment Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/e91fa5f1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/e91fa5f1 Diff:

[1/2] qpid-proton-j git commit: NO-JIRA: make javadoc more specific to clarify meaning

2018-07-04 Thread robbie
Repository: qpid-proton-j Updated Branches: refs/heads/master 32cc5120f -> e91fa5f18 NO-JIRA: make javadoc more specific to clarify meaning Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/156c0f7b Tree:

[36/41] qpid-proton git commit: PROTON-1866: provide method to determine whether expiry policy was set explicitly or not

2018-07-04 Thread aconway
PROTON-1866: provide method to determine whether expiry policy was set explicitly or not Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ccb9e5a3 Tree:

[37/41] qpid-proton git commit: PROTON-1868: Fix pn_handle_t python binding on Visual Studio 64 bit compiles

2018-07-04 Thread aconway
PROTON-1868: Fix pn_handle_t python binding on Visual Studio 64 bit compiles Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/798894f6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/798894f6 Diff:

[23/41] qpid-proton git commit: PROTON-1856: [ruby] auto_accept overwriting user state

2018-07-04 Thread aconway
PROTON-1856: [ruby] auto_accept overwriting user state MessagomgAdapter was incorrectly checking settled? to determine if the local handler had settled a transfer, but #settled? returns the *remote* state. For a delivery that was not yet settled remotely, this would over-write the state set by

[09/41] qpid-proton git commit: NO-JIRA: [c] advanced documentation - threads, buffering

2018-07-04 Thread aconway
NO-JIRA: [c] advanced documentation - threads, buffering Added an "advanced" page and 2 new topics - multi-threading and some explanation about proton buffering. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[22/41] qpid-proton git commit: NO-JIRA: [c] example_test skip SSL tests if SSL not available.

2018-07-04 Thread aconway
NO-JIRA: [c] example_test skip SSL tests if SSL not available. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/863825cf Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/863825cf Diff:

[07/41] qpid-proton git commit: PROTON-1850: Split up proton __init__.py into multiple files - Reformatted python source to (mostly) PEP-8 standards - Control what gets exported from __init__ by restr

2018-07-04 Thread aconway
PROTON-1850: Split up proton __init__.py into multiple files - Reformatted python source to (mostly) PEP-8 standards - Control what gets exported from __init__ by restricting what it imports - Move most of the reactor implementation specific code into _reactor_impl.py Project:

[33/41] qpid-proton git commit: PROTON-1354: Don't allow SASL mechanisms GSSAPI or GSS-SPNEGO client-side by default - If you want to use these mechanisms they must be explicitly set in the client all

2018-07-04 Thread aconway
PROTON-1354: Don't allow SASL mechanisms GSSAPI or GSS-SPNEGO client-side by default - If you want to use these mechanisms they must be explicitly set in the client allowed mechanisms list. - The mechanisms offered by the server side are unchanged. Project:

[13/41] qpid-proton git commit: PROTON-1848: Removed some python < 2.6 code - Also fixed some PEP-8 errors

2018-07-04 Thread aconway
PROTON-1848: Removed some python < 2.6 code - Also fixed some PEP-8 errors Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/81eac9e3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/81eac9e3 Diff:

[34/41] qpid-proton git commit: PROTON-1867: Restore suffix for debug libs

2018-07-04 Thread aconway
PROTON-1867: Restore suffix for debug libs Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ba2975fc Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ba2975fc Diff:

[29/41] qpid-proton git commit: PROTON-1861: [ruby] offered/desired capabilities should be decoded as "multiple" fields

2018-07-04 Thread aconway
PROTON-1861: [ruby] offered/desired capabilities should be decoded as "multiple" fields capabilities are encoded as a "multiple" symbol field. "multiple" fields can be encoded either as an array or a single value. The connection accessors return an Array in all cases. Project:

[03/41] qpid-proton git commit: PROTON-1850: Split up proton __init__.py into multiple files - Reformatted python source to (mostly) PEP-8 standards - Control what gets exported from __init__ by restr

2018-07-04 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d28fecf5/python/proton/wrapper.py -- diff --git a/python/proton/wrapper.py b/python/proton/wrapper.py deleted file mode 100644 index f009de5..000 ---

[40/41] qpid-proton git commit: Merge tag '0.24.0' into go1

2018-07-04 Thread aconway
Merge tag '0.24.0' into go1 Release 0.24.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d9ef1525 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d9ef1525 Diff:

[16/41] qpid-proton git commit: PROTON-1857: [cpp] no access to AMQP connection offered/desired capabilities

2018-07-04 Thread aconway
PROTON-1857: [cpp] no access to AMQP connection offered/desired capabilities Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/763a0798 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/763a0798 Diff:

[01/41] qpid-proton git commit: PROTON-1812, PROTON-1852: update versions for 0.24.0-SNAPSHOT

2018-07-04 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/go1 6f579de70 -> 3826a8e5b PROTON-1812, PROTON-1852: update versions for 0.24.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b6b29ec7 Tree:

[05/41] qpid-proton git commit: PROTON-1850: Split up proton __init__.py into multiple files - Reformatted python source to (mostly) PEP-8 standards - Control what gets exported from __init__ by restr

2018-07-04 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d28fecf5/python/proton/_common.py -- diff --git a/python/proton/_common.py b/python/proton/_common.py new file mode 100644 index 000..3715c6a --- /dev/null +++

[35/41] qpid-proton git commit: PROTON-1852: Update SO versions after ABI change review

2018-07-04 Thread aconway
PROTON-1852: Update SO versions after ABI change review Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b1b8322b Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b1b8322b Diff:

[30/41] qpid-proton git commit: PROTON-1679: [c++] terminus properties are not echoed to returning open

2018-07-04 Thread aconway
PROTON-1679: [c++] terminus properties are not echoed to returning open On receiving a link-open, a server should (by default) echo back the same set of source/target properties that it received. The on_..._open() callback can modify those properties as desired. This is a behaviour of the

[18/41] qpid-proton git commit: PROTON-1853: [Python] Fix Url parsing to cope with '://' in path

2018-07-04 Thread aconway
PROTON-1853: [Python] Fix Url parsing to cope with '://' in path Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ccfd19ce Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ccfd19ce Diff:

[04/41] qpid-proton git commit: PROTON-1850: Split up proton __init__.py into multiple files - Reformatted python source to (mostly) PEP-8 standards - Control what gets exported from __init__ by restr

2018-07-04 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d28fecf5/python/proton/_exceptions.py -- diff --git a/python/proton/_exceptions.py b/python/proton/_exceptions.py new file mode 100644 index 000..47420c2 --- /dev/null

[02/41] qpid-proton git commit: PROTON-1848: [Python] Remove Python 2.5 and earlier compatibility - Remove need for most compatibility hacks - Fix some seemingly odd conversion functions - Hidden all

2018-07-04 Thread aconway
PROTON-1848: [Python] Remove Python 2.5 and earlier compatibility - Remove need for most compatibility hacks - Fix some seemingly odd conversion functions - Hidden all compatibility code in _compat module - will probably get rid of raise_ when rewriting reactor - can get rid of string_type by

[26/41] qpid-proton git commit: PROTON-1857: [cpp] return *remote* offered/desired capabilities.

2018-07-04 Thread aconway
PROTON-1857: [cpp] return *remote* offered/desired capabilities. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d15cbd84 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d15cbd84 Diff:

[19/41] qpid-proton git commit: NO-JIRA: [ruby] test fixes: missing SSL, spurious exception messages in ruby 2.5

2018-07-04 Thread aconway
NO-JIRA: [ruby] test fixes: missing SSL, spurious exception messages in ruby 2.5 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/13e605c3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/13e605c3

[38/41] qpid-proton git commit: PROTON-1869: Fix some SWIG Python Win64 type/pointer conversion problems

2018-07-04 Thread aconway
PROTON-1869: Fix some SWIG Python Win64 type/pointer conversion problems Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7c0a3387 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/7c0a3387 Diff:

[11/41] qpid-proton git commit: PROTON-1853: [Python] Rework Url so it doesn't use proton-c - Improve the str output format to be more RFC compliant - Tests for new string format

2018-07-04 Thread aconway
PROTON-1853: [Python] Rework Url so it doesn't use proton-c - Improve the str output format to be more RFC compliant - Tests for new string format Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/55a4a192 Tree:

[39/41] qpid-proton git commit: PROTON-1852: update versions for 0.24.0-rc1

2018-07-04 Thread aconway
PROTON-1852: update versions for 0.24.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a7243b2e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a7243b2e Diff:

[41/41] qpid-proton git commit: Cherry-pick fix for broken links in Go documentation from 'master'

2018-07-04 Thread aconway
Cherry-pick fix for broken links in Go documentation from 'master' Doc link fixes only, no code changes. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3826a8e5 Tree:

[25/41] qpid-proton git commit: PROTON-1860: [cpp] connection::container_id returns the *remote* container-id

2018-07-04 Thread aconway
PROTON-1860: [cpp] connection::container_id returns the *remote* container-id Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/563c9ee9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/563c9ee9 Diff:

[31/41] qpid-proton git commit: PROTON-1863: [cpp] need support for anonymous termini

2018-07-04 Thread aconway
PROTON-1863: [cpp] need support for anonymous termini Added anonymous() to source/target_options, sets the address to NULL. Also fixed the dynamic() option to set the address to NULL. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[20/41] qpid-proton git commit: PROTON-1855: [ruby] copy terminus data for remotely-initiated links

2018-07-04 Thread aconway
PROTON-1855: [ruby] copy terminus data for remotely-initiated links Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/24a142e4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/24a142e4 Diff:

[28/41] qpid-proton git commit: PROTON-1857: [cpp] correct decoding for connection offered/desired capabilities

2018-07-04 Thread aconway
PROTON-1857: [cpp] correct decoding for connection offered/desired capabilities capabilities are encoded as a "multiple" symbol field. "multiple" fields can be encoded either as an array or a single value. The C++ binding was not accepting a single value. Project:

[15/41] qpid-proton git commit: NO-JIRA: [cpp] added missing to_string and operator<

2018-07-04 Thread aconway
NO-JIRA: [cpp] added missing to_string and operator<< For transfer::state and proton::uuid Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ba928611 Tree:

[32/41] qpid-proton git commit: PROTON-1865: Improve the split between general SASL code and the specific implementations

2018-07-04 Thread aconway
PROTON-1865: Improve the split between general SASL code and the specific implementations Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/885d68ae Tree: