summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-032-94/+0
* 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-021-20/+12
* QPID-5106: handle annotations properly and add option to control whether anno...Gordon Sim2013-09-0226-199/+137
* 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-284-7/+10
* QPID-4670: Move to proton 0.5, remove dummy string in address for dynamic nodesGordon Sim2013-08-287-26/+16
* QPID-5098: better handling of link failures and closeGordon Sim2013-08-269-26/+84
* QPID-5090: Infer text/plain as content type over 0-10 for utf8 contentGordon Sim2013-08-232-3/+10
* 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-5086: send completions when restarting after stop, in order to move wind...Gordon Sim2013-08-202-0/+27
* QPID-5085: ensure messages released 'behind' a cursor on a priority queue don...Gordon Sim2013-08-202-1/+26
* QPID-5083: added include needed for some older compilersGordon Sim2013-08-201-0/+1
* QPID-5083: provide simple default where sasl functionality is not availableGordon Sim2013-08-194-1/+101
* QPID-5078: ensure listeners are always notified if a message was left on the ...Gordon Sim2013-08-161-3/+6
* QPID-5077: improvement to SASL logic to handle entirely asynchronous dialogueGordon Sim2013-08-153-5/+14
* QPID-5072: ensure session manager is informed when sessions end due to connec...Gordon Sim2013-08-151-1/+5
* Revert "QPID-5067: Changed language bindings to use UTF-8 encoding on strings."Darryl L. Pierce2013-08-143-19/+8
* Revert "QPID-5067: Fixed an unmatched closing parenthesis."Darryl L. Pierce2013-08-141-1/+1
* QPID-5040: further fix for windows buildGordon Sim2013-08-131-1/+1
* QPID-5040: export symbols from common lib (required for windows build)Gordon Sim2013-08-133-31/+34
* QPID-4711: translate between structured content in AMQP 0-10 and 1.0Gordon Sim2013-08-132-21/+95
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-1338-521/+880
* QPID-5067: Fixed an unmatched closing parenthesis.Darryl L. Pierce2013-08-121-1/+1
* QPID-5067: Changed language bindings to use UTF-8 encoding on strings.Darryl L. Pierce2013-08-093-8/+19
* QPID-5062: pass through security details from SSL transport to enable EXTERNA...Gordon Sim2013-08-098-1/+27
* QPID-5053: release exclusive queue ownership when session ends (clear the set...Gordon Sim2013-08-091-1/+1
* QPID-5060: remove exchange and durable for properties map, as they apply to t...Gordon Sim2013-08-092-2/+9
* QPID-5061: do exclusivity checks before registering link to avoid cancelling ...Gordon Sim2013-08-091-1/+1