summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-1/+1
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-112-2/+430
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-118-140/+301
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-106-9/+107
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-092-8/+9
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-052-2/+17
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-281-0/+20
* Fix Cluster::send encode race.Alan Conway2008-08-051-4/+0
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-053-13/+14
* Removed unused functionsAndrew Stitcher2008-07-293-56/+0
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-291-5/+5
* Fixed bug in SubscriptionManager::get() where flush was issued before waiting...Gordon Sim2008-07-251-1/+4
* Refactor to change client connector state machine to be held in ConnectionHan...Andrew Stitcher2008-07-244-18/+20
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-094-17/+23
* Improved text and rasied severity of log entry when client sessions are delet...Gordon Sim2008-07-021-1/+1
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-014-17/+54
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-262-3/+11
* Additions to the client API:Alan Conway2008-06-254-15/+157
* 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