summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow for pluggable exchange types.Gordon Sim2008-07-092-6/+28
* Primarily profiling driven changes:Rafael H. Schloming2008-07-0940-694/+774
* Removed dead code.Alan Conway2008-07-092-15/+1
* Fix signed/unsigned compare errorAlan Conway2008-07-091-1/+1
* Fix for older boost versionsAlan Conway2008-07-091-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-0820-224/+208
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-0838-282/+353
* This is related to QPID-1161.Rajith Muditha Attapattu2008-07-081-4/+8
* Remove unused Serializer code.Alan Conway2008-07-086-462/+0
* Fix packaging error.Alan Conway2008-07-081-2/+1
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-089-173/+116
* QPID-1148 - from Manuel TieraAlan Conway2008-07-088-88/+128
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-085-59/+53
* * release message lock when notifying queue listenersGordon Sim2008-07-082-29/+53
* svn:ignore properties.Alan Conway2008-07-080-0/+0
* Fix leak in XmlClientSessionTests - was leaking a Session.Alan Conway2008-07-081-6/+5
* QPID-293 allow messages which have been received by the consumer before a mes...Aidan Skinner2008-07-082-4/+12
* This is related to QPID-1162Rajith Muditha Attapattu2008-07-075-5/+162
* 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