summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA: HA Rationalize naming of Membership functionsAlan Conway2013-09-115-27/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521987 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5131: make 1.0 content available to xml exchangeGordon Sim2013-09-111-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521926 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5130: map type to exchange-type when translating old x-declare clause ↵Gordon Sim2013-09-111-0/+14
| | | | | | into node properties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521919 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Demote fail over message from notice to info.Alan Conway2013-09-101-1/+1
| | | | | | Fail over is normal in clustered environments, does not deserve notice status. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521639 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5126: Fix for building legacy store on ARM platformsDarryl L. Pierce2013-09-101-2/+2
| | | | | | Contributed by: Kim van der Riet <kim.vdriet@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5122: cleaner encoding of index for delivery tagsGordon Sim2013-09-102-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521433 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5124: durable LVQ raises journal error when only transient messages are ↵Pavel Moravec2013-09-101-1/+2
| | | | | | sent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5123: Changes to Fedora 19 packaging of libdb4 prevents legacystore ↵Kim van der Riet2013-09-103-12/+14
| | | | | | from building git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521335 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4327: HA support for TX transactions - fix TX error messages.Alan Conway2013-09-0910-47/+52
| | | | | | | | | - Ignore un-replicated queues when replicating transactions. - Clean up cancel logic in QueueReplicator, causing "no such subscription" errors. - Remove unnecessary exchange delete warnings - ha_test.py: Shorter timeout for starting cluster brokers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521192 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4327: HA support for TX transactions - consistent use of QueueRegistry::getAlan Conway2013-09-092-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521191 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4327: HA support for TX transactions - fix auth bugs.Alan Conway2013-09-0910-40/+51
| | | | | | | | - Set auth info on status check connections - Clean up status check loging - Use realm@username for authentication name (was using just username) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521190 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4932: expose reconnect&replay logicCharles E. Rolke2013-09-091-0/+442
| | | | | | | | QPID-5120: install on windows installs checked-in solution/project files Check in a VS2008 project file that satisfies cmake QPID install. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520947 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4963 - Handle all pending (fired) timers rather than just one.Ted Ross2013-09-071-10/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520721 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Added tests for field composition, fixed exposed bug in nested ↵Ted Ross2013-09-065-21/+217
| | | | | | composites. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520706 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4932: expose reconnect&replay logic for application to control itselfGordon Sim2013-09-0613-38/+281
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520673 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Moved src/py to pythonTed Ross2013-09-0621-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520621 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Removed old, empty directoriesTed Ross2013-09-060-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520591 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Added a new test for tracked-and-undeliverable messages.Ted Ross2013-09-061-4/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520587 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5107: Trace queue&session deletion statistics show zero values for some ↵Pavel Moravec2013-09-0618-12/+60
| | | | | | counters everytime git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520579 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5104: fix for python 2.4Gordon Sim2013-09-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520552 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5068 - Beefed up the the annotation test and fixed an additional ↵Ted Ross2013-09-052-6/+68
| | | | | | exposed bug. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520435 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5068 - Added a delivery-annotation test and fixed the exposed bug.Ted Ross2013-09-052-0/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520427 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5114: WinSDK ships qpid-send.exe and qpid-receive.exeCharles E. Rolke2013-09-051-1/+3
| | | | | | | in bin\Release git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520417 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5104: make handling of properties in swigged impl match the pure python ↵Gordon Sim2013-09-055-13/+58
| | | | | | impl more closely git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520416 13f79535-47bb-0310-9956-ffa450edef68
* No-JIRA: HA fix broken cross reference in HA docs.Alan Conway2013-09-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5106: initialise newly added optionGordon Sim2013-09-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5068 - Fixed a bug in the replacement of delivery annotations.Ted Ross2013-09-052-14/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520334 13f79535-47bb-0310-9956-ffa450edef68
* fixing QPID-5108Pavel Moravec2013-09-053-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5068 - Added feature to allow for modification of Delivery AnnotationsTed Ross2013-09-047-50/+309
| | | | | | | | - Added annotation for ingress router - Added annotation for trace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520148 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: repair build for VisualStudio 2010 and newer BoostCharles E. Rolke2013-09-041-1/+8
| | | | | | | | vector::push_back now has two signatures that confuse boost. Use an explicit callback and do the push_back there. This is a replay of r1418544. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520133 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA minor fixes to test framework & comments.Alan Conway2013-09-043-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520108 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5110: don't lose track of correct index even in the face of incorrectly ↵Gordon Sim2013-09-042-0/+78
| | | | | | typed properties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520066 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5111: Make this work with cmake 2.6 versionsAndrew Stitcher2013-09-041-15/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520055 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5112: Simplify windows/non windows checksAndrew Stitcher2013-09-031-28/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519867 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5111: Make library dependencies clearer in build systemAndrew Stitcher2013-09-037-108/+120
| | | | | | | - Use -as-needed to link libraries to avoid unnecessary libraries - Tidyup mess with nss and qpid-proton libraries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519866 13f79535-47bb-0310-9956-ffa450edef68
* QPID:4327: HA support for TX transactions - fix cleanup at transaction end.Alan Conway2013-09-033-21/+48
| | | | | | | Was not removing transaction exchange at end of transaction. Fix to transaction end logic. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519846 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5071: Swig bindings now rebuild if any descriptor has changed.Darryl L. Pierce2013-09-033-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519840 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Updated for compatibility with changes in Proton 0.5Ted Ross2013-09-033-16/+15
| | | | | | | | - Proton Python interface was changed to make timeouts expressed as seconds (floating point). - Two references to the moved python modules were fixed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519811 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove obsolete cluster_test.cpp test.Alan Conway2013-09-031-1231/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519806 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove obsolete qpid-cluster and qpid-cluster-store tools.Alan Conway2013-09-036-499/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519739 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA minor cleanup of disconnect logic.Alan Conway2013-09-033-39/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519738 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Stop some messages from needlessly interupting ccmake flowAndrew Stitcher2013-09-031-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5109: remove invalid options from qpid-configGordon Sim2013-09-022-27/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519480 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5106: handle annotations properly and add option to control whether ↵Gordon Sim2013-09-0227-200/+139
| | | | | | annotations are nested or not on fetch() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519466 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4327: HA clean up transaction artifacts at end of TX.Alan Conway2013-08-3013-95/+218
| | | | | | | | | | - Backups delete transactions on failover. - TxReplicator cancel subscriptions when transaction is finished. - TxReplicator rollback if destroyed prematurely. - Handle special case of no backups for a tx. - ha_tests.py: new and modified tests to cover the new functionality. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1518982 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove obsolete (never implemented) cluster design docs.Alan Conway2013-08-302-638/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1518975 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5040: fix for string and symbol types on AmqpValue section (also clear ↵Gordon Sim2013-08-306-10/+41
| | | | | | message on fetch()) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1518955 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5079: Avoid unexported destructor symbols on some earlier versions of gccAndrew Stitcher2013-08-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1518698 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5079: Deal better with compiling on 32 bit architecturesAndrew Stitcher2013-08-282-9/+52
| | | | | | | - The API check now varies the expansion it uses for uint64_t/int64_t/size_t by getting the compiler to tell it the actual type. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1518408 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5102: C++ Broker Windows build with PROTON needs new _EXTERN statements.Charles E. Rolke2013-08-2824-100/+107
| | | | | | Note that this patch supplies only _EXTERNs. It does not change the build for finding PROTON nor does it correct the QPID-5100 amqp/amqpc library export issues. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1518337 13f79535-47bb-0310-9956-ffa450edef68