summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Creating a temp branch for destination and other work until trunk is openrajith_tmpRajith Muditha Attapattu2009-12-310-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/rajith_tmp@894923 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2239: make sure the close() does not hand.Aidan Skinner2009-12-2216-128/+199
| | | | | | | | Also handle authentication failures properly, QPID-2240. Patch by julien.lavigne git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@893315 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2155: remove stray character causing parser warnings during broker startupRobert Gemmell2009-12-221-1/+1
| | | | | | | merge from r892761 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@893301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-225-3/+43
| | | | | | | Replicate consumer's queue position to new cluster nodes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@893175 13f79535-47bb-0310-9956-ffa450edef68
* I forgot to add the package names when adding the tests in r892119Rajith Muditha Attapattu2009-12-181-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@892304 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-1814-31/+156
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@892301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2177: insert a synchronous operation to alleviate the recieve race ↵Robert Gemmell2009-12-181-0/+5
| | | | | | condition in the test git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@892228 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-2290 and the proper fix for QPID-2175Rajith Muditha Attapattu2009-12-182-3/+5
| | | | | | | If the client doesn't add a domain to the userID supplied in the message, the broker will add the default realm before performing the userID check. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@892123 13f79535-47bb-0310-9956-ffa450edef68
* The following tests exhibits randomly failures for the last 2 months or so.Rajith Muditha Attapattu2009-12-181-1/+7
| | | | | | | | | | | I am adding them to the Exclude list until they are fixed. FailoverBeforeConsumingRecoverTest QPID-2225 SimpleACLTest.testClientPublishInvalidQueueSuccess - QPID-2262 MINANetworkDriverTest - QPID-2224 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@892119 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch and correction from QPID-2260Stephen D. Huston2009-12-184-77/+209
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@892103 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch for QPID-2291Stephen D. Huston2009-12-181-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@892057 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2210: Rework SocketAddress class to have correct value semantics under ↵Andrew Stitcher2009-12-172-16/+44
| | | | | | copying git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891938 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2293: MessageReplyTracker loses messages if an exception is thrown ↵Alan Conway2009-12-171-3/+1
| | | | | | during replay git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891886 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1830Rajith Muditha Attapattu2009-12-172-4/+16
| | | | | | | | | I have removed the checkReadable() method from the toBodyString() This will enable the toString() method to be used any time on message. I have also modified the Functions.str() to take in an additional parameter to denote to the starting position of the buffer. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891805 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch QPID-2230.patch; resolves QPID-2230.Stephen D. Huston2009-12-174-0/+921
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891795 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2292: added the redelivered flag to the message classRafael H. Schloming2009-12-172-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891794 13f79535-47bb-0310-9956-ffa450edef68
* Apply patches QPID-2128-2.patch, cppbld.patch and interop.tx.patch; resolves ↵Stephen D. Huston2009-12-1715-83/+2162
| | | | | | QPID-2128. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891783 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in ↵Gordon Sim2009-12-177-5/+123
| | | | | | equality operator for qpid::messaging::Variant git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891636 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2287: added an address option for declaring queues with multiple bindingsRafael H. Schloming2009-12-172-1/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891537 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2286: added list support to address parserRafael H. Schloming2009-12-172-2/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891536 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2285: added a PYTHONPATH to the epydoc command line of the makefile, ↵Rafael H. Schloming2009-12-171-1/+1
| | | | | | this hopefully ensures that the Makefile won't accidentally generate docs for installed versions of the qpid.messaging package instead of the source version of the package git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891535 13f79535-47bb-0310-9956-ffa450edef68
* Apply patches for QPID-2247.Stephen D. Huston2009-12-163-8/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891464 13f79535-47bb-0310-9956-ffa450edef68
* This is the first attempt at fixing QPID-2283Rajith Muditha Attapattu2009-12-161-11/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2282: test_watchdog failing due to incorrect use of env. varsAlan Conway2009-12-162-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891395 13f79535-47bb-0310-9956-ffa450edef68
* Added methods to set the message redelivered flag upon recoveryKim van der Riet2009-12-162-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891362 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2155 : Updated log4j file with more sensible default values for the ↵Martin Ritchie2009-12-161-16/+29
| | | | | | | | QpidRollingFileAppender appender. Also added more local documentation explaining the more obscure params git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891332 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2155 : Added NPE checks for path errors, updated to check the backup ↵Martin Ritchie2009-12-161-21/+44
| | | | | | location for existing backup files to initialise the .n count git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891331 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2155 : Update addressing issues with compression and maintaining backup ↵Martin Ritchie2009-12-161-128/+41
| | | | | | | | counts. Because a compressed file is renamed the .n value is not recognised so this update makes it check for the COMPRESSION_EXTENSION (.gz) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891330 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2275 : Update to address CountDirection 0 increments when MaxFileSize ↵Martin Ritchie2009-12-161-5/+46
| | | | | | | | kicks in before DatePattern. Now it is possible to specify a DatePattern with small units (seconds/minutes) and not lose log file date when the MaxFileSize causes the file to roll over git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891329 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2275: Update so that CountDirection +ve,-ve work correctly in ↵Martin Ritchie2009-12-161-54/+163
| | | | | | | | conjunction with exiting log files and MaxSizeRollBackups Adding .n to the end of the name and calculating the .n value based on existing log files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891324 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2274 : Addressed initial issues with Async compressing deleting log filesMartin Ritchie2009-12-161-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891322 13f79535-47bb-0310-9956-ffa450edef68
* test_watchdog: trivial test fix, check exit status of qpidd.Alan Conway2009-12-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891235 13f79535-47bb-0310-9956-ffa450edef68
* Update to c++ INSTALL fileKim van der Riet2009-12-161-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891225 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2278: Encode alternate exchange information at the end of the buffer ↵Gordon Sim2009-12-161-4/+6
| | | | | | for backward compatibility with stores created from older versions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891195 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2281: LockFile class now actually locks the file!Andrew Stitcher2009-12-151-3/+8
| | | | | | [before it just opened the file without locking it] git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-153-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890999 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2267: Added zipped up source of the WCF source codeAndrew Stitcher2009-12-151-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890995 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2277: Revert "Removed dotnet from release process"Andrew Stitcher2009-12-151-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890970 13f79535-47bb-0310-9956-ffa450edef68
* Fix for QPID-2278 - "Store recovery compatibility problem introduced by ↵Kim van der Riet2009-12-151-2/+4
| | | | | | alternate-exchange fix" git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890965 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-1511-143/+235
| | | | | | | | - Trivially removed Windows uses of ssize_t - Rearchitected how the Windows port finds an existing qpidd to stop it - Split Posix Lockfile functionality using pids into a new PidFile class git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890929 13f79535-47bb-0310-9956-ffa450edef68
* Fix the check for boost system; prev one broke Windows config. Instead of ↵Stephen D. Huston2009-12-151-2/+3
| | | | | | trying to find_library, run the Find_Boost again for just the system component when needed. Resolving QPID-2202. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890900 13f79535-47bb-0310-9956-ffa450edef68
* The spout/drain examples have qpid::Options usage which inlines the ↵Stephen D. Huston2009-12-152-9/+5
| | | | | | boost::program_options usage. This requires linking boost_program_options in the examples, not via qpidcommon. Adjust the Windows options to handle this. Resolves QPID-2212. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890888 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2089: Dequeue on acquire for accept mode NONEGordon Sim2009-12-152-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890721 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2212: revert previous attempt at fix; disable on windows onlyGordon Sim2009-12-153-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890683 13f79535-47bb-0310-9956-ffa450edef68
* updated todo listRafael H. Schloming2009-12-151-32/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890592 13f79535-47bb-0310-9956-ffa450edef68
* Remove stray comma; resolving QPID-2202Stephen D. Huston2009-12-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890487 13f79535-47bb-0310-9956-ffa450edef68
* Move the TCPConnector class to its own file to allow deriving from it; ↵Stephen D. Huston2009-12-145-356/+460
| | | | | | resolves QPID-2270. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890481 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-142-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890476 13f79535-47bb-0310-9956-ffa450edef68
* Don't explicitly name Boost libs in Windows link; fixes QPID-2271Stephen D. Huston2009-12-141-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890473 13f79535-47bb-0310-9956-ffa450edef68
* Only search for boost.system if the discovered Boost version is 1.35 or ↵Stephen D. Huston2009-12-141-6/+12
| | | | | | greater; fixes QPID-2202 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890422 13f79535-47bb-0310-9956-ffa450edef68