summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge in QPID-3759 from trunk and fixes QPID-3982.0.8-release-candidatesStephen D. Huston2012-05-052-60/+103
* copy updated readme files from trunk, because I cant be bothered doing that m...Robert Gemmell2010-11-225-38/+212
* Changed the name of the declared exchange from 'xml' to 'xml-exchange'.Robert Gemmell2010-11-221-3/+3
* Set svn:executable property.Robert Gemmell2010-11-221-0/+0
* Correct typosRobert Gemmell2010-11-221-2/+2
* Remove file from the old maven build systemRobert Gemmell2010-11-221-35/+0
* add README.txt file for Java client, include in the distributed binary conven...Robert Gemmell2010-11-222-1/+58
* Remove redundant/unused scriptRobert Gemmell2010-11-221-21/+0
* delete java/client/example bin dirRobert Gemmell2010-11-223-144/+0
* copy latest RELEASE_NOTES files from trunkRobert Gemmell2010-11-225-64/+15
* QPID-2947: update slf4j to 1.6.1 to allow using the client package out-of-the...Robert Gemmell2010-11-227-7/+7
* merged 1033975 from trunk, this fixes QPID-2914Rafael H. Schloming2010-11-222-3/+13
* merge from trunkKenneth Anthony Giusti2010-11-181-13/+6
* merge from trunkKenneth Anthony Giusti2010-11-182-0/+40
* QPID-2950: correct the shutdown exception check to verify the SQLCode is for ...Robert Gemmell2010-11-171-2/+4
* Merged in QPID-2948 from trunk r1035509.Stephen D. Huston2010-11-162-2/+2
* Fix double spacing introduced by previous commit.Alan Conway2010-11-151-155/+0
* Fix inconsistent line terminators.Alan Conway2010-11-151-154/+308
* QPID-2946: exclude the QMan archive from the release process until such time ...Robert Gemmell2010-11-141-1/+0
* QPID-2943: add the example src+jar to the client release archiveRobert Gemmell2010-11-141-0/+14
* QPID-2943: remove references from the README.txt file to examples that no lon...Robert Gemmell2010-11-141-260/+4
* QPID-2942: disable management SSL by default, update config.xml to use keysto...Robert Gemmell2010-11-142-3/+6
* Merged fix for QPID-2941 from trunk.Stephen D. Huston2010-11-131-3/+7
* QPID-2674: prevent callbacks after doDelete has been calledGordon Sim2010-11-121-0/+10
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-122-2/+4
* Include cluster scripts unconditionally in distribution.Alan Conway2010-11-121-27/+32
* QPID-2929: *actually* fix inclusion of the broker-plugins in the release *arc...Robert Gemmell2010-11-081-2/+2
* add missing licence headerRobert Gemmell2010-11-071-1/+20
* Increment code and documentation version numbers from 0.7 to 0.8Robert Gemmell2010-11-0715-23/+23
* Create branch for the 0.8 Release Candidate processRobert Gemmell2010-11-070-0/+0
* reduce the amount of change required to update the icky hardcoded version inf...Robert Gemmell2010-11-071-27/+28
* add Licence info to another couple of filesRobert Gemmell2010-11-072-0/+21
* QPID-2931: update MessageReference to stop nulling out the ServerMessage refe...Robert Gemmell2010-11-071-6/+7
* Manage CLFS containers using policies to both create the initial containers a...Stephen D. Huston2010-11-053-23/+46
* Add design doc for new Windows hybrid SQL-CLFS store.Stephen D. Huston2010-11-051-0/+239
* QPID-2924 Refactor WinSDK to create separate debug and release /bin directoriesCharles E. Rolke2010-11-0513-26/+26
* QPID-2926 Simple example code does not link under WindowsCharles E. Rolke2010-11-052-0/+72
* New cluster plan: added transaction supportAlan Conway2010-11-051-0/+4
* Added a test case for QPID-2737, QPID-2774, QPID-2928Rajith Muditha Attapattu2010-11-051-3/+47
* Fix typo in help message.Stephen D. Huston2010-11-041-1/+1
* QPID-2929: ensure the broker-plugins are added to the broker release binary w...Robert Gemmell2010-11-041-1/+7
* Revised Messages to keep track of queues each message is on to enable finding...Stephen D. Huston2010-11-043-207/+255
* When running store tests, pass the store type to the script. Also added test ...Stephen D. Huston2010-11-041-1/+4
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1031321 13f79535-47bb...Rajith Muditha Attapattu2010-11-045-5/+87
* 1. Enable the second set of tests, now that brokertest.py is checked in and r...Stephen D. Huston2010-11-041-17/+47
* Adjust for Windows which can't do Popen w/ close_fds. Also, when tearDown run...Stephen D. Huston2010-11-041-1/+5
* QPID-2927: catch and ignore InstanceNotFoundException as this is not unexpect...Robert Gemmell2010-11-041-1/+9
* QPID-2927: fix inconsistent use of spaces and tabs for indentation, always us...Robert Gemmell2010-11-041-18/+18
* qpid-cpp-benchmark: allow extra arguments to qpid-send/receive, fix exception...Alan Conway2010-11-041-2/+8
* Catch com exceptions during db recovery and rethrow as ADOExceptions which th...Stephen D. Huston2010-11-031-65/+105