summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Adjust to new location of state_saver in Boost 1.40; fixes QPID-2090Stephen D. Huston2009-09-091-2/+9
* Remove extra ::Variant from translate() signatureStephen D. Huston2009-09-081-1/+1
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-078-26/+209
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-0710-159/+687
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-313-19/+19
* Hide internal message ID behind APIGordon Sim2009-08-262-12/+7
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-252-4/+10
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2519-0/+2208
* Remove using namespace boost - not needed and causes confusion with uint8_t f...Stephen D. Huston2009-08-201-1/+0
* Add needed extern decorators for Windows; applies patch QPID-2061-1.patch in ...Stephen D. Huston2009-08-202-11/+13
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-192-3/+11
* QPID-2048: Handle connection fail while attempting to close.Gordon Sim2009-08-133-4/+21
* Set protocol versions correctly in cluster code.Alan Conway2009-07-301-1/+2
* QPID-652 -- fixed by Marco BisioliCarl C. Trieloff2009-07-301-1/+3
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-1522-2214/+0
* Add directory to #includeAlan Conway2009-07-1451-180/+127
* Client side fix to make sure we don't schedule a disconnectAndrew Stitcher2009-06-231-1/+4
* Make sure you close down heartbeatTimer for every close even if you don'tAndrew Stitcher2009-06-231-1/+2
* If frameset being sent in cluster update is incomplete (i.e. content has been...Gordon Sim2009-06-111-2/+17
* Ensure that messages sent by clusters update client are correctly fragmented ...Gordon Sim2009-06-101-10/+19
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-081-8/+12
* Make sure the heartbeat interval is started for the waitForOpenCarl C. Trieloff2009-06-081-1/+2
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-035-183/+181
* Revert "QPID-1879 Removed some code obsoleted by this change"Andrew Stitcher2009-06-033-2/+21
* Revert "Change client io threading to be initialised at first use"Andrew Stitcher2009-06-031-7/+4
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-011-4/+7
* QPID-1879 Removed some code obsoleted by this changeAndrew Stitcher2009-05-283-21/+2
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-285-181/+183
* QPID-1869: Set closed flag to false only after poller and aio are initialised.Gordon Sim2009-05-211-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-122-1/+5
* Added method to test validity of session object.Gordon Sim2009-05-112-0/+4
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-065-15/+16
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-067-18/+12
* Added #include Thread.h for backwards compatibility.Alan Conway2009-05-051-5/+6
* Add new files to client projectStephen D. Huston2009-05-041-1/+1
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-042-3/+8
* Add missing ctor initializer.Alan Conway2009-05-041-1/+1
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-0410-129/+514
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-1/+1
* Apply PIMPL pattern to qpid::client::LocalQueueAlan Conway2009-05-016-53/+216
* Cleaned up PIMPL pattern for public APIAlan Conway2009-05-0116-276/+177
* Add extern for run() so tests can link correctly on WindowsStephen D. Huston2009-04-301-1/+4
* Ensure socket is closed when exception occurs during encode/decode.Gordon Sim2009-04-281-1/+3
* Fix compile error - missing config.h check and QPIDC_MODULE_DIR, QPIDC_CONF_FILEStephen D. Huston2009-04-271-1/+3
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-233-4/+6
* Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...Stephen D. Huston2009-04-232-5/+3
* Fixes to build under Visual Studio 2008Andrew Stitcher2009-04-234-1/+4
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-237-34/+113
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-2012-70/+349
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-1512-7/+16