summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-3381 Provided the ability to retrieve the routing key from a JMS message...Rajith Muditha Attapattu2011-08-022-7/+15
* | QPID-3381 Added the class QpidMessageProperties as a place holder for Qpid sp...Rajith Muditha Attapattu2011-08-021-0/+34
* | NO-JIRA: Minor improvements to test scripts.Alan Conway2011-08-022-2/+5
* | QPID-2899: ensure otherwise unhandled exceptions close the Session with an Ex...Robert Gemmell2011-08-022-9/+13
* | Merge branch 'QPID-3263' into trunkRajith Muditha Attapattu2011-08-025-8/+168
* | QPID-3382: Corrected some exception types for connect errorsGordon Sim2011-08-014-7/+6
* | QPID-3383: Changed to explicit credit management for control subscription in ...Gordon Sim2011-08-011-2/+3
* | 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