summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix cpp client, path changesAidan Skinner2008-07-151-8/+15
* This is related to QPID-1102.Rajith Muditha Attapattu2008-07-152-28/+27
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-159-22/+24
* QPID-1172 : Moved unregistration out of the sendLock. Potential refactor poss...Martin Ritchie2008-07-151-239/+175
* Removed the non ASCII characters that are causing the build to minorly complain.Martin Ritchie2008-07-153-9/+8
* Updated log4j format as per discussion on mailing list.Martin Ritchie2008-07-151-1/+1
* QPID-1176 : Updated Tasks and gentools build to use the java.source and java....Martin Ritchie2008-07-155-18/+40
* QPID-1175 : VirtualHost now validates that name is non-null and non-empty. Fu...Martin Ritchie2008-07-152-1/+6
* QPID-909 Added missing license header and fixed execute bit on MessageSize.shMartin Ritchie2008-07-153-1/+45
* Multi-version interop test scriptAidan Skinner2008-07-151-0/+173
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-1113-83/+1032
* Move shutdown of management broker to end of shutdown sequenceTed Ross2008-07-101-1/+1
* Honour timeout in BlockingQueue::pop(); added test for SubscriptionManager::g...Gordon Sim2008-07-102-1/+2
* QPID-1171: batch acks when prefetch is usedRafael H. Schloming2008-07-102-4/+37
* QPID-1062: moved channel id into the ProtocolEvent interface and removed Conn...Rafael H. Schloming2008-07-1015-119/+121
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-0910-38/+57
* 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