summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-5068 - Fixed a bug in the replacement of delivery annotations.Ted Ross2013-09-052-14/+24
* fixing QPID-5108Pavel Moravec2013-09-053-0/+26
* QPID-5068 - Added feature to allow for modification of Delivery AnnotationsTed Ross2013-09-047-50/+309
* NO-JIRA: repair build for VisualStudio 2010 and newer BoostCharles E. Rolke2013-09-041-1/+8
* NO-JIRA: HA minor fixes to test framework & comments.Alan Conway2013-09-043-4/+7
* QPID-5110: don't lose track of correct index even in the face of incorrectly ...Gordon Sim2013-09-042-0/+78
* QPID-5111: Make this work with cmake 2.6 versionsAndrew Stitcher2013-09-041-15/+12
* QPID-5112: Simplify windows/non windows checksAndrew Stitcher2013-09-031-28/+30
* QPID-5111: Make library dependencies clearer in build systemAndrew Stitcher2013-09-037-108/+120
* QPID:4327: HA support for TX transactions - fix cleanup at transaction end.Alan Conway2013-09-033-21/+48
* QPID-5071: Swig bindings now rebuild if any descriptor has changed.Darryl L. Pierce2013-09-033-0/+12
* NO-JIRA - Updated for compatibility with changes in Proton 0.5Ted Ross2013-09-033-16/+15
* NO-JIRA: Remove obsolete cluster_test.cpp test.Alan Conway2013-09-031-1231/+0
* NO-JIRA: Remove obsolete qpid-cluster and qpid-cluster-store tools.Alan Conway2013-09-036-499/+1
* NO-JIRA: HA minor cleanup of disconnect logic.Alan Conway2013-09-033-39/+21
* NO-JIRA: Stop some messages from needlessly interupting ccmake flowAndrew Stitcher2013-09-031-3/+3
* QPID-5109: remove invalid options from qpid-configGordon Sim2013-09-022-27/+13
* QPID-5106: handle annotations properly and add option to control whether anno...Gordon Sim2013-09-0227-200/+139
* QPID-4327: HA clean up transaction artifacts at end of TX.Alan Conway2013-08-3013-95/+218
* NO-JIRA: Remove obsolete (never implemented) cluster design docs.Alan Conway2013-08-302-638/+0
* QPID-5040: fix for string and symbol types on AmqpValue section (also clear m...Gordon Sim2013-08-306-10/+41
* QPID-5079: Avoid unexported destructor symbols on some earlier versions of gccAndrew Stitcher2013-08-291-1/+1
* QPID-5079: Deal better with compiling on 32 bit architecturesAndrew Stitcher2013-08-282-9/+52
* QPID-5102: C++ Broker Windows build with PROTON needs new _EXTERN statements.Charles E. Rolke2013-08-2824-100/+107
* QPID-5101: C++ Broker Windows missing SaslFactory::createServer for AMQP 1.0Charles E. Rolke2013-08-281-0/+7
* QPID-4708: support for reconnect over AMQP 1.0Gordon Sim2013-08-289-142/+399
* QPID-4978: add support for reliability optionGordon Sim2013-08-289-21/+54
* QPID-4948: enable browsingGordon Sim2013-08-285-7/+32
* QPID-4670: Move to proton 0.5, remove dummy string in address for dynamic nodesGordon Sim2013-08-287-26/+16
* QPID-5097: Create a Dispatch source tarball.Darryl L. Pierce2013-08-274-0/+300
* NO-JIRA: Minor corrections to qpid/doc/book/src/cpp-broker/Active-Passive-Clu...Alan Conway2013-08-271-5/+4
* QPID-5098: better handling of link failures and closeGordon Sim2013-08-269-26/+84
* QPID-5096: Install the qpid-dispatch.conf file.Darryl L. Pierce2013-08-231-0/+1
* QPID-5064: Install Dispatch Python modules.Darryl L. Pierce2013-08-231-2/+56
* NO-JIRA: Removed trailing whitespaces.Darryl L. Pierce2013-08-2328-64/+62
* QPID-5066: Repackaged all Dispatch Python modules to qpid.dispatchDarryl L. Pierce2013-08-2321-26/+17
* JIRA: QPID-5093 Adding ASF licence note to a bunch of html/css/js files that ...Fraser Adams2013-08-2320-105/+328
* QPID-5090: Infer text/plain as content type over 0-10 for utf8 contentGordon Sim2013-08-232-3/+10
* [QPID-5058] Qpid JCA 0.22 on JBoss 5.1 Throws Errors. Corrected documentation...Weston M. Price2013-08-231-2/+2
* [QPID-5089] Remove Personalized User/Pass from EAP6/JBoss7 Example. Update EA...Weston M. Price2013-08-232-5/+18
* QPID-5079: Add script to compare symbols exported by library with expected listAndrew Stitcher2013-08-224-0/+394
* QPID-5079: Remove unused and unecessary member of MessagingException classAndrew Stitcher2013-08-221-3/+0
* QPID-5079: Added link map file to cut the number of symbols exported even fur...Andrew Stitcher2013-08-222-5/+20
* QPID-5079: Get library import/export declarations working for linuxAndrew Stitcher2013-08-226-37/+64
* QPID-5087 : [Java Broker] Fix test to mock restoreQueue/Exchange rather than ...Robert Godfrey2013-08-211-6/+4
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-219-48/+114
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-211-2/+2
* QPID-5088 : [Java Broker] fix NPE when null queue name is looked up in the qu...Robert Godfrey2013-08-211-1/+1
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-21106-1009/+606
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-2035-132/+1337