summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Move AckPolicy impl from header to .cpp; ensure that completion is marked eve...Gordon Sim2008-05-292-23/+56
* Removed obsolete src/qpid/client/SessionImpl.h .cppAlan Conway2008-05-271-1/+0
* Tighten up sync-correctness in SubscriptionManager & Dispatcher.Alan Conway2008-05-275-10/+12
* Use symbolic constants for message flow values.Alan Conway2008-05-271-1/+1
* Additional API documentation around sync vs. async sessions.Alan Conway2008-05-273-1/+45
* Added some comments to the various connection settings.Gordon Sim2008-05-271-1/+48
* Fixed intermittent leak of client::Connector thread.Alan Conway2008-05-265-11/+12
* Changes to Session API:Alan Conway2008-05-2616-315/+306
* Fix compile error in examples.Alan Conway2008-05-261-1/+1
* Delete obsolete Channel class.Alan Conway2008-05-234-626/+0
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-235-14/+29
* Fix for large messages.Gordon Sim2008-05-141-1/+1
* From Jonathan Robie:Alan Conway2008-05-131-3/+5
* Added sync() to ensure all acks are receivd before exiting the Dispatcher loop.Alan Conway2008-05-131-0/+1
* Added enum CreditUnit { MESSAGE=0, BYTE=1 };Alan Conway2008-05-131-0/+2
* Reverted change to use ANONYMOUS as default (I had a change of heart on that)Gordon Sim2008-05-091-1/+1
* Make ANONYMOUS the default authentication mechanism. Gordon Sim2008-05-092-2/+2
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-0/+7
* Fix error handling for connection close during startup.Gordon Sim2008-05-042-2/+3
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-2914-164/+456
* Generate c++ code from final 0-10 specGordon Sim2008-04-247-31/+47
* Edits to doxygen comments for user documentation.Alan Conway2008-04-249-78/+77
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-232-1/+1
* QPID-920: allow applications to trigger the sending of a flush to serverGordon Sim2008-04-224-0/+13
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-222-5/+12
* * raise error when controls other than attached are received on unattached ch...Gordon Sim2008-04-211-3/+5
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-2114-33/+64
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-2039-1727/+1256
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-152-8/+9
* Fixed rubygen to skip unchanged generated files, prevents needlessAlan Conway2008-02-221-1/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-2111-35/+33
* Added non-optional enum { SYNC, ASYNC } parameter to newSession.Alan Conway2008-02-204-13/+49
* Fixed race condition in the examples: when a listener program printsAlan Conway2008-02-185-0/+28
* Check valid listener (or handler) exist and log error if not. See QPID-783.Gordon Sim2008-02-111-4/+11
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-052-4/+11
* Make ports accesible through socket interface.Gordon Sim2008-01-312-4/+11
* Log peer address with SEND/RECV messages.Alan Conway2008-01-291-2/+3
* Improved/additional client API tests.Alan Conway2008-01-2410-58/+88
* examples/Makefile.am:Alan Conway2008-01-232-2/+3
* Some minor changes to doc; primarily aimed at making the list of classesGordon Sim2008-01-2310-11/+26
* Fix bug in Connector - incorrect use of iterator.Alan Conway2008-01-112-11/+11
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-102-82/+123
* Provide method to test for empty local queue.Gordon Sim2008-01-042-0/+8
* Fixed bug in completion tracking.Gordon Sim2007-12-211-1/+1
* Fixes to max frame size default and fragmentation on broker.Gordon Sim2007-12-185-6/+6
* Add log message when broker closes connectionGordon Sim2007-12-171-1/+3
* Fixed fragmentation (content bodies were 1 byte smaller than they could be du...Gordon Sim2007-12-171-1/+1
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-2/+1
* Fixed deadlock on connection closeGordon Sim2007-12-122-3/+15
* Fixed client crash on error opening a connection.Alan Conway2007-12-112-5/+12