summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-3064, QPID-3157: ensure that if the node marker is pointing at the tail ...Robert Gemmell2011-07-312-2/+38
* QPID-3064, QPID-3157: ensure the node for a given Subscription is unlinked fr...Robert Gemmell2011-07-303-99/+527
* QPID-3339: set the security Subject during the closed() invocation to prevent...Robert Gemmell2011-07-301-4/+8
* QPID-3358 Added a gnuplot script that can be useful in graphing test results.Rajith Muditha Attapattu2011-07-301-0/+42
* QPID-3358 Added scripts to faciliate multi host testing.Rajith Muditha Attapattu2011-07-303-0/+387
* QPID-3358 Modified the run-sub and run-pub scripts to allow program args in a...Rajith Muditha Attapattu2011-07-302-4/+15
* QPID-3358 Modified the producer and consumer to support multiple iterations t...Rajith Muditha Attapattu2011-07-304-71/+187
* QPID-3358 Modified the controller to allow multiple iterations in order to s...Rajith Muditha Attapattu2011-07-302-12/+146
* QPID-3372: fixed comparison of desired and actual properties for exchangesGordon Sim2011-07-262-1/+23
* NO-JIRA: fix trunk break, "except Exception as e" syntax is invalid in python...Alan Conway2011-07-221-2/+2
* Corrected qpid-client-test's name when setting up the test script. NO-JIRAStephen D. Huston2011-07-221-1/+1
* QPID-3367: FileUtils improvements. #openFileOrDefaultResource now tries the o...Robert Gemmell2011-07-214-11/+98
* QPID-3365: Extend build system to build optional client-plugins.Robert Gemmell2011-07-212-5/+4
* NO-JIRA: correct example jar name in client README, update ivy.xml file with ...Robert Gemmell2011-07-212-2/+2
* QPID-3255: update management console to remove redundant user management func...Robert Gemmell2011-07-216-211/+288
* Merge branch 'perf' into trunkRajith Muditha Attapattu2011-07-208-134/+608
* NO-JIRA: clean up trailing whitespace.Alan Conway2011-07-201-51/+51
* NO-JIRA: Remove unused #include file, causing compile errors on rhel5.Alan Conway2011-07-201-1/+0
* QPID-3304: fixes to windows build, broken by r1148503Gordon Sim2011-07-202-4/+4
* QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...Kim van der Riet2011-07-1922-105/+2471
* NO-JIRA: Trivial code clean-up - LegacyLVQ to use isInBrokerAlan Conway2011-07-191-5/+1
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-152-0/+101
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+393
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+633
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+342
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+267
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+438
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+166
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+204
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-152-0/+64
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+105
* NO-JIRA - Fixed two EXTERN declarations in FieldTable.hTed Ross2011-07-151-2/+2
* QPID-3359: revert testNoFailover to run in same-vm profiles onlyRobert Gemmell2011-07-151-2/+34
* QPID-2979: Make windows broker advertise PLAIN even when auth is turned off.Gordon Sim2011-07-151-0/+1
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-1526-764/+667
* QPID-3358 Simplified the scripts to make it easy to run them.Rajith Muditha Attapattu2011-07-159-164/+124
* QPID-2498: rename mina dep stubs for use in pom generationRobert Gemmell2011-07-142-0/+0
* QPID-2498: upgrade Mina to 1.1.7.Robert Gemmell2011-07-1413-40/+8
* QPID-3342: move a previously missed test-only class into the test treeRobert Gemmell2011-07-141-0/+0
* QPID-2899: exclude test to stop lighting Jenkins up like a christmas tree on ...Robert Gemmell2011-07-141-0/+3
* QPID-2815: move conversion of logWatch argument into milliseconds into Broker...Robert Gemmell2011-07-144-14/+169
* NO-JIRA: Removed ruby and dotnet projectsGordon Sim2011-07-14708-172169/+1
* QPID-3345: restore/add ability to use sys props to select the NetworkTranspor...Robert Gemmell2011-07-149-37/+335
* Merge branch 'QPID-3265' into trunkRajith Muditha Attapattu2011-07-135-59/+129
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-1337-548/+1198
* QPID-3352: Export method in common lib that is now used from within the broke...Gordon Sim2011-07-131-1/+1
* QPID-3355: Declare the wait while waiting for completion. Patch from Jason Di...Gordon Sim2011-07-131-0/+1
* QPID-3355: Ensure session is not deleted out from under a sync() callGordon Sim2011-07-131-2/+5
* qpid-3338 fix CMake variable to distinguish toolchains: msvc vs mingwClifford Allan Jansen2011-07-131-2/+2
* qpid-3256 additional changes to also work for mingwClifford Allan Jansen2011-07-131-4/+9