summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-101-1/+0
* Summary:Alan Conway2007-12-0716-34/+196
* Remove start(); not yet safe to send commands while dispatcher is running con...Gordon Sim2007-12-042-8/+0
* 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