qpid-proton git commit: PROTON-697: SChannel functionality: basic server support

2014-12-08 Thread cliffjansen
Repository: qpid-proton Updated Branches: refs/heads/master 2f8a70a3b -> 04271c198 PROTON-697: SChannel functionality: basic server support Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/04271c19 Tree: http://

qpid-proton git commit: PROTON-765: Fix Ruby's support for 64-bit values on 32-bit systems

2014-12-08 Thread mcpierce
Repository: qpid-proton Updated Branches: refs/heads/master cefbf9839 -> 2f8a70a3b PROTON-765: Fix Ruby's support for 64-bit values on 32-bit systems Changed NUM2ULONG to NUM2ULL to properly use unsigned long long ints for 64-bit values. Project: http://git-wip-us.apache.org/repos/asf/qpid-p

svn commit: r1643870 - /qpid/dispatch/trunk/python/qpid_dispatch_internal/management/schema.py

2014-12-08 Thread aconway
Author: aconway Date: Mon Dec 8 17:41:58 2014 New Revision: 1643870 URL: http://svn.apache.org/r1643870 Log: NO-JIRA: Fix ordering problem that prevented schema from loading on python <= 2.6. Modified: qpid/dispatch/trunk/python/qpid_dispatch_internal/management/schema.py Modified: qpid/di

qpid-proton git commit: initial commit of psend/precv examples.

2014-12-08 Thread mgoulish
Repository: qpid-proton Updated Branches: refs/heads/master 4d2a6fd01 -> cefbf9839 initial commit of psend/precv examples. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cefbf983 Tree: http://git-wip-us.apache

svn commit: r1643866 - in /qpid/branches/QPID-6262-JavaBrokerNIO/qpid/java: broker-core/src/main/java/org/apache/qpid/server/protocol/ broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/s

2014-12-08 Thread kwall
Author: kwall Date: Mon Dec 8 17:01:57 2014 New Revision: 1643866 URL: http://svn.apache.org/r1643866 Log: NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbeating working. AMQ 1.0 not tested. System tests failing at about ~PriorityQueueTest with seeming resource leak.

[4/4] qpid-proton git commit: PROTON-755: Require specific version of minitest for Ruby tests.

2014-12-08 Thread mcpierce
PROTON-755: Require specific version of minitest for Ruby tests. The require for the smoke tests now require a version between 4.7.0 and not 5.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/e763ef4b Tree: http

[1/4] qpid-proton git commit: PROTON-755: Changed how the Data rspec test sets a single random character.

2014-12-08 Thread mcpierce
Repository: qpid-proton Updated Branches: refs/heads/master 1dc43c6c3 -> 4d2a6fd01 PROTON-755: Changed how the Data rspec test sets a single random character. The new method is portable across versions of Ruby. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://g

[2/4] qpid-proton git commit: PROTON-755: Updated rspec tests to use the newer expect syntax

2014-12-08 Thread mcpierce
PROTON-755: Updated rspec tests to use the newer expect syntax Rspec is moving away from monkey patching objects, and this new syntax reflects that change. Updated the rspec tests to work with Rspec 2.4 and 3.x properly. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: ht

[3/4] qpid-proton git commit: PROTON-755: Add SecureRandom for use by Ruby 1.8 tests

2014-12-08 Thread mcpierce
PROTON-755: Add SecureRandom for use by Ruby 1.8 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/9cfd9bb8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9cfd9bb8 Diff: http://git-wip-us.apache.

qpid-proton git commit: PROTON-752: Release the GIL on blocking calls in Ruby.

2014-12-08 Thread mcpierce
Repository: qpid-proton Updated Branches: refs/heads/master d549ec388 -> 1dc43c6c3 PROTON-752: Release the GIL on blocking calls in Ruby. Added a wrapper call for pn_messenger_recv, pn_messenger_send and pn_messenger_work that calls the appropriate method for the version of Ruby to release the