summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license0.6-releaseGordon Sim2010-03-021-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@917988 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-2404Rajith Muditha Attapattu2010-02-128-168/+0
| | | | | | | Removed the extra licensing header added due to a bug in my RAT tool patch git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@909632 13f79535-47bb-0310-9956-ffa450edef68
* This commit is related to QPID-2404Rajith Muditha Attapattu2010-02-1276-3079/+4834
| | | | | | | I have added the license headers the files git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@909229 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2378: Necessary License files for the WCF release artifact (from Cliff ↵Andrew Stitcher2010-02-022-0/+223
| | | | | | Jansen) git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@905578 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2313: Update to WCF Release notes (from Cliff Jansen)Andrew Stitcher2010-02-021-24/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@905577 13f79535-47bb-0310-9956-ffa450edef68
* Revised release notes for 0.6Gordon Sim2010-01-295-64/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@904458 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2137 : Commit patch to address StringIndexOutOfBounds during status ↵Martin Ritchie2010-01-261-21/+16
| | | | | | logging. Merge of trunk r898821. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@903168 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2320: merged fix from trunk to 0.6 release branch.Gordon Sim2010-01-252-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@902969 13f79535-47bb-0310-9956-ffa450edef68
* Removed erroneous branch copyAndrew Stitcher2010-01-064612-788381/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@896700 13f79535-47bb-0310-9956-ffa450edef68
* Branch for 0.6 releaseAndrew Stitcher2010-01-044612-0/+788381
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@895787 13f79535-47bb-0310-9956-ffa450edef68
* Create branch 0.6-releaseAndrew Stitcher2010-01-040-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release@895782 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2308: Update the DerbyStore createExchange() method to check for ↵Robert Gemmell2010-01-042-26/+16
| | | | | | existing exchange entry in the store first. Remove the no-longer-required workarounds for QPID-2096 that prevent addition of the default and config-defined durable exchanges to the store at startup and so lead to failure to recover the associated bindings on subsequent store recovery cycles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@895736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2096: decouple the addition of durable exchanges to the store from ↵Robert Gemmell2010-01-047-11/+32
| | | | | | exchange registration. Remove auto-delete related persistence restriction from 0-10 based exchange declarations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@895735 13f79535-47bb-0310-9956-ffa450edef68
* When installing WCF DLLs on Windows, install the Release ones, not Debug. ↵Stephen D. Huston2010-01-041-2/+2
| | | | | | Resolves QPID-2260. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@895713 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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@890995 13f79535-47bb-0310-9956-ffa450edef68