summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5374: Create book for Qpid JMS Client when used with AMQP 0-8/0-9/0-9-10.26Keith Wall2014-03-0821-1/+2790
| | | | | | | | | | | | | | | | | | Merged from trunk with commands: svn merge -c 1554333 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1554404 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1554547 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1556193 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1556310 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1559483 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1563355 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1575617 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1575624 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5211: Broker logs spurious "No valid transition..." - merge second ↵Keith Wall2014-02-013-7/+11
| | | | | | | | | | change from trunk. svn merge -c 1562452 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1563358 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5488: Allow for not enough bytes initially received by client for ↵Andrew Stitcher2014-01-232-2/+6
| | | | | | | | protocol init From trunk r1560575 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1560716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5500: Update security section of HA user doc to mention acl allow all ↵Alan Conway2014-01-221-30/+31
| | | | | | | | requirement From trunk r1560179 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1560360 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5463: make dynamic nodes auto deleted by defaultGordon Sim2014-01-204-4/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1559830 13f79535-47bb-0310-9956-ffa450edef68
* Merged r1558363 from trunkRobert Godfrey2014-01-158-27/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1558617 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5454: Sporadic core dump in ↵Alan Conway2014-01-141-2/+3
| | | | | | | | | | | | | ha_tests.ReplicationTests.test_auto_delete_failover Due to race condition Bridge::cancel using a deleted Connection object. If the bridge is being cancelled because it is about to be created on a new connection, then it should not attempt to send a cancel to the remote peer since that connection is no longer valid. From trunk r1556966. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1558192 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5456: Use the local max-frame-size when enforcing limit on what is ↵Gordon Sim2014-01-091-2/+2
| | | | | | received, not that of the peer (merged from r1556603) git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1556819 13f79535-47bb-0310-9956-ffa450edef68
* Merged r1556593 to 0.26Robert Godfrey2014-01-081-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1556656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5450: have the group manager try to acquire the message at the time it ↵Robert Gemmell2014-01-084-19/+172
| | | | | | | | | is accepted into the group, so that the associated shared-group state change occurs within the single synchronization block merged from trunk r1556096 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1556501 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Update Java Broker web management console copyright year in footer ↵Keith Wall2014-01-071-2/+2
| | | | | | | | | | | | | to 2014. Merged from trunk with command: svn merge -c 1555692 https://svn.apache.org/repos/asf/qpid/trunk/qpid git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1556288 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5211 - Broker logs spurious "No valid transition from state CLOSED to ↵Keith Wall2014-01-072-8/+18
| | | | | | | | | | | | | state CLOSING" on shutdown. Merged from trunk with the following commands: svn merge -c 1555690 https://svn.apache.org/repos/asf/qpid/trunk/qpid svn merge -c 1555695 https://svn.apache.org/repos/asf/qpid/trunk/qpid git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1556287 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5445: qmfgen now honors the CMAKE_INSTALL_PREFIXDarryl L. Pierce2014-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1554877 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Added licensing prologs to the Perl MakefileDarryl L. Pierce2014-01-021-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1554874 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Added licensing prologs to the Ruby feature files and gemspecDarryl L. Pierce2014-01-0212-2/+208
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1554873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5255: Add missing licenses in qpid/cpp tree.Alan Conway2013-12-173-4/+63
| | | | | | | | | | | | Added licenses to: qpid/cpp/src/qmf2.pc.in qpid/cpp/src/qpid.linkmap qpid/cpp/src/qpid.pc.in From trunk r1551620 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551622 13f79535-47bb-0310-9956-ffa450edef68
* Merging r1551166 to 0.26 branchRobert Godfrey2013-12-171-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551529 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Add missing apache copyright licence text.Alan Conway2013-12-1628-131/+762
| | | | | | From trunk r1551304 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551309 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Add ASF license statements exposed by RAT tool. merge -c 1551262 ↵Charles E. Rolke2013-12-1617-0/+312
| | | | | | from trunk. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551308 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5255: add missing licence header to doc and java files on trunk, for ↵Robert Gemmell2013-12-166-0/+120
| | | | | | | | | later merge to 0.26 branch merged from trunk r1551165 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551186 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5255: apply JCAMissingLicense.patch from QPID-4961 to trunk, for later ↵Robert Gemmell2013-12-1612-0/+222
| | | | | | | | | merge to 0.26 branch merged from trunk r1551162 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551185 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5423: list only the additional deps needed by the plugin, rather than ↵Robert Gemmell2013-12-161-1/+1
| | | | | | | | | | | its actual deps, to prevent duplication by the release package creation process. Largely reverts the effective value of the 'broker-plugins-management-http.libs' property to its old [incorrect] state other than r1529610 for QPID-5207/QPID-5048 adding the dojo dep. Yet another example of our Ant build making the simplest things difficult. merged from trunk r1551042 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5422: update release.sh to copy the maven artifacts for the broker-core ↵Robert Gemmell2013-12-161-0/+1
| | | | | | | | | module, following changes in QPID-5159 merged from trunk r1551041 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551183 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: [Maven build system] Fix poms so that resources beneath the ↵Robert Gemmell2013-12-165-0/+55
| | | | | | | | | | | nonstandard src/main/java/resources are also included in the jar artifacts. This problem prevented the proper creation of virtual hosts when using builds created by Maven. merged from trunk r1542317 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5255: Add missing licences to some Java Broker Management .html files ↵Keith Wall2013-12-168-0/+130
| | | | | | | | | | | | | | (identified by Apache Rat). This was previously committed to 0.24 under QPID-4961. Merged from trunk with command: svn merge -c 1551164 https://svn.apache.org/repos/asf/qpid/trunk/qpid git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551168 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5401 Linearstore: ARM compile error: cast ... increases required ↵Kim van der Riet2013-12-123-5/+5
| | | | | | alignment of target type git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1550446 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5402 Disable default build of linearstore in cmakeKim van der Riet2013-12-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1550445 13f79535-47bb-0310-9956-ffa450edef68
* Merged r1549672 to 0.26 branchRobert Godfrey2013-12-101-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1549853 13f79535-47bb-0310-9956-ffa450edef68
* Merged r1549670 to 0.26 branchRobert Godfrey2013-12-104-15/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1549852 13f79535-47bb-0310-9956-ffa450edef68
* Merged r1549669 to 0.26 branchRobert Godfrey2013-12-101-5/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1549851 13f79535-47bb-0310-9956-ffa450edef68
* Merged r1549668 to 0.26 branchRobert Godfrey2013-12-101-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1549850 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix use of intrusive_ptr.reset, not available on RHEL5.Alan Conway2013-12-061-1/+1
| | | | | | Copied from trun r1546398 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1548589 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA remove use of make_shared, not available in RHEL5 boost.Alan Conway2013-12-051-2/+1
| | | | | | From trunk r1543922 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1548316 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3981: Windows C++ Broker fails ACL self testsAlan Conway2013-12-051-1/+11
| | | | | | | | | Most failures caused by a bug in NullAuthenticator, it was not adding the default realm to user IDs that didn't already have a realm. Copied from trunk r1548268 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1548313 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5369: add deprecation warnings to the QMF2 wrapped modules - merge fix ↵Kenneth Anthony Giusti2013-11-262-0/+6
| | | | | | | | to 0.26 branch (cherry picked from commit 4a6fad1a14750753ef4698e3e4122f4a68106b51) git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1545843 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5369: Issue compile-time error if deprecated QMF Agent or Console API ↵Kenneth Anthony Giusti2013-11-2622-0/+94
| | | | | | | | used by applications - merge fix to 0.26 branch (cherry picked from commit 21dc9ccb0de8520259aaf8c9dbd1206fd8a03bd2) git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1545842 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5330: Typo in original checkinAndrew Stitcher2013-11-251-1/+1
| | | | | | [Original SVN change: https://svn.apache.org/repos/asf/qpid/trunk@1541765] git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1545346 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5282: Change IoSender to cause the socket to be closed after a sender ↵Keith Wall2013-11-251-28/+52
| | | | | | | | | | | | timeout. Merged from trunk with the following command: svn merge -c1543721 https://svn.apache.org/repos/asf/qpid/trunk/qpid git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1545184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5363: Add locks to prevent race condition in Amqp 1.0 transport - merge ↵Charles E. Rolke2013-11-212-16/+35
| | | | | | from trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1544277 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5366: qpid segfaults in qpid::ha::BrokerReplicator::disconnectedAlan Conway2013-11-212-34/+19
| | | | | | | | | | | | | | | Fix for a race condition: previously, BrokerReplicator created a separate ConnectionObserver object to forward connection events to it. However the Observers locking is such that it is possible for an event to arrive *after* calling Observers::remove (Observers copies the pointers and delivers events outside its lock.) This meant that it was possible for a call to BrokerReplicator::disconnect to be made after the BrokerReplicator was deleted. The fix is to combine BrokerReplicator and BrokerReplicator::ConnectionObserver into a single object with one lifetime that will last until it is removed from both the ExchangeRegistry and the ConnectionObservers. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1544246 13f79535-47bb-0310-9956-ffa450edef68
* Merged r1544129 from trunkRobert Godfrey2013-11-212-97/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1544240 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5354: ensure durability gets requested in node-properties (backported ↵Gordon Sim2013-11-182-2/+7
| | | | | | r1543018 and r1543019 for 0.26) git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1543066 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5349: Change windows qpid-proton install directory from \lib to \bin. ↵Charles E. Rolke2013-11-181-2/+2
| | | | | | Merge r1542880 from trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1543046 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5341: allow proton 0.6, backported from r1542010Gordon Sim2013-11-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1542014 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5255: Change branch version to 0.26Justin Ross2013-11-1214-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1541291 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5255: Branch for the 0.26 releaseJustin Ross2013-11-120-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1541273 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5330: Simplify testing for presence of python testing code -Andrew Stitcher2013-11-1218-265/+78
| | | | | | | this makes it much easier not to call the python testing code when it isn't available git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541241 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-1226-299/+552
| | | | | | | | | | | | | | | | | | The test was failing due to incorrect handling of the transaction lifecycle: - Failing to handle the automatic rollback of the empty TX at session close. - Deleting the tx-q before all backups were finished with it. The fixes include - Make tx-q auto-delete, deleted only when the TxReplicators cancel their subscriptions. - Use markInUse/releaseFromUse on the primary to keep the tx-q until the primary is done. - Count TxReplicators for auto-delete (unlike normal QueueReplicators) - Improved error handling and log messages - Handle *incoming* exceptions on a federation link by passing to ErrorListener - QueueReplicator catches incoming not-found and resource-deleted exceptions - close the backup bridge, handle race between subscribe and delete. - Simplify QueueSnapshots, remove need for snapshot map. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5275: Add missing lock to ExchangeRegistry::registerExchangeAlan Conway2013-11-121-0/+1
| | | | | | | | Discovered while working on QPID-5275: ExchangeRegistry::registerExchange was not taking the write lock. Caused sporadic core dumps in ha_tests.py, tx_block_threads. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541145 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5275: Segmentation fault in SaslFactory.Alan Conway2013-11-121-0/+2
| | | | | | | Discovered while working on QPID-5275: SecretsMap in SaslFactory.cpp was thread unsafe, added a mutex. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541144 13f79535-47bb-0310-9956-ffa450edef68