acon...@apache.org |
svn commit: r1640379 - in /qpid/dispatch/trunk: python/qpid_dispatch/management/ python/qpid_dispatch_internal/ python/qpid_dispatch_internal/management/ src/ tests/ |
Tue, 18 Nov, 15:55 |
acon...@apache.org |
svn commit: r1640975 - /qpid/trunk/qpid/cpp/src/tests/qpid-cpp-benchmark |
Fri, 21 Nov, 18:46 |
acon...@apache.org |
svn commit: r1641027 - in /qpid/trunk/qpid/cpp: bindings/qpid/python/qpid_messaging.i src/tests/qpid-cpp-benchmark |
Sat, 22 Nov, 02:54 |
acon...@apache.org |
qpid-proton git commit: NO-JIRA: Fix protocol tracing for transactional states. |
Mon, 24 Nov, 20:00 |
acon...@apache.org |
qpid-proton git commit: Revert "NO-JIRA: Fix protocol tracing for transactional states." |
Tue, 25 Nov, 14:47 |
acon...@apache.org |
qpid-proton git commit: NO-JIRA: Add missing transaction.xml query to proton-c/src/protocol.py |
Thu, 27 Nov, 20:01 |
acon...@apache.org |
svn commit: r1642246 - /qpid/trunk/qpid/cpp/src/tests/brokertest.py |
Thu, 27 Nov, 23:14 |
astitc...@apache.org |
Git Push Summary |
Mon, 17 Nov, 21:16 |
astitc...@apache.org |
[1/9] qpid-proton git commit: PROTON-750: Have explicit API to detect ssl if present - avoids overloading other functionality for this purpose. |
Thu, 20 Nov, 16:14 |
astitc...@apache.org |
[2/9] qpid-proton git commit: PROTON-749: Refactoring of io layers: - Eliminate some unnecessary stuff. - Make pn_io_layer_t a pure interface. - Simplify amqp header code; remove header_count member from pn_transport_t |
Thu, 20 Nov, 16:14 |
astitc...@apache.org |
[3/9] qpid-proton git commit: PROTON-749: Change tick layer callbacks so that they're not chained just called in sequence |
Thu, 20 Nov, 16:14 |
astitc...@apache.org |
[4/9] qpid-proton git commit: PROTON-749: Remove transport pointer from ssl and sasl structs - Change means that API pn_ssl_t and pn_sasl_t pointers are really pn_transport_t pointers and need to be cast internally on use |
Thu, 20 Nov, 16:14 |
astitc...@apache.org |
[5/9] qpid-proton git commit: PROTON-749: Split transport into server/client sides - This allows the server and client sides of the transport to have different default behaviours. - We set the SASL client/server from the transport setting - There are s |
Thu, 20 Nov, 16:14 |
astitc...@apache.org |
[6/9] qpid-proton git commit: PROTON-749: Server transport autodetect: - Defer layer initialisation until first send/receive - Move layer initialisation entirely to transport - Server transports will now autodetect the client protocol layers talking to |
Thu, 20 Nov, 16:14 |
astitc...@apache.org |
[7/9] qpid-proton git commit: PROTON-749: Add the deprecated C APIs back in for backward compatibility. |
Thu, 20 Nov, 16:15 |
astitc...@apache.org |
[8/9] qpid-proton git commit: PROTON-749: Fix erroneous windows change due to previous version to changeset. |
Thu, 20 Nov, 16:15 |
astitc...@apache.org |
[9/9] qpid-proton git commit: PROTON-749, PROTON-750: Merge these changes into development stream. |
Thu, 20 Nov, 16:15 |
astitc...@apache.org |
svn commit: r1641658 - /qpid/trunk/qpid/cpp/src/qpid/sys/Timer.h |
Tue, 25 Nov, 17:39 |
c...@apache.org |
svn commit: r1636981 - /qpid/trunk/qpid/cpp/bld-winsdk.ps1 |
Wed, 05 Nov, 22:06 |
c...@apache.org |
svn commit: r1641014 - /qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Session.cpp |
Fri, 21 Nov, 22:38 |
cliffjan...@apache.org |
qpid-proton git commit: PROTON-742: Windows SChannel buffer copy error: fix length |
Thu, 13 Nov, 23:51 |
fad...@apache.org |
qpid-proton git commit: PROTON-760: Improve the JavaScript binding's internal Event loop and add additional tests. |
Sat, 29 Nov, 12:22 |
g...@apache.org |
svn commit: r1636848 - /qpid/trunk/qpid/cpp/src/qpid/broker/QueueCleaner.cpp |
Wed, 05 Nov, 10:33 |
g...@apache.org |
svn commit: r1636898 - /qpid/proton/branches/examples/tutorial/proton_events.py |
Wed, 05 Nov, 15:34 |
g...@apache.org |
svn commit: r1636946 - in /qpid/proton/branches/examples/tutorial: proton_events.py selected_recv.py |
Wed, 05 Nov, 19:50 |
g...@apache.org |
svn commit: r1637402 - in /qpid/trunk/qpid/cpp/src/qpid/xml: XmlExchange.cpp XmlExchange.h |
Fri, 07 Nov, 16:26 |
g...@apache.org |
svn commit: r1637820 - /qpid/trunk/qpid/cpp/src/qpid/sys/ssl/util.cpp |
Mon, 10 Nov, 11:48 |
g...@apache.org |
svn commit: r1637821 - /qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Connection.cpp |
Mon, 10 Nov, 11:48 |
g...@apache.org |
svn commit: r1637822 - in /qpid/trunk/qpid/cpp/src: ./ qpid/broker/ qpid/broker/amqp/ qpid/sys/ tests/ |
Mon, 10 Nov, 11:48 |
g...@apache.org |
[01/50] [abbrv] qpid-proton git commit: NO-JIRA: If we didn't build the python bindings then we can't run python tests |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[02/50] [abbrv] qpid-proton git commit: NO-JIRA: Fix broken CMake initialisation of BUILD_WITH_CXX |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[03/50] [abbrv] qpid-proton git commit: NO-JIRA: Really make BUILD_WITH_CXX worl properly (sigh) |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[04/50] [abbrv] qpid-proton git commit: added missing doxygen for new transport events |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[05/50] [abbrv] qpid-proton git commit: PROTON-618: update line endings only, for consistency with other files |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[06/50] [abbrv] qpid-proton git commit: PROTON-465: Make FindPerlLibs work properly without Perl devel files |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[07/50] [abbrv] qpid-proton git commit: Renamed PN_{CONNECTION, SESSION, LINK}_{OPEN, CLOSE} to PN_{CONNECTION, SESSION, LINK}_LOCAL_{OPEN, CLOSE} |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[08/50] [abbrv] qpid-proton git commit: added dispatch code to event class |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[09/50] [abbrv] qpid-proton git commit: added engine examples for proton-j |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[10/50] [abbrv] qpid-proton git commit: made Handler extend object |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[11/50] [abbrv] qpid-proton git commit: PROTON-711: add tests for the existing destination type annotation processing done by the transformers |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[12/50] [abbrv] qpid-proton git commit: PROTON-711: add support (disabled by default) for using a byte value for destination type annotations during outbound transformation |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[13/50] [abbrv] qpid-proton git commit: PROTON-711: add support (disabled by default) for using a byte value for destination type annotations during inbound transformation |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[14/50] [abbrv] qpid-proton git commit: PROTON-711: fix test compilation under Java6 |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[15/50] [abbrv] qpid-proton git commit: PROTON-714: don't overflow the input buffer |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[16/50] [abbrv] qpid-proton git commit: PROTON-715: subtract 1 when setting delivery-count header based on JMSXDeliveryCount during outbound Native transformation |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[17/50] [abbrv] qpid-proton git commit: PROTON-712: check getprotobyname for NULL return value (patch from Sahir Hoda) |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[18/50] [abbrv] qpid-proton git commit: PROTON-708: changed pn_driver_error to return the pn_error_t |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[19/50] [abbrv] qpid-proton git commit: PROTON-716: reject connections using SSLv3 - it is insecure |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[20/50] [abbrv] qpid-proton git commit: PROTON-717: mitigate the CRIME SSL vulnerability |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[21/50] [abbrv] qpid-proton git commit: PROTON-717: disable SSLv3 |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[22/50] [abbrv] qpid-proton git commit: PROTON-719 : prevent ssl3 connections in Windows with schannel |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[23/50] [abbrv] qpid-proton git commit: fixed Collector.put |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[24/50] [abbrv] qpid-proton git commit: fixed error message |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[25/50] [abbrv] qpid-proton git commit: added dispatch utility |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[26/50] [abbrv] qpid-proton git commit: PROTON-720: [Windows IO] fix format specifier to print string |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[27/50] [abbrv] qpid-proton git commit: PROTON-724: make sure to pop any pending output in pn_transport_close_head() |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[28/50] [abbrv] qpid-proton git commit: removed extraneous and harmful __str__ |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[29/50] [abbrv] qpid-proton git commit: PROTON-728: don't try to settle the delivery, just abort the connection |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[30/50] [abbrv] qpid-proton git commit: properly convert NULL data objects |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[31/50] [abbrv] qpid-proton git commit: PROTON-723: based on gordon's patch, added support for the coordinator target |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[32/50] [abbrv] qpid-proton git commit: removed accidental addition |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[33/50] [abbrv] qpid-proton git commit: bumped the release version on trunk |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[34/50] [abbrv] qpid-proton git commit: allow access to container hierarchy even when freed |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[35/50] [abbrv] qpid-proton git commit: added timestamp conversion for message properties, cleaned up conversion elsewhere |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[36/50] [abbrv] qpid-proton git commit: fixed up the examples README |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[37/50] [abbrv] qpid-proton git commit: PROTON-736: Ruby Message does not return all content. |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[38/50] [abbrv] qpid-proton git commit: PROTON-736: Only encode Ruby strings as UTF-8 if it says it's UTF-8 |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[39/50] [abbrv] qpid-proton git commit: PROTON-740: fixed shutdown and event related issues with idle timeout during sasl |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[40/50] [abbrv] qpid-proton git commit: exclude pn_transport_vlogf from swig |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[41/50] [abbrv] qpid-proton git commit: PROTON-739: Add TTL to Ruby Messenger subscribe method. |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[42/50] [abbrv] qpid-proton git commit: PROTON-736: Created the UTFString and BinaryString classes for Ruby. |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[43/50] [abbrv] qpid-proton git commit: NO JIRA: Updated the documentation for the Ruby Message class. |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[44/50] [abbrv] qpid-proton git commit: fixed english in comment |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[45/50] [abbrv] qpid-proton git commit: PROTON-736: Default Ruby 1.8 encoding to be binary unless explicit |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[46/50] [abbrv] qpid-proton git commit: PROTON-742: Windows SChannel buffer copy error: fix length |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[47/50] [abbrv] qpid-proton git commit: Some updates to tutorial text |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[48/50] [abbrv] qpid-proton git commit: Some updates to tutorial text |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[49/50] [abbrv] qpid-proton git commit: Merged from master |
Fri, 14 Nov, 11:03 |
g...@apache.org |
[50/50] [abbrv] qpid-proton git commit: Fixup merge from master |
Fri, 14 Nov, 11:03 |
g...@apache.org |
qpid-proton git commit: Fix for change in unhandled signature |
Fri, 14 Nov, 13:23 |
g...@apache.org |
qpid-proton git commit: Some fixes and refactorings |
Wed, 19 Nov, 17:23 |
g...@apache.org |
[1/2] qpid-proton git commit: Use url from proton binding |
Wed, 19 Nov, 19:26 |
g...@apache.org |
[2/2] qpid-proton git commit: split code into utils, handlers and reactors modules |
Wed, 19 Nov, 19:26 |
g...@apache.org |
svn commit: r1640755 - in /qpid/trunk/qpid/cpp/src/qpid: amqp/descriptors.h broker/TxDequeue.cpp broker/TxDequeue.h broker/amqp/Session.cpp |
Thu, 20 Nov, 15:23 |
g...@apache.org |
svn commit: r1640826 - /qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Session.cpp |
Thu, 20 Nov, 21:50 |
g...@apache.org |
qpid-proton git commit: Support two different settlement modes with transactions; added interactive script for testing/troubleshooting |
Wed, 26 Nov, 13:08 |
g...@apache.org |
qpid-proton git commit: Added missing files to repo |
Wed, 26 Nov, 13:16 |
g...@apache.org |
[01/35] qpid-proton git commit: PROTON-745: update DataImpl to return arrays of Symbol as Symbol[] instance rather than Object[] instance, and enable Data#putObject() to accept the Symbol[]. |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[02/35] qpid-proton git commit: PROTON-746: Fix encoding a Ruby symbol into a message body. |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[03/35] qpid-proton git commit: PROTON-750: Have explicit API to detect ssl if present - avoids overloading other functionality for this purpose. |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[04/35] qpid-proton git commit: PROTON-749: Refactoring of io layers: - Eliminate some unnecessary stuff. - Make pn_io_layer_t a pure interface. - Simplify amqp header code; remove header_count member from pn_transport_t |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[05/35] qpid-proton git commit: PROTON-749: Change tick layer callbacks so that they're not chained just called in sequence |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[06/35] qpid-proton git commit: PROTON-749: Remove transport pointer from ssl and sasl structs - Change means that API pn_ssl_t and pn_sasl_t pointers are really pn_transport_t pointers and need to be cast internally on use |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[07/35] qpid-proton git commit: PROTON-743: Provide a means to clear errors in a Ruby Messenger. |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[08/35] qpid-proton git commit: PROTON-736: Replace missed force_encoding with encode |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[09/35] qpid-proton git commit: NO-JIRA: Removed trailing spaces from the Ruby Messenger class. |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[10/35] qpid-proton git commit: PROTON-747: Around wrappers for Ruby Messenger methods that raise errors |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[11/35] qpid-proton git commit: NO-JIRA: Fix how Perl uses the utils module. |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[12/35] qpid-proton git commit: PROTON-753: add constants for the delivery outcome symbol descriptors, for use in setting the supported outcomes on a Source |
Wed, 26 Nov, 20:05 |
g...@apache.org |
[13/35] qpid-proton git commit: PROTON-749: Split transport into server/client sides - This allows the server and client sides of the transport to have different default behaviours. - We set the SASL client/server from the transport setting - There are |
Wed, 26 Nov, 20:06 |