summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Fix problem where client does notice disconnection from Broker. Alan Conway2007-12-013-4/+15
* Altered topic test to use the new session api.Gordon Sim2007-11-303-11/+24
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-1/+1
* Add unit_test.h to distribution.Alan Conway2007-11-282-17/+9
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-281-1/+1
* perftest improvements.Alan Conway2007-11-274-7/+25
* Added framing::BodyHolder:Alan Conway2007-11-228-19/+16
* Gordon's patch to fix ack-per-message by SubscriptionManagerAlan Conway2007-11-221-1/+0
* - set default to pre-acquire for acquire modeCarl C. Trieloff2007-11-212-3/+3
* - added confirm mode to perftestCarl C. Trieloff2007-11-212-2/+12
* Remove allocation by char literal promotion to std::string in SessionCore.cpp.Alan Conway2007-11-141-7/+25
* Added auto-ack and commit-mode control to SubscriptionManager API.Alan Conway2007-11-142-18/+45
* qpid/client/SessionCore.cpp: Removed QPID_MSG outside log statement.Alan Conway2007-11-131-1/+1
* QPID-676: Jonathan Robie's C++ examples.Alan Conway2007-11-091-0/+33
* auto-ack support for perftest.Alan Conway2007-11-072-3/+6
* client::SubscriptionManager:Alan Conway2007-11-0710-122/+234
* Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"Alan Conway2007-11-076-25/+79
* Fix compile error.Alan Conway2007-11-021-1/+1
* Improvements to gsim's SubscriptionManager:Alan Conway2007-11-022-0/+190
* Preparation for session thread safety overhaul:Alan Conway2007-11-011-1/+3
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-311-3/+1
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-312-3/+4
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-301-6/+7
* client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.hAlan Conway2007-10-297-120/+29
* Rename client::Session as client::Session_0_10Alan Conway2007-10-297-22/+22
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-2618-364/+452
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-162-11/+5
* Don't recover messages for cancelled subscriptions.Gordon Sim2007-10-051-0/+5
* Make ExecutionHandler threadsafe for calls that can be made by application th...Gordon Sim2007-10-015-14/+40
* Ensure no danbling pointers in client API:Alan Conway2007-09-289-22/+29
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-2811-221/+249
* Minor refactoring of execution layerGordon Sim2007-09-286-24/+58
* Detect that connection is already closed on attempt to close()Gordon Sim2007-09-263-1/+14
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-264-11/+12
* Renamed the following files for consistency:Alan Conway2007-09-2511-21/+21
* Fix uninitialized memory error.Alan Conway2007-09-191-1/+2
* AMQP 0-10 Session suppported on broker and client.Alan Conway2007-09-194-34/+29
* Use credit mode when using NO_ACK and prefetch is not set.Gordon Sim2007-09-181-8/+13
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-183-8/+260
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-1310-109/+76
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-1212-42/+338
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-113-62/+53
* Support for keyword args in session interfaceGordon Sim2007-09-101-14/+12
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-105-24/+44
* Implementation of execution.result on the client side Gordon Sim2007-09-0622-186/+694
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-312-56/+136
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-1/+2
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2813-207/+42
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-215-13/+43
* * src/qpid/framing/MethodHolder.hAlan Conway2007-08-181-1/+2