summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Remove extra ::Variant from translate() signatureStephen D. Huston2009-09-081-1/+1
* Fixed code that pushes a buffer into the read queue if closed for writeAndrew Stitcher2009-09-081-1/+1
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-0712-28/+226
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-0710-159/+687
* QPID-2080 - crash when attempting to modify an exchange's alternateTed Ross2009-09-041-2/+4
* QPID-2045 - crash when destroying a federation link with a dynamic bridgeTed Ross2009-09-031-1/+3
* QPID-2050 - leak of bridge objectsTed Ross2009-09-021-1/+0
* Change Async buffer returning logic to only watch reads when necessaryAndrew Stitcher2009-09-021-3/+21
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-014-6/+6
* QPID-2078: Ensure sessions are cleaned up when their connection is closed by ...Gordon Sim2009-09-011-2/+4
* Working towards abstracting away the cross platform uuid mess:Andrew Stitcher2009-08-313-0/+97
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-316-171/+171
* Hide internal message ID behind APIGordon Sim2009-08-265-268/+332
* 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-2531-0/+3732
* Added management visibility into the alternate exchange and auto-delete attri...Ted Ross2009-08-252-3/+18
* Fix misleading log messages.Alan Conway2009-08-241-1/+1
* Use more friendly time setting for the Timer warningsAndrew Stitcher2009-08-211-2/+3
* 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
* Fixed distcheck target, broken by my last commit.Gordon Sim2009-08-201-0/+5
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-203-7/+126
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-193-4/+12
* Removed TSS variables that tracked I/O counts; not used. Part of fix for QPID...Stephen D. Huston2009-08-141-17/+0
* Initialize the update interval to a reasonable valueTed Ross2009-08-141-1/+1
* Added documentation to watchdog plugin.Alan Conway2009-08-142-0/+25
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-144-28/+17
* QPID-1971 - bind in fedOpReorigen mode is not threadsafe for TopicExchangeTed Ross2009-08-132-10/+35
* Check for null pointer in ~QueueCleaner.Alan Conway2009-08-131-1/+1
* QPID-2048: Handle connection fail while attempting to close.Gordon Sim2009-08-133-4/+21
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-124-17/+28
* Removed spurious code in AMQFrame::~AMQFrame.Alan Conway2009-08-121-1/+1
* Optimized handling of accepts and completions.Alan Conway2009-08-125-25/+95
* Minor whitespace adjustment.Gordon Sim2009-08-121-1/+1
* QPID-2046: * perform destroy() on the links own io thread, not on that of the...Gordon Sim2009-08-122-10/+22
* Ensure that a PollerHandle that has had a disconnected event can neverAndrew Stitcher2009-08-111-1/+4
* Fix for re-entering DispatchHandle::processEvent more than once on disconnectionAndrew Stitcher2009-08-112-4/+3
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-102-0/+174
* Removed unused filesAndrew Stitcher2009-08-076-300/+0
* Reverted r801903, it should not be needed after r801860 and r801861.Gordon Sim2009-08-071-1/+0
* Gsim's temporary fix for replication bug.Michael Goulish2009-08-071-0/+1
* Fixed LinkRegistry destructor to only cancel TimerTask if there is one!Andrew Stitcher2009-08-071-1/+3
* Change QueueCleaner so that it cancels any outstanding TimerTask on destructionAndrew Stitcher2009-08-073-1/+7
* Change LinkRegistry to cancel its TimerTask in its destructorAndrew Stitcher2009-08-072-2/+13
* Revert "Stop timer thread before users are deleted (as they don't all clean u...Andrew Stitcher2009-08-071-4/+0
* Further improve the delay/overrun Timer warnings when both occur at onceAndrew Stitcher2009-08-071-6/+14
* When setting up the next fire time for a Timer make sure it can't be in the p...Andrew Stitcher2009-08-071-1/+2
* Stop timer thread before users are deleted (as they don't all clean up prior ...Gordon Sim2009-08-061-0/+4
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-0612-36/+109
* Try to create piddir if needed; on error throw a useful message. Fixes QPID-2030Stephen D. Huston2009-08-051-1/+2