summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creating a temp branch for destination and other work until trunk is openrajith_tmpRajith Muditha Attapattu2009-12-310-0/+0
* QPID-2239: make sure the close() does not hand.Aidan Skinner2009-12-2216-128/+199
* QPID-2155: remove stray character causing parser warnings during broker startupRobert Gemmell2009-12-221-1/+1
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-225-3/+43
* I forgot to add the package names when adding the tests in r892119Rajith Muditha Attapattu2009-12-181-3/+3
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-1814-31/+156
* QPID-2177: insert a synchronous operation to alleviate the recieve race condi...Robert Gemmell2009-12-181-0/+5
* This is a fix for QPID-2290 and the proper fix for QPID-2175Rajith Muditha Attapattu2009-12-182-3/+5
* The following tests exhibits randomly failures for the last 2 months or so.Rajith Muditha Attapattu2009-12-181-1/+7
* Apply patch and correction from QPID-2260Stephen D. Huston2009-12-184-77/+209
* Apply patch for QPID-2291Stephen D. Huston2009-12-181-1/+3
* QPID-2210: Rework SocketAddress class to have correct value semantics under c...Andrew Stitcher2009-12-172-16/+44
* QPID-2293: MessageReplyTracker loses messages if an exception is thrown duri...Alan Conway2009-12-171-3/+1
* This is a fix for QPID-1830Rajith Muditha Attapattu2009-12-172-4/+16
* Apply patch QPID-2230.patch; resolves QPID-2230.Stephen D. Huston2009-12-174-0/+921
* QPID-2292: added the redelivered flag to the message classRafael H. Schloming2009-12-172-0/+2
* Apply patches QPID-2128-2.patch, cppbld.patch and interop.tx.patch; resolves ...Stephen D. Huston2009-12-1715-83/+2162
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-177-5/+123
* QPID-2287: added an address option for declaring queues with multiple bindingsRafael H. Schloming2009-12-172-1/+35
* QPID-2286: added list support to address parserRafael H. Schloming2009-12-172-2/+56
* QPID-2285: added a PYTHONPATH to the epydoc command line of the makefile, thi...Rafael H. Schloming2009-12-171-1/+1
* Apply patches for QPID-2247.Stephen D. Huston2009-12-163-8/+57
* This is the first attempt at fixing QPID-2283Rajith Muditha Attapattu2009-12-161-11/+35
* QPID-2282: test_watchdog failing due to incorrect use of env. varsAlan Conway2009-12-162-1/+2
* Added methods to set the message redelivered flag upon recoveryKim van der Riet2009-12-162-0/+7
* QPID-2155 : Updated log4j file with more sensible default values for the Qpid...Martin Ritchie2009-12-161-16/+29
* QPID-2155 : Added NPE checks for path errors, updated to check the backup loc...Martin Ritchie2009-12-161-21/+44
* QPID-2155 : Update addressing issues with compression and maintaining backup ...Martin Ritchie2009-12-161-128/+41
* QPID-2275 : Update to address CountDirection 0 increments when MaxFileSize ki...Martin Ritchie2009-12-161-5/+46
* QPID-2275: Update so that CountDirection +ve,-ve work correctly in conjunctio...Martin Ritchie2009-12-161-54/+163
* QPID-2274 : Addressed initial issues with Async compressing deleting log filesMartin Ritchie2009-12-161-7/+8
* test_watchdog: trivial test fix, check exit status of qpidd.Alan Conway2009-12-161-2/+2
* Update to c++ INSTALL fileKim van der Riet2009-12-161-0/+6
* QPID-2278: Encode alternate exchange information at the end of the buffer for...Gordon Sim2009-12-161-4/+6
* QPID-2281: LockFile class now actually locks the file!Andrew Stitcher2009-12-151-3/+8
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-153-3/+0
* QPID-2267: Added zipped up source of the WCF source codeAndrew Stitcher2009-12-151-1/+11
* QPID-2277: Revert "Removed dotnet from release process"Andrew Stitcher2009-12-151-1/+23
* Fix for QPID-2278 - "Store recovery compatibility problem introduced by alter...Kim van der Riet2009-12-151-2/+4
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-1511-143/+235
* Fix the check for boost system; prev one broke Windows config. Instead of try...Stephen D. Huston2009-12-151-2/+3
* The spout/drain examples have qpid::Options usage which inlines the boost::pr...Stephen D. Huston2009-12-152-9/+5
* QPID-2089: Dequeue on acquire for accept mode NONEGordon Sim2009-12-152-2/+6
* QPID-2212: revert previous attempt at fix; disable on windows onlyGordon Sim2009-12-153-6/+7
* updated todo listRafael H. Schloming2009-12-151-32/+5
* Remove stray comma; resolving QPID-2202Stephen D. Huston2009-12-141-1/+1
* Move the TCPConnector class to its own file to allow deriving from it; resolv...Stephen D. Huston2009-12-145-356/+460
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-142-3/+3
* Don't explicitly name Boost libs in Windows link; fixes QPID-2271Stephen D. Huston2009-12-141-1/+6
* Only search for boost.system if the discovered Boost version is 1.35 or great...Stephen D. Huston2009-12-141-6/+12