summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-4478: wakeup driver after setting creditGordon Sim2012-11-271-0/+1
* QPID-4477: make sasl logic a bit smarter, to handle case where we transition ...Gordon Sim2012-11-274-16/+58
* QPID-4465: check subject before setting filterGordon Sim2012-11-231-12/+14
* QPID-4460: Replenish credit to cover specified prefetch if it is drainedGordon Sim2012-11-231-3/+16
* QPID-4459: settle sent messages once they have been accepted by peerGordon Sim2012-11-232-1/+6
* QPID-4452: fix credit for producersGordon Sim2012-11-211-1/+1
* QPID-4451: wait for outgoing messages to settle when closingGordon Sim2012-11-215-1/+25
* QPID-4368: Cleaned up filtering, added ability to process dynamic-node-proper...Gordon Sim2012-11-166-7/+270
* QPID-4368: Small improvements to setting and checking filter descriptorsGordon Sim2012-11-161-1/+11
* QPID-4368: Add support for subject, translated to a filter (i.e. at present a...Gordon Sim2012-11-156-26/+67
* QPID-4368: Fix 1.0 related client IO inline with changes for QPID-4272Gordon Sim2012-11-155-41/+44
* QPID-4368: Add some more missing export declarationsAndrew Stitcher2012-10-221-1/+1
* QPID-4368: Compilation fixes for some platformsGordon Sim2012-10-192-1/+2
* QPID-4368: Pluggable AMQP 1.0 implementation for broker and clientGordon Sim2012-10-1936-41/+3948
* QPID-4368: Allow pluggable protocol implementationsGordon Sim2012-10-193-8/+132
* QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc...Andrew Stitcher2012-05-221-4/+4
* QPID-3492: Fix quoted values as well as unquoted values; added a test caseGordon Sim2012-01-031-7/+8
* QPID-3492: Treat string literals in addresses as utf8 encodedGordon Sim2011-09-161-1/+2
* QPID-3445: Added some extra checks to decode logic; consolidated exception ha...Gordon Sim2011-08-241-1/+6
* QPID-3330: Corrected handling of empty strings (using patch from Anthony Fogl...Gordon Sim2011-07-011-1/+1
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-152-2/+3
* QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...Gordon Sim2011-04-261-0/+10
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-172-1/+2
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-121-1/+1
* QPID-2926 Simple example code does not link under WindowsCharles E. Rolke2010-11-051-0/+64
* Changed Variant::fromString() to Variant::parse(). Also changed implementation.Jonathan Robie2010-11-011-2/+1
* Corrects AddressParser to use typed simple values.Jonathan Robie2010-10-291-3/+4
* Fixes parsing problem with empty lists ('[]') in addresses, which previously ...Jonathan Robie2010-09-162-2/+8
* QPID-664: allow the key in options map for an address to be quotedGordon Sim2010-08-231-1/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-202-0/+2
* QPID-2768: allow '/' after name in address without an explicit subjectGordon Sim2010-07-291-5/+2
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-283-0/+3
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-302-1/+5
* QPID-2640: Don't try to cast integer-like values during parsing; leave as str...Gordon Sim2010-06-031-3/+0
* Fix error string for invalid options, fix exception handling in qpid_send/qpi...Alan Conway2010-06-021-1/+1
* Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro...Alan Conway2010-05-171-1/+3
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-142-0/+2
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-0/+83
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-131-3/+3
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-111-0/+7
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-141-1/+1
* QPID-664: removed explicit throw() clauseGordon Sim2010-04-121-1/+1
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-096-10/+11
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-097-16/+76
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-082-6/+10
* QPID-664: set content-type on encoded messages, removed some duplication and ...Gordon Sim2010-04-081-32/+41
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-072-9/+3
* QPID-664: added method to release messagesGordon Sim2010-04-062-0/+2
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-064-4/+4
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3111-359/+77