summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QPID-5054: check whether topic actually exists in delete requestGordon Sim2013-08-081-2/+6
* QPID-5055: initialise some paged queue variablesGordon Sim2013-08-081-1/+1
* QPID-5051: fixes for swig test failures on RHEL5 (and the failure to detect t...Gordon Sim2013-08-073-8/+6
* NO-JIRA: Remove use of "with" statement to support older versions of PythonAlan Conway2013-08-061-1/+4
* NO-JIRA: Remove un-necessary #include <boost/pointer_cast.hpp>Alan Conway2013-08-061-1/+0
* QPID-5042: use more protable encode and decodeGordon Sim2013-08-061-2/+4
* NO-JIRA: HA remove use of boost_hash, failes to build on some compilers.Alan Conway2013-08-069-22/+91
* QPID-5041: ensure persistence id is not lost when annotation is addedGordon Sim2013-08-051-0/+2
* QPID-4327: HA Handle brokers joining and leaving during a transaction.Alan Conway2013-08-0518-53/+165
* QPID-5035: Respect data-dir setting from config fileJustin Ross2013-08-051-2/+1
* NO-JIRA: Remove deleted file ha/hash.h from CMakeLists.txt.Alan Conway2013-08-051-1/+0
* NO-JIRA: Corrected use of boost_hash, failing to build on some compilers.Alan Conway2013-08-058-56/+19
* NO-JIRA: Remove use of boost::make_shared, not availble on some older versions.Alan Conway2013-08-055-12/+6