[2/2] qpid-proton git commit: PROTON-1882: [cpp] cannot send message properties with null values

2018-07-03 Thread aconway
UAL("[null, null]", to_string(nulls)); -std::vector nulls1 = {nullptr, nullptr}; +std::vector nulls1(2, n); ASSERT_EQUAL("@PN_NULL[null, null]", to_string(nulls1)); -std::vector vs = {nullptr, nulls, nulls1}; +std::vector vs; +vs.push_back

qpid-proton git commit: PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686

2018-06-29 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master b7e4a1e16 -> bce2ab4fb PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686 Fixed inconsistent line break between different YARD versions. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686

2018-06-29 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 1792ff076 -> b7e4a1e16 PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686 Replaced default title containing YARD version with a constant string. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[1/2] qpid-dispatch git commit: NO-JIRA: Improved message logging

2018-06-28 Thread aconway
Repository: qpid-dispatch Updated Branches: refs/heads/master cdc71d475 -> 7affc254f NO-JIRA: Improved message logging - Quote string-like values using proton conventions: "string", b"binary", :"symbol" - Omit fields absent in message, fix comma-separation of fields. - Add link source &

[2/2] qpid-dispatch git commit: NO-JIRA: Move internal is_log_component_enabled() to connection_manager_private.h

2018-06-28 Thread aconway
NO-JIRA: Move internal is_log_component_enabled() to connection_manager_private.h Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c48e55c0 Tree:

qpid-proton git commit: PROTON-1875: [Ruby] Error running ruby-test-container on Raspbian Jesse

2018-06-28 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 8b3488399 -> 88bf39454 PROTON-1875: [Ruby] Error running ruby-test-container on Raspbian Jesse Bug in this line: Thread.report_on_exception = false rescue nil The "rescue nil" clause applies to the expression "false" *not* to

[2/2] qpid-proton git commit: PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread aconway
PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686 Override the footer which has a timestamp in it. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/122404a4 Tree:

[1/2] qpid-proton git commit: NO-JIRA: [cpp] Added missing API doc comments

2018-06-28 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 37cd347de -> 8b3488399 NO-JIRA: [cpp] Added missing API doc comments Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8b348839 Tree:

qpid-dispatch git commit: NO-JIRA: message_repr should not parse the message body.

2018-06-26 Thread aconway
Repository: qpid-dispatch Updated Branches: refs/heads/master f77f92cbe -> 3767086be NO-JIRA: message_repr should not parse the message body. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/3767086b Tree:

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

2018-06-14 Thread aconway
ress() { +record_handler ha, hb; +driver_pair d(ha, hb); + +// FIXME aconway 2018-06-14: also fixes PROTON-1679? + +// Using open(address, opts) +d.a.connection().open_sender("tx", sender_options().name("_x").source(source_options().address(

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

2018-06-14 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 27f9aec21 -> 21eb6d8be 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

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

2018-06-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 8a6d7ea76 -> 27f9aec21 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

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

2018-06-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master d15cbd84c -> 8a6d7ea76 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

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

2018-06-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 5bc84443c -> d15cbd84c PROTON-1860: [cpp] connection::container_id returns the *remote* container-id Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

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

2018-06-13 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:

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

2018-06-13 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:

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

2018-06-13 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

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

2018-06-13 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:

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

2018-06-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master ccfd19ce2 -> 5bc84443c 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:

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

2018-06-13 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

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

2018-06-13 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:

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

2018-06-08 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:

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

2018-06-08 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master d9a74efce -> 763a0798d 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:

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

2018-06-05 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 55a4a192b -> d9d9e1b2f 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:

qpid-dispatch git commit: DISPATCH-941: Router is returning incorrect files from http get

2018-05-29 Thread aconway
Repository: qpid-dispatch Updated Branches: refs/heads/master 5220221f6 -> c728d7f41 DISPATCH-941: Router is returning incorrect files from http get Bug in http-libwebsockets code. A partial HTTP handler such as we have needs to call lws_callback_http_dummy() to fill in default HTTP

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

2018-05-29 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 8cc69bdc8 -> a04a964de 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

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

2018-05-29 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master d28fecf5d -> 8cc69bdc8 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:

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

2018-05-29 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:

[3/3] qpid-dispatch git commit: NO-JIRA: fix compiler "unused variable" error in release builds

2018-05-24 Thread aconway
NO-JIRA: fix compiler "unused variable" error in release builds Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ab43cf19 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/ab43cf19 Diff:

[2/3] qpid-dispatch git commit: NO-JIRA: Upgrade required CMake to 2.6.2 to silence annoying warnings

2018-05-24 Thread aconway
NO-JIRA: Upgrade required CMake to 2.6.2 to silence annoying warnings Even RHEL-4 is up to CMake 2.6.4 so it seems unlikely this will cause problems. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/acda2479

[1/3] qpid-dispatch git commit: NO-JIRA: Fix some warnings in gcc 8.1.1

2018-05-24 Thread aconway
Repository: qpid-dispatch Updated Branches: refs/heads/master e39ef7bf9 -> e96256509 NO-JIRA: Fix some warnings in gcc 8.1.1 There is one remaining error in src/policy.c which I was unclear on, to suppress compile with cmake -DCMAKE_C_FLAGS=-Wno-stringop-truncation Project:

qpid-proton git commit: PROTON-1771: [c] threaderciser.supp added bogus NSS races

2018-05-16 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 3206378b0 -> 1764c4d0c PROTON-1771: [c] threaderciser.supp added bogus NSS races Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1764c4d0 Tree:

qpid-proton git commit: PROTON-1771: [c] fix race conditions in threaderciser.c

2018-05-16 Thread aconway
ck); + lpool_unref(lctx); + break; + } + + case PN_CONNECTION_WAKE: { + if (!action_enabled[A_CLOSE_CONNECT] && maybe(0.5)) pn_connection_close(c); + /* FIXME aconway 2018-05-16: connection release/re-use */ break; } + case PN_TRANSPORT_CLOSED: { -

qpid-proton git commit: NO-JIRA: [ruby] add Disposition::State::name_of int values

2018-05-11 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 2dda72c70 -> 8e65759f0 NO-JIRA: [ruby] add Disposition::State::name_of int values Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8e65759f Tree:

qpid-proton git commit: PROTON-1771: [c] add -close-connnect, -cancel-timeout to threaderciser

2018-05-08 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 3d46b4f02 -> 94dfe1bf0 PROTON-1771: [c] add -close-connnect, -cancel-timeout to threaderciser Also added -no-xxx flags to disable selected actions Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: PROTON-1841: [cpp] add missing ostream<< and to_string for proton::message

2018-05-08 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 0a5c18a10 -> 3d46b4f02 PROTON-1841: [cpp] add missing ostream<< and to_string for proton::message Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: PROTON-1832: [c] reject duplicate link attach with connection error. [Forced Update!]

2018-04-26 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 95752d27f -> 3e49eded8 (forced update) PROTON-1832: [c] reject duplicate link attach with connection error. Fixes the server side part of PROTON-1831 - transport error if a duplicate link name is attached. Client side problem

qpid-proton git commit: PROTON-1831: [c] reject duplicate link attach with connection error.

2018-04-26 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 19ceafa52 -> 95752d27f PROTON-1831: [c] reject duplicate link attach with connection error. Fixes the server side part of PROTON-1831 - transport error if a duplicate link name is attached. Client side problem remains: pni_process

qpid-proton git commit: NO-JIRA: [c, cpp] enable doxygen list of deprecated features

2018-04-23 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master fc1df0551 -> 19ceafa52 NO-JIRA: [c,cpp] enable doxygen list of deprecated features Fixed doxygen warnings, minor doc fixups. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: Revert "PROTON-1771: [c] locking around epoll_extended_t"

2018-04-16 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master a80d54e62 -> fc1df0551 Revert "PROTON-1771: [c] locking around epoll_extended_t" This reverts commit 188ce28066df8f5e965fb63593f419f49c950760. The fix caused hangs due to mutex deadlocks. Project:

qpid-proton git commit: NO-JIRA: [c] fix incorrect printf, causing problems on some builds

2018-04-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 99564eb3c -> a80d54e62 NO-JIRA: [c] fix incorrect printf, causing problems on some builds Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a80d54e6

[1/2] qpid-proton git commit: PROTON-1830: [ruby] container sometimes fails to close listener

2018-04-13 Thread aconway
dispatch(:on_error, condition) if condition dispatch(:on_close) end end def can_read?() !finished?; end def can_write?() false; end - def finished?() @closed; end + def finished?() closed?; end def dispatch(method, *args) # TODO acon

[2/2] qpid-proton git commit: PROTON-1830: [ruby] fix bug in test_container_work_queue_stop

2018-04-13 Thread aconway
PROTON-1830: [ruby] fix bug in test_container_work_queue_stop Previously was scheduling tasks with a delay, so all tasks had different times. For test to work reliably, must schedule tasks with the same absolute time. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[2/4] qpid-proton git commit: PROTON-1771: [c] threaderciser thread race test for C proactor

2018-04-12 Thread aconway
+ listener_ctx *ctx = (listener_ctx*)pn_listener_get_context(pn_event_listener(e)); + listener_ctx_on_open(ctx); + cpool_connect(>connections_active, g->proactor, ctx->addr); /* Initial connection */ + break; + } + case PN_LISTENER_CLOSE: { + liste

[4/4] qpid-proton git commit: PROTON-1771: [c] locking around epoll_extended_t

2018-04-12 Thread aconway
PROTON-1771: [c] locking around epoll_extended_t Add locking for epoll_extended_t structure to fix race conditions revealed by threaderciser.c We pass pointers to this struct between threads via epoll, and epoll does not guarantee that memory writes by one thread will be visible in the next

[1/4] qpid-proton git commit: NO-JIRA: [c] Minor comment & example fixes, multi-thread API doc fixes

2018-04-12 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master df467c4c4 -> 188ce2806 NO-JIRA: [c] Minor comment & example fixes, multi-thread API doc fixes Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[3/4] qpid-proton git commit: PROTON-1771: [c] add missing lock around wake_if_inactive

2018-04-12 Thread aconway
PROTON-1771: [c] add missing lock around wake_if_inactive Fixes a race condition discovered by threaderciser.c Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3e2f9b5f Tree:

qpid-proton git commit: NO-JIRA: [ruby] use ":0" in example test to get a random port

2018-04-11 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master be20a5186 -> df467c4c4 NO-JIRA: [ruby] use ":0" in example test to get a random port Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/df467c4c Tree:

qpid-proton git commit: PROTON-1826: [go] Add Messge.String() method for human-readable message

2018-04-11 Thread aconway
nterface{} SetProperties(v map[string]interface{}) + + // Human-readable string showing message contents and properties + String() string } type message struct{ pn *C.pn_message_t } @@ -378,7 +382,12 @@ func (m *message) Encode(buffer []byte) ([]byte, error) { // TODO aconway 2015-09-14

[17/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-connection-driver/corpus/00022848b6f91bd22d74aee65c17c9132934bc98 -- diff --git

[33/55] [abbrv] qpid-proton git commit: NO-JIRA: [cpp] remove out-of-date FIXME comment.

2018-04-10 Thread aconway
st.cpp +++ b/proton-c/bindings/cpp/src/container_test.cpp @@ -364,7 +364,6 @@ int test_container_mt_stop() { return 0; } -// FIXME aconway 2018-01-04: test busy stop from other thread #endif } // namespace - To unsubsc

[35/55] [abbrv] qpid-proton git commit: NO-JIRA: [ruby] Put external RUBYLIB at end of path for tests

2018-04-10 Thread aconway
NO-JIRA: [ruby] Put external RUBYLIB at end of path for tests Avoid picking up installed proton packages when testing. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d37c32c1 Tree:

[20/55] [abbrv] qpid-proton git commit: PROTON-1357 add reproducer to fuzzing corpus for regression testing

2018-04-10 Thread aconway
PROTON-1357 add reproducer to fuzzing corpus for regression testing Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/70c8ac83 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/70c8ac83 Diff:

[40/55] [abbrv] qpid-proton git commit: PROTON-1778: [ruby] thread safe work_queue

2018-04-10 Thread aconway
PROTON-1778: [ruby] thread safe work_queue Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/aa8d3727 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/aa8d3727 Diff:

[42/55] [abbrv] qpid-proton git commit: PROTON-1810: [MacOS] Temporarily disable fuzz regression tests

2018-04-10 Thread aconway
PROTON-1810: [MacOS] Temporarily disable fuzz regression tests Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c0d83996 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c0d83996 Diff:

[41/55] [abbrv] qpid-proton git commit: PROTON-1775: [ruby] missing yard template to suppress footers

2018-04-10 Thread aconway
PROTON-1775: [ruby] missing yard template to suppress footers Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0cee74c4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0cee74c4 Diff:

[38/55] [abbrv] qpid-proton git commit: PROTON-1803: [ruby] Container support for scheduled tasks

2018-04-10 Thread aconway
PROTON-1803: [ruby] Container support for scheduled tasks Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/02f49551 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/02f49551 Diff:

[24/55] [abbrv] qpid-proton git commit: PROTON-1412: Reorganise the fuzz testing CMakefiles a little

2018-04-10 Thread aconway
PROTON-1412: Reorganise the fuzz testing CMakefiles a little Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/64ed1852 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/64ed1852 Diff:

[11/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/corpus/14633c79014ef5d9dd28200f179676cf1eb45cfb -- diff --git

[46/55] [abbrv] qpid-proton git commit: PROTON-1814: [ruby] undefined methods for #

2018-04-10 Thread aconway
PROTON-1814: [ruby] undefined methods for # Fixed incorrect code in Terminus#apply, added unit test. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4bc6e125 Tree:

[19/55] [abbrv] qpid-proton git commit: PROTON-1412 add StandaloneFuzzTargetMain.c from the LLVM project

2018-04-10 Thread aconway
PROTON-1412 add StandaloneFuzzTargetMain.c from the LLVM project Version (git commit hash): 98711e2 Url: https://raw.githubusercontent.com/llvm-mirror/llvm/master/lib/Fuzzer/standalone/StandaloneFuzzTargetMain.c Licence: University of Illinois Open Source license Project:

[13/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-message-decode/corpus/30a8e034b3ee1fa1e755e1b4d2754530baebf924 -- diff --git

[44/55] [abbrv] qpid-proton git commit: PROTON-1810: Disable fuzz regression testing on MacOSX differently - Feedback from release manager

2018-04-10 Thread aconway
PROTON-1810: Disable fuzz regression testing on MacOSX differently - Feedback from release manager Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b6436ff3 Tree:

[32/55] [abbrv] qpid-proton git commit: PROTON-1777: Update .so versions after ABI change review

2018-04-10 Thread aconway
PROTON-1777: 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/fbfdeb78 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/fbfdeb78 Diff:

[29/55] [abbrv] qpid-proton git commit: PROTON-1517: cleanup stale PR for previously-applied change. This closes #110

2018-04-10 Thread aconway
PROTON-1517: cleanup stale PR for previously-applied change. This closes #110 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0c2cbaf8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0c2cbaf8 Diff:

[21/55] [abbrv] qpid-proton git commit: PROTON-1360 add reproducer to fuzzing corpus for regression testing

2018-04-10 Thread aconway
PROTON-1360 add reproducer to fuzzing corpus for regression testing Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d1c3239e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d1c3239e Diff:

[36/55] [abbrv] qpid-proton git commit: NO-JIRA: [ruby] Removed unused Timeout module.

2018-04-10 Thread aconway
NO-JIRA: [ruby] Removed unused Timeout module. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1108c4e4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1108c4e4 Diff:

[12/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-message-decode/corpus/b701c77501ff468b315f93b434d88a7f242fce71 -- diff --git

[14/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-connection-driver/corpus/dbbafce1283cda7b734935ed8ef6b11c0a5d87a9 -- diff --git

[07/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/corpus/ec60cc5bfe7200f87c223f14fc025a925beab889 -- diff --git

[31/55] [abbrv] qpid-proton git commit: PROTON-1514: revert e76aa91 pending investigation of new qpid-dispatch errors

2018-04-10 Thread aconway
PROTON-1514: revert e76aa91 pending investigation of new qpid-dispatch 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/6e15ddcc Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6e15ddcc Diff:

[01/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/go1 b25d21e67 -> 6f70c http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/crash/id__00,src__01,op__flip1,pos__40

[09/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/corpus/781b7bda814bc575307f0dfad677c8a7a349a8b3 -- diff --git

[03/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/corpus/id__000477,src__03,op__arith8,pos__50,val___14,_cov -- diff --git

[52/55] [abbrv] qpid-proton git commit: Revert "PROTON-1809: Unable to receive messages when max-frame-size > 2^20"

2018-04-10 Thread aconway
Revert "PROTON-1809: Unable to receive messages when max-frame-size > 2^20" This reverts commit e8de49d33b1c750327e6c9a090332953a7669a4d. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b3596117 Tree:

[55/55] [abbrv] qpid-proton git commit: Merge tag '0.22.0' into go1

2018-04-10 Thread aconway
shal(, data) + *vp = d + case C.PN_NULL: + *vp = nil + case C.PN_INVALID: + // Allow decoding from an empty data object to an interface, treat it like NULL. + // This happens when optional values or properties are omitted from

[49/55] [abbrv] qpid-proton git commit: PROTON-1817: [C++ binding] Fix example broker to compile with C++11

2018-04-10 Thread aconway
PROTON-1817: [C++ binding] Fix example broker to compile with C++11 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9fab7719 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9fab7719 Diff:

[27/55] [abbrv] qpid-proton git commit: PROTON-1414: Fix fuzzer found read past buffer end

2018-04-10 Thread aconway
PROTON-1414: Fix fuzzer found read past buffer end Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f66a9701 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f66a9701 Diff:

[26/55] [abbrv] qpid-proton git commit: PROTON-1804: Fix memory leak found by fuzz tester

2018-04-10 Thread aconway
PROTON-1804: Fix memory leak found by fuzz tester Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/99b1d7f5 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/99b1d7f5 Diff:

[54/55] [abbrv] qpid-proton git commit: NO-JIRA: Remove redundant readme-branch.md

2018-04-10 Thread aconway
NO-JIRA: Remove redundant readme-branch.md Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6e5b4d57 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6e5b4d57 Diff:

[50/55] [abbrv] qpid-proton git commit: PROTON-1537: [ruby] Fix all -W2 warnings in self-tests

2018-04-10 Thread aconway
PROTON-1537: [ruby] Fix all -W2 warnings in self-tests Removed excessive -W0 warning suppressions in CMakeLists, fixed all warnings in 'ctest -V -R ruby' Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0f0de8d6

[28/55] [abbrv] qpid-proton git commit: NO-JIRA: [C++ binding] Fix gcc 8 picky warning

2018-04-10 Thread aconway
NO-JIRA: [C++ binding] Fix gcc 8 picky warning Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/12283da9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/12283da9 Diff:

[22/55] [abbrv] qpid-proton git commit: PROTON-1359 add reproducer to fuzzing corpus for regression testing

2018-04-10 Thread aconway
PROTON-1359 add reproducer to fuzzing corpus for regression testing Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8c48dae3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8c48dae3 Diff:

[34/55] [abbrv] qpid-proton git commit: NO-JIRA: [ruby] Clean up 'ruby -W2' warnings

2018-04-10 Thread aconway
NO-JIRA: [ruby] Clean up 'ruby -W2' warnings Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5a34fda9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5a34fda9 Diff:

[53/55] [abbrv] qpid-proton git commit: PROTON-1777: update versions for 0.22.0-rc1

2018-04-10 Thread aconway
PROTON-1777: update versions for 0.22.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/e3797ce4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e3797ce4 Diff:

[43/55] [abbrv] qpid-proton git commit: PROTON-1778: [ruby] threaded broker example for thread safe work_queue

2018-04-10 Thread aconway
PROTON-1778: [ruby] threaded broker example for thread safe work_queue Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8694821e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8694821e Diff:

[51/55] [abbrv] qpid-proton git commit: PROTON-1809: Unable to receive messages when max-frame-size > 2^20

2018-04-10 Thread aconway
PROTON-1809: Unable to receive messages when max-frame-size > 2^20 The C transport code was computing the session incoming window as session_capacity/max_frame_size, resulting in an incoming window that was always 0 if the frame size was bigger than session_capacity (default 2^20) Fixes: 1.

[05/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/corpus/id__000222,orig__762d20589d74f46275761bba91ad0755d0d01e92 -- diff --git

[15/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-connection-driver/corpus/91f9d6224d713f5be38010fdbb0f01ab642fa644 -- diff --git

[16/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-connection-driver/corpus/4a6ce72cceb629c8584f2c0599b4ad8a440dc963 -- diff --git

[48/55] [abbrv] qpid-proton git commit: PROTON-1789: [ruby] Remove incorrect type-adjustments for maps

2018-04-10 Thread aconway
PROTON-1789: [ruby] Remove incorrect type-adjustments for maps Removed incorrect code to force the key type of application-properties and annotation maps to SYMBOL. For now the user is required to use the correct types. We may add correct validation or conversion code in future. Project:

[30/55] [abbrv] qpid-proton git commit: PROTON-1807: Disable intermittently failing test

2018-04-10 Thread aconway
PROTON-1807: Disable intermittently failing test Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bdb9fc6b Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/bdb9fc6b Diff:

[37/55] [abbrv] qpid-proton git commit: NO-JIRA: [ruby] move yard/options to standard location .yardopts

2018-04-10 Thread aconway
NO-JIRA: [ruby] move yard/options to standard location .yardopts Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1f682a6c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1f682a6c Diff:

[04/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/corpus/id__000354,orig__cbfcc138e3cbbb953730bf88c31d979938490063 -- diff --git

[25/55] [abbrv] qpid-proton git commit: PROTON-1412: Reorganize standalone regression tester for MacOS and Windows

2018-04-10 Thread aconway
PROTON-1412: Reorganize standalone regression tester for MacOS and Windows Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ae7c3a82 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ae7c3a82 Diff:

[47/55] [abbrv] qpid-proton git commit: PROTON-1781: [c] remove new deprecation warnings for this release

2018-04-10 Thread aconway
PROTON-1781: [c] remove new deprecation warnings for this release Remove deprecation warnings for these functions. They will be restored in a future release but we should give people at least one release cycle to adapt to the new names. /* These function names will be deprecated in a future

[39/55] [abbrv] qpid-proton git commit: NO-JIRA: [ruby] Re-organize Container methods public first.

2018-04-10 Thread aconway
-if @closing - @io.close rescue nil - @closed = true - dispatch(:on_error, @condition) if @condition - dispatch(:on_close) -end - end - - def can_read?() !finished?; end - def can_write?() false; end - def finished?() @closed; end - -

[23/55] [abbrv] qpid-proton git commit: PROTON-1412 add fuzzers to proton-c tests

2018-04-10 Thread aconway
PROTON-1412 add fuzzers to proton-c tests Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/aadabc31 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/aadabc31 Diff:

[08/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/corpus/b25109039fad80cf53505e981a25ccb2e95c7f83 -- diff --git

[06/55] [abbrv] qpid-proton git commit: PROTON-1412 add proton-c fuzzing corpus data

2018-04-10 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3b7cc69b/proton-c/src/tests/fuzz/fuzz-proactor-receive/corpus/id__90,orig__331265001c901c5b1486773e473ba87f4d6a7fdb -- diff --git

<    1   2   3   4   5   6   7   8   9   10   >