summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed erroneous error level logging to info levelMartin Ritchie2008-07-162-6/+13
* QPID-1178 : Prevent Rejecting messages destined for known QueueBrowsersMartin Ritchie2008-07-161-3/+15
* QPID-1177 : Added Protocol Level Debug logging. Uses a final static so should...Martin Ritchie2008-07-152-1/+15
* QPID-940,QPID-594,QPID-805,QPID-826 : Updated the client exception handling s...Martin Ritchie2008-07-1544-929/+1035
* QPID-984 : Applied fix from M2.1.x that adds requried synchronization around ...Martin Ritchie2008-07-151-98/+81
* QPID-1176 : Update to gentools to remove commented out properties that I left...Martin Ritchie2008-07-151-9/+0
* QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidT...Martin Ritchie2008-07-1576-15265/+16
* QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidT...Martin Ritchie2008-07-15115-429/+15287
* Fix "ignoring return value" warning from LockFile.h.Alan Conway2008-07-151-1/+1
* 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
* Updated gitignore with cpp example output and other generated filesMartin Ritchie2008-07-151-2/+50
* 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