summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-3007: Don't record management statistics in cluster-unsafe contexts.Alan Conway2011-02-011-2/+4
* QPID-3030: prevent buffer overflow when writing sequences of bytes.Kenneth Anthony Giusti2011-02-011-0/+5
* QPID-3009: added perl typemap to distribution listGordon Sim2011-02-011-1/+1
* QPID-3009 - Minor cleanupTed Ross2011-02-011-2/+1
* QPID-3009: Improved configure support for python bindings based on suggestion...Gordon Sim2011-01-311-5/+7
* QPID-3009 - Fixed configuration problem found by gsim.Ted Ross2011-01-282-4/+4
* Fix for RHBZ656385: "Data store can become corrupt with small store file size...Kim van der Riet2011-01-281-1/+2
* QPID-3017: improve error handling for the new transaction classes, add some l...Robert Gemmell2011-01-2810-124/+1581
* Modified the test cases according to the fix made for QPID-3019Rajith Muditha Attapattu2011-01-281-3/+3
* QPID-3009 - Perl binding to Qpid messagingTed Ross2011-01-2714-1/+1040
* QPID-3013: use an equation based delta threshold that takes processor count i...Robert Gemmell2011-01-271-8/+5
* QPID-3022: enable the logging tests and fix issues causing failures due to mi...Robert Gemmell2011-01-277-24/+52
* QPID-3023: enable using the ServerConfiguration directly instead of leveragin...Robert Gemmell2011-01-274-59/+24
* QPID-3021: set the session/connection actor when the connection recieves new ...Robert Gemmell2011-01-277-16/+66
* Change order of Py<type>_check calls in typemap.Ted Ross2011-01-261-2/+2
* Fixes several validation errors.Jonathan Robie2011-01-251-170/+174
* QPID-3020: fix _logActor variable shadowing, use CurrentActor to log Sub crea...Robert Gemmell2011-01-252-6/+6
* QPID-3019Rajith Muditha Attapattu2011-01-256-14/+47
* QPID-3014: create and use a connection actor directly, it doesnt need to be p...Robert Gemmell2011-01-243-5/+10
* qpid-route now correctly shows usage for invalid command lines.Jonathan Robie2011-01-222-97/+106
* Move brokertest.py from qpid/python to qpid/cpp.Alan Conway2011-01-215-4/+5
* Moved ResizableBuffer.h from include to src. Not part of the public API.Alan Conway2011-01-211-1/+1
* QPID-2902: remove exclusion for LargeMessageTest, I believe QPID-3010 also re...Robert Gemmell2011-01-211-1/+0
* QPID-3010: ensure the SimpleByteBufferAllocator is always used and non-direct...Robert Gemmell2011-01-214-48/+8
* QPID-3013: create an initial connection to force thread pool startup before t...Robert Gemmell2011-01-211-0/+6
* QPID-3012: reduce the cycle count such that 100 connections are used instead ...Robert Gemmell2011-01-211-1/+1
* QPID-3011Rajith Muditha Attapattu2011-01-202-8/+26
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-206-18/+95
* QPID-3007 Disabled cluster log verification tests, causing sporadic failures.Alan Conway2011-01-192-2/+5
* QPID-2996 - qmf/SchemaMethod.cpp fails to compile on s390Ted Ross2011-01-191-1/+1
* Added a new section titled "Configuring the JMS Client".Rajith Muditha Attapattu2011-01-191-1/+387
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-1812-16/+135
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-185-199/+365
* QPID-3006: remove incorrect and unnecessary authorisation checkGordon Sim2011-01-172-14/+0
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-175-3/+5
* QPID-2998: Remove spurious class definitionsGordon Sim2011-01-171-2/+0
* Fixes QPID-2499: Stale federation routes remain after route deletion.Jonathan Robie2011-01-137-79/+90
* Originally, when the broker agent authorized a method call, if the message wa...Ted Ross2011-01-131-1/+6
* In qmfengine, if a method call or method response requires a buffer larger th...Ted Ross2011-01-136-13/+163
* QPID-2982: Fix discrepancy in management object and deleted object counts.Alan Conway2011-01-135-144/+112
* made address parser recognize lowercase true and falseRafael H. Schloming2011-01-132-17/+23
* qpid-test-cluster script: added -d option to delete data-directory.Alan Conway2011-01-121-15/+31
* While commiting a fix for QPID-2994 I accidently modified the timeout value.Rajith Muditha Attapattu2011-01-111-1/+1
* Small code cleanup - Replaced object declaration with a const reference for e...Ted Ross2011-01-111-1/+1
* Added argument/type check for output arguments on methods.Ted Ross2011-01-113-4/+13
* Exposed asMap for DataAddr objects in Pyton and Ruby wrappers.Ted Ross2011-01-116-2/+89
* Remove unnecessary sleeps.Michael Goulish2011-01-111-6/+1
* QMFv2 API change:Ted Ross2011-01-117-15/+59
* Added cluster_test_logs.py to EXTRA_DIST for use by store tests.Alan Conway2011-01-111-0/+1
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-115-6/+111