| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4569: ensure modules are loaded before processing protocol option | Gordon Sim | 2013-02-05 | 1 | -0/+2 |
| * | QPID-4514: Remove IO readCredit throttling only used by removed cluster code | Andrew Stitcher | 2013-01-30 | 2 | -2/+1 |
| * | QPID-4478: wakeup driver after setting credit | Gordon Sim | 2012-11-27 | 1 | -0/+1 |
| * | QPID-4477: make sasl logic a bit smarter, to handle case where we transition ... | Gordon Sim | 2012-11-27 | 4 | -16/+58 |
| * | QPID-4465: check subject before setting filter | Gordon Sim | 2012-11-23 | 1 | -12/+14 |
| * | QPID-4460: Replenish credit to cover specified prefetch if it is drained | Gordon Sim | 2012-11-23 | 1 | -3/+16 |
| * | QPID-4459: settle sent messages once they have been accepted by peer | Gordon Sim | 2012-11-23 | 2 | -1/+6 |
| * | QPID-4452: fix credit for producers | Gordon Sim | 2012-11-21 | 1 | -1/+1 |
| * | QPID-4451: wait for outgoing messages to settle when closing | Gordon Sim | 2012-11-21 | 5 | -1/+25 |
| * | QPID-4368: Cleaned up filtering, added ability to process dynamic-node-proper... | Gordon Sim | 2012-11-16 | 6 | -7/+270 |
| * | QPID-4368: Small improvements to setting and checking filter descriptors | Gordon Sim | 2012-11-16 | 1 | -1/+11 |
| * | QPID-4368: Add support for subject, translated to a filter (i.e. at present a... | Gordon Sim | 2012-11-15 | 6 | -26/+67 |
| * | QPID-4368: Fix 1.0 related client IO inline with changes for QPID-4272 | Gordon Sim | 2012-11-15 | 5 | -41/+44 |
| * | QPID-4368: Add some more missing export declarations | Andrew Stitcher | 2012-10-22 | 1 | -1/+1 |
| * | QPID-4368: Compilation fixes for some platforms | Gordon Sim | 2012-10-19 | 2 | -1/+2 |
| * | QPID-4368: Pluggable AMQP 1.0 implementation for broker and client | Gordon Sim | 2012-10-19 | 36 | -41/+3948 |
| * | QPID-4368: Allow pluggable protocol implementations | Gordon Sim | 2012-10-19 | 3 | -8/+132 |
| * | QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc... | Andrew Stitcher | 2012-05-22 | 1 | -4/+4 |
| * | QPID-3492: Fix quoted values as well as unquoted values; added a test case | Gordon Sim | 2012-01-03 | 1 | -7/+8 |
| * | QPID-3492: Treat string literals in addresses as utf8 encoded | Gordon Sim | 2011-09-16 | 1 | -1/+2 |
| * | QPID-3445: Added some extra checks to decode logic; consolidated exception ha... | Gordon Sim | 2011-08-24 | 1 | -1/+6 |
| * | QPID-3330: Corrected handling of empty strings (using patch from Anthony Fogl... | Gordon Sim | 2011-07-01 | 1 | -1/+1 |
| * | QPID-3200: Add new method to session for cumulative acknowledgement upto (and... | Gordon Sim | 2011-06-15 | 2 | -2/+3 |
| * | QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa... | Gordon Sim | 2011-04-26 | 1 | -0/+10 |
| * | QPID-3001: Add const version of Connection::isOpen() | Gordon Sim | 2011-01-17 | 2 | -1/+2 |
| * | QPID-2940: always request completions from broker on Session::acknowledge(), ... | Gordon Sim | 2010-11-12 | 1 | -1/+1 |
| * | QPID-2926 Simple example code does not link under Windows | Charles E. Rolke | 2010-11-05 | 1 | -0/+64 |
| * | Changed Variant::fromString() to Variant::parse(). Also changed implementation. | Jonathan Robie | 2010-11-01 | 1 | -2/+1 |
| * | Corrects AddressParser to use typed simple values. | Jonathan Robie | 2010-10-29 | 1 | -3/+4 |
| * | Fixes parsing problem with empty lists ('[]') in addresses, which previously ... | Jonathan Robie | 2010-09-16 | 2 | -2/+8 |
| * | QPID-664: allow the key in options map for an address to be quoted | Gordon Sim | 2010-08-23 | 1 | -1/+1 |
| * | QPID-2807: Allow per message acknowledgement | Gordon Sim | 2010-08-20 | 2 | -0/+2 |
| * | QPID-2768: allow '/' after name in address without an explicit subject | Gordon Sim | 2010-07-29 | 1 | -5/+2 |
| * | Made the new C++ API more friendly for swig-wrapping. | Ted Ross | 2010-07-28 | 3 | -0/+3 |
| * | QPID-664: expose authenticated username for connection | Gordon Sim | 2010-06-30 | 2 | -1/+5 |
| * | QPID-2640: Don't try to cast integer-like values during parsing; leave as str... | Gordon Sim | 2010-06-03 | 1 | -3/+0 |
| * | Fix error string for invalid options, fix exception handling in qpid_send/qpi... | Alan Conway | 2010-06-02 | 1 | -1/+1 |
| * | Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro... | Alan Conway | 2010-05-17 | 1 | -1/+3 |
| * | Initial multi-thread unit test for messaging API. | Alan Conway | 2010-05-14 | 2 | -0/+2 |
| * | Moved FailoverUpdates to qpid::messaging namespace. | Alan Conway | 2010-05-13 | 1 | -0/+83 |
| * | Fix deadlocks & thread safety in new API classes. | Alan Conway | 2010-05-13 | 1 | -3/+3 |
| * | QPID-664: Add default constructor for Connection; add option to set url on ex... | Gordon Sim | 2010-05-11 | 1 | -0/+7 |
| * | Remove final vestiges of old client API references from messaging and agent h... | Andrew Stitcher | 2010-04-14 | 1 | -1/+1 |
| * | QPID-664: removed explicit throw() clause | Gordon Sim | 2010-04-12 | 1 | -1/+1 |
| * | QPID-664: changed pending to unsettled; added available to sender; minor upda... | Gordon Sim | 2010-04-09 | 6 | -10/+11 |
| * | QPID-664: changed connect() back to open(),removed detach(),defined new excep... | Gordon Sim | 2010-04-09 | 7 | -16/+76 |
| * | QPID-664: changed open() to connect(), moved url parameter to constructor, ad... | Gordon Sim | 2010-04-08 | 2 | -6/+10 |
| * | QPID-664: set content-type on encoded messages, removed some duplication and ... | Gordon Sim | 2010-04-08 | 1 | -32/+41 |
| * | QPID-664: removed flush, added option to make sync non-blocking if so desired | Gordon Sim | 2010-04-07 | 2 | -9/+3 |
| * | QPID-664: added method to release messages | Gordon Sim | 2010-04-06 | 2 | -0/+2 |