summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-053-13/+14
* Merged fix to SubscriptionManager (was r679739)Gordon Sim2008-07-251-1/+4
* Add a get() method to subscription manager that retrieves one message from th...Gordon Sim2008-07-105-25/+204
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-123-6/+8
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-0925-380/+155
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-092-2/+0
* Added exceptions to sys::Waitable.Alan Conway2008-06-066-64/+52
* Reverted move of ConnectionOptions (without the parse functionality they aren...Gordon Sim2008-06-031-57/+0
* Move ConnectionOptions into qpid::client.Gordon Sim2008-06-031-0/+57
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-023-45/+8
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-021-1/+1
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-023-7/+9
* Removed redundant flush request.Gordon Sim2008-05-301-1/+0
* 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