summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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-288-139/+335
* 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-286-24/+14
* 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-231-0/+6
* QPID-5079: Get library import/export declarations working for linuxAndrew Stitcher2013-08-224-33/+43
* QPID-5086: send completions when restarting after stop, in order to move wind...Gordon Sim2013-08-201-0/+1
* QPID-5085: ensure messages released 'behind' a cursor on a priority queue don...Gordon Sim2013-08-201-1/+6
* 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-193-1/+97
* 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-152-3/+6
* QPID-5072: ensure session manager is informed when sessions end due to connec...Gordon Sim2013-08-151-1/+5
* 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-131-18/+91
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-1330-501/+837
* 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-091-1/+8
* 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-071-0/+1
* 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-0516-46/+125
* NO-JIRA: Corrected use of boost_hash, failing to build on some compilers.Alan Conway2013-08-057-56/+16
* NO-JIRA: Remove use of boost::make_shared, not availble on some older versions.Alan Conway2013-08-054-9/+5
* QPID-4327: HA Fix windows compile errors introduced by recent commits.Alan Conway2013-08-029-18/+16
* QPID-4327: HA logging fixes.Alan Conway2013-08-013-19/+13
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-0117-92/+301
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-0131-179/+889
* QPID-4327: HA get rid of Primary::get() singleton.Alan Conway2013-08-013-14/+11
* QPID-4327: Added TransactionObserver interface.Alan Conway2013-08-0116-71/+218
* QPID-4327: Renamed ConfigurationObserver as BrokerObserver.Alan Conway2013-08-0112-48/+47
* QPID-4327: Refactor to simplify TxAccept.Alan Conway2013-08-012-92/+54
* QPID-4942: Include file not part of supported APIAndrew Stitcher2013-07-311-0/+91
* QPID-5026: make receivers target and senders source configurable, defaulting ...Gordon Sim2013-07-314-2/+41
* QPID-5026: match source with target and vice-versaGordon Sim2013-07-302-0/+2
* QPID-5025: check that delivery has not already been ended before signalling c...Gordon Sim2013-07-301-1/+3
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-2676-0/+7654
* QPID-4940: Remove qmf1 console codeAndrew Stitcher2013-07-2611-2090/+0
* QPID-4940: Remove obsolete qmf codeAndrew Stitcher2013-07-262-1728/+0
* QPID-5016: Zero rmgr struct element with correct size.Andrew Stitcher2013-07-251-1/+1
* QPID-5011: C++ Broker ACL allows one connection when user quota is zeroCharles E. Rolke2013-07-221-1/+3
* QPID-5003: set finite lifetime by default for durable subscription queues tha...Gordon Sim2013-07-185-20/+57