summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-0/+3
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-037-20/+27
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-042-1/+3
* 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.Kenneth Anthony 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
* Refer to struct Url as that, not a class - fixes compile warnings on Windows.Stephen D. Huston2010-06-111-1/+1
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-101-1/+1
* QPID-664: Changed default for reconnect to false as that is more intuitive (e...Gordon Sim2010-06-021-1/+1
* Added locking to make amqp_0_10::SenderImpl thread safe.Alan Conway2010-05-182-11/+38
* Fix retry logic in ConnectionImpl::newSession.Alan Conway2010-05-171-8/+9
* Fix errors when new API Receiver is closed while in use.Alan Conway2010-05-142-23/+24
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-142-0/+9
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-86/+0
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-132-19/+42
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-139-61/+112
* Fixes to new API impl to support failover.Alan Conway2010-05-122-15/+19