summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10
Commit message (Expand)AuthorAgeFilesLines
* QPID-4786: Only have one thread processing session queue at a timeGordon Sim2013-05-012-15/+59
* QPID-4764: tweaks to locking in receiver and session to avoid deadlockGordon Sim2013-04-252-5/+8
* QPID-4586: fixes for dynamic sources/targets and on demand creation of nodesGordon Sim2013-03-234-0/+12
* QPID-4558: Change C++ Selector implementation to use registered valuesAndrew Stitcher2013-03-191-4/+5
* QPID-4595: ensure completions for previously received messages are sent when ...Gordon Sim2013-03-121-0/+1
* QPID-4558: Selectors for C++ brokerAndrew Stitcher2013-03-041-0/+10
* QPID-4360: Non-ready HA broker can be incorrectly promoted to primaryAlan Conway2012-10-051-0/+3
* QPID-4117: honour alternate-exchange option specified within x-declare for a ...Gordon Sim2012-07-061-2/+6
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-064-16/+20
* QPID-4071: basic porting changes for solaris native compilerClifford Jansen2012-06-171-1/+1
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-251-1/+0
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-281-0/+1
* QPID-3832: Fix linking on windowsGordon Sim2012-02-291-1/+2
* QPID-3832: Restore transport option for connection (as default for urls that ...Gordon Sim2012-02-291-1/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-174-41/+61
* QPID-3839: Allow browsers to accept messagesGordon Sim2012-02-141-1/+1
* QPID-3563: Protect from concurrent access to accept tracker stateGordon Sim2011-10-311-0/+1
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Ken Giusti2011-10-121-1/+5
* QPID-3508: Ensure subscription queue is deleted on closing receiver (unless i...Gordon Sim2011-09-271-1/+1
* QPID-3435: Revised strategy for closing senders/receivers to prevent possible...Gordon Sim2011-08-181-17/+21
* QPID-3425: Special handling of reserved exchange names in auto-createGordon Sim2011-08-161-8/+27
* QPID-3412: Do not prefix the subscription queue name with the exchange name f...Gordon Sim2011-08-111-1/+1
* QPID-3411: Restore x-reconnect-on-limit-exceeded optionGordon Sim2011-08-101-0/+2
* NO-JIRA: Remove redundant code (qpid::Url now does everything required)Gordon Sim2011-08-103-130/+4
* QPID-3382: Corrected some exception types for connect errorsGordon Sim2011-08-011-4/+1
* QPID-3372: fixed comparison of desired and actual properties for exchangesGordon Sim2011-07-261-1/+1
* QPID-3355: Ensure session is not deleted out from under a sync() callGordon Sim2011-07-131-2/+5
* QPID-3329: Configure C++ client connections to replace url-addresses rather t...Alan Conway2011-06-302-1/+5
* QPID-3321: revised fix to avoid excessive flushingGordon Sim2011-06-241-1/+1
* QPID-3321: flush occasionally to keep the list of pending accepts from growin...Gordon Sim2011-06-242-2/+15
* QPID-3129: cluster_tests.LongTests.test_failover hangs.Alan Conway2011-06-151-14/+13
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-156-22/+34
* QPID-3225: Allow exclusivity (for subscription queue and subscription itself)...Gordon Sim2011-06-131-5/+16
* QPID-3292: Don't try to reconnect at all if reconnect option is falseGordon Sim2011-06-093-2/+12
* QPID-3115: Recognise sasl_mechanisms (plural) and support a space separate li...Gordon Sim2011-03-071-2/+2
* QPID-3115: Recognise '_' as alternative to '-'. Throw Exception for unrecogni...Gordon Sim2011-03-041-70/+54
* QPID-3102: Only send ttl if non-zeroGordon Sim2011-03-021-1/+3
* QPID-2999: set redelivered on replayGordon Sim2011-02-251-1/+2
* QPID-3040: Prevent race between receipt and release of messages causing inter...Gordon Sim2011-02-141-1/+1
* QPID-3040: The C++ messaging client library now releases pending messages whe...Jonathan Robie2011-02-093-35/+44
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-022-8/+10
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-172-2/+2
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-121-1/+3
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-206-1/+56
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...Gordon Sim2010-07-061-1/+1
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-011-0/+4
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-302-0/+5
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-301-2/+2
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-252-3/+48