summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ForkedBroker: child process exits on completion.Alan Conway2008-07-071-1/+7
* This is related to QPId-1161.Rajith Muditha Attapattu2008-07-0712-25/+289
* Disable certain ConnectionTest tests since the 010 broker doesn't currently i...Aidan Skinner2008-07-071-0/+3
* QPID-474 forgot ASL header, oopsAidan Skinner2008-07-072-0/+42
* QPID-474 Make sure that our SASL servers actually, y'know, validate the passwordAidan Skinner2008-07-076-7/+204
* Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit.Alan Conway2008-07-072-24/+7
* configure.ac: check for cpg_local_get to exclude older CPG versions.Alan Conway2008-07-071-5/+3
* Temporarily reverting changes to signal handling; as checked in by r674107 it...Gordon Sim2008-07-071-2/+18
* This is related to QPID-1161.Rajith Muditha Attapattu2008-07-072-2/+2
* This is related to QPID-1161.Rajith Muditha Attapattu2008-07-075-33/+50
* The last checkin for this class was using a Java 1.6 specific method called i...Rajith Muditha Attapattu2008-07-071-1/+1
* Disabled cluster_test temporarily, it leaks processes.Alan Conway2008-07-041-2/+4
* Remove debugging cout accidentally left in.Alan Conway2008-07-041-2/+0
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-0437-218/+835
* Addition of tools directory for various Qpid Java toolsMartin Ritchie2008-07-042-0/+227
* QPID-940 : Forgot to exclude the test from the test runMartin Ritchie2008-07-043-0/+8
* QPID-871 - Added a ConnectionRegistry per Virtualhost to track the open conne...Martin Ritchie2008-07-0416-164/+902
* Qpid-940 - ConnectionTest#testPasswordFailureConnection fails occasionally so...Martin Ritchie2008-07-042-49/+73
* QPID-1079: Remove all classes that were no longer referenced + updated FlowCo...Arnaud Simon2008-07-045-231/+14
* Allow default values for packed structs to be overridden (currently used for ...Gordon Sim2008-07-041-1/+1
* QPID-1157: Added perftests projectArnaud Simon2008-07-045-0/+440
* Only override default value for accept-mode field in message.transfer (not me...Gordon Sim2008-07-041-2/+2
* Removed SimpleACLTest from the build whilst we resolve the client exception h...Martin Ritchie2008-07-041-1/+1
* rubygen: Change default for client API accept-mode parameters to 1.Alan Conway2008-07-032-2/+9
* QPID-1160 - Use array-style delete for allocated arrayTed Ross2008-07-031-1/+1
* QPID-962 Exception handling was... unpleasing... Fix up of patch from rhsAidan Skinner2008-07-037-57/+85
* Revert "QPID-962 Exception handling was... unpleasing... Fix up of patch from...Aidan Skinner2008-07-025-62/+55
* Improved text and rasied severity of log entry when client sessions are delet...Gordon Sim2008-07-021-1/+1
* QPID-960 remember to rename classAidan Skinner2008-07-021-3/+3
* QPID-960 copy delegate properlyAidan Skinner2008-07-021-0/+234
* QPID-960 make protocol negotiation work from 0-10 down to 0-9 and then 8-0Aidan Skinner2008-07-023-235/+33
* QPID-962 Exception handling was... unpleasing... Fix up of patch from rhsAidan Skinner2008-07-025-55/+62
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-019-317/+118
* QPID-887: name housekeeping thread properly.Aidan Skinner2008-07-011-1/+2
* QPID-1163: Moved message ack in pre-deliver methodArnaud Simon2008-07-012-14/+15
* QPID-1157: Updated scriptsArnaud Simon2008-07-015-15/+11
* QPID-1084 : Applying patch previously applied to M2.xRobert Godfrey2008-07-011-9/+16
* Added extra option (fixed time limit in rate mode) to latency test. Patch fro...Gordon Sim2008-07-011-10/+27
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-3021-188/+394
* Cosmetic change: rename ID to be 'tag'Ted Ross2008-06-301-6/+6
* Switch to async mode for management communicationTed Ross2008-06-301-0/+1
* This commit is related to QPID-1161.Rajith Muditha Attapattu2008-06-3019-1/+1884
* QPID-1157: Added cc example automation scriptsArnaud Simon2008-06-3025-34/+394
* QPID-1159: remove @Override tagsAidan Skinner2008-06-301-130/+109
* Added comment to gitignore to explain previous additionsMartin Ritchie2008-06-271-0/+1
* Updated the performance tests to ensure we use all the available test, added ...Martin Ritchie2008-06-275-3/+34
* Added qpid/java/release to ignore listMartin Ritchie2008-06-271-0/+1
* QPID-1157: Added CC scripts and config filesArnaud Simon2008-06-2718-0/+598
* Fix exit status when VALIGRIND=Alan Conway2008-06-271-1/+1
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-2611-165/+187