summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-261-1/+3
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-252-0/+3
* When handling coalesced sets of SSL segments, ensure the buffer obtained to h...Stephen D. Huston2010-02-151-2/+9
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-011-0/+18
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-292-23/+36
* Apply part of patch msvc2005.patch from QPID-2371.Stephen D. Huston2010-01-291-0/+1
* Added missing QPID_COMMON_EXTERN decorators to fix Windows build. Resolves QP...Stephen D. Huston2010-01-281-2/+5
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-274-0/+156
* Fix memory error in previous SocketAddress refactoringAndrew Stitcher2010-01-266-33/+23
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-235-9/+854
* Fixes to make Win32 port build again (and remove some warnings)Andrew Stitcher2010-01-212-4/+4
* Small comment fixAndrew Stitcher2010-01-211-1/+1
* Throw sync connect failures straight out of AsynchConnector constructorAndrew Stitcher2010-01-211-19/+2
* Small refactor of AsynchConnector to have a more regular structureAndrew Stitcher2010-01-211-9/+8
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-214-23/+34
* Log detailed error if unexpected socket write error (don't throw anymore)Andrew Stitcher2010-01-211-1/+4
* Cluster-safe assertions.Alan Conway2010-01-202-0/+107
* Correct new uuid methods for Windows, add QPID_CLIENT_EXTERN where needed.Stephen D. Huston2010-01-182-2/+3
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-152-0/+4
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-143-13/+0
* QPID-2210: Rework SocketAddress class to have correct value semantics under c...Andrew Stitcher2009-12-172-16/+44
* QPID-2281: LockFile class now actually locks the file!Andrew Stitcher2009-12-151-3/+8
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-154-60/+98
* QPID-2212: revert previous attempt at fix; disable on windows onlyGordon Sim2009-12-151-75/+0
* QPID-2216: correct option name in log message for ssl plugin.Gordon Sim2009-12-101-1/+1
* QPID-2256: Removed an unnecessary lock that was causing deadlock due to lock ...Andrew Stitcher2009-12-101-4/+0
* QPID-2214: Opening and closing client connections causes memory use to grow u...Andrew Stitcher2009-12-072-27/+63
* Remove a hardwired reference to nss include directory to allow debian buildAndrew Stitcher2009-11-301-2/+2
* Changes to compile under SunCC 5.10Andrew Stitcher2009-11-181-0/+2
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-098-9/+48
* Automatically add shared library suffix to module name in --load-module.Alan Conway2009-11-041-1/+1
* Ensure connections are done blocking; there's no asynch connect support yet. ...Stephen D. Huston2009-10-281-1/+1
* Tidied up dependencies in IOHandle so that it is no longerAndrew Stitcher2009-10-215-28/+36
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-206-73/+73
* Change threshold for reporting a timer as late from 10 to 50 msec. Resolves Q...Stephen D. Huston2009-10-161-1/+1
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureAndrew Stitcher2009-10-163-66/+38
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-163-15/+23
* Fix creating socket in the wrong place for listen()Andrew Stitcher2009-10-161-2/+2
* Add new SocketAddress.cpp and requisite adjustments; a few install improvementsStephen D. Huston2009-10-123-29/+104
* Split Socket::listenAndrew Stitcher2009-10-122-2/+7
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-124-34/+48
* Used new SocketAddress class in rdma codeAndrew Stitcher2009-10-096-45/+27
* Added in passive socket address to SocketAddress and use in Socket::listen()Andrew Stitcher2009-10-092-7/+15
* Split responsibility for name lookup in AsynchConnector::connectAndrew Stitcher2009-10-095-31/+133
* Change TCP AsynchConnector so that it returns all failures asynchronouslyAndrew Stitcher2009-10-091-2/+7
* Fix memory usage error in AsynchConnectorAndrew Stitcher2009-10-093-20/+27
* Removed LatencyTracker from cluster.Alan Conway2009-10-011-157/+0
* Fix QPID-2086 - problem with read-credit.Alan Conway2009-10-011-0/+7
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-225-10/+7
* Rearrange readCredit logic for correctnessAndrew Stitcher2009-09-181-14/+18