summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix bad assertion introduced in prevoius commit r956882Alan Conway2010-06-222-4/+7
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-2/+9
* remove assertion for condition that is in fact valid (the callback could have...Gordon Sim2010-06-161-2/+0
* Allow entry into notifyPendingWrite() if already stopped as it is too hardAndrew Stitcher2010-06-141-2/+2
* Move QueuePair member in Rdma::AsynchIO to ensure that it get destroyed beforeAndrew Stitcher2010-06-142-4/+6
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-146-57/+55
* Try to avoid getting into a state where we can't send credit because weAndrew Stitcher2010-06-141-1/+10
* Added asserts to ensure that we catch it if xmitCredit isn't saneAndrew Stitcher2010-06-141-0/+7
* Allow stopping even if we've got outstanding write buffers.Andrew Stitcher2010-06-141-1/+1
* In Rdma::AsynchIO::stop():Andrew Stitcher2010-06-141-2/+4
* Only set the draining flag when we delay calling the drained callback.Andrew Stitcher2010-06-141-2/+1
* Trivial code simplificationAndrew Stitcher2010-06-141-3/+1
* Removed unnecessary parameter from Rdma::AsynchIO::dataEvent()Andrew Stitcher2010-06-142-3/+3
* Ensure that AsynchConnector is disassociated from Poller when aborting connec...Gordon Sim2010-06-112-1/+7
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-092-2/+21
* QPID-2004: Send disconnected event to any handles still registered after shut...Gordon Sim2010-06-014-0/+58
* QPID-2636: Ensure close is called for a disconnect preventing occasional leak...Gordon Sim2010-06-012-13/+8
* Fix RDMA for upstream changes which now require notification on shutdownAndrew Stitcher2010-05-185-56/+143
* Fix the behaviour of the EpollPoller when shutdowns and interrupts interactAndrew Stitcher2010-05-181-0/+6
* Rearrange RDMA wrapper class code so that the interface and implementationAndrew Stitcher2010-05-137-384/+463
* Allow rdma_disconnect() to fail with EINVAL as it appearsAndrew Stitcher2010-05-132-2/+12
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-114-11/+17
* Keep dispatching the condition until it is cleared; resolves QPID-2587.Stephen D. Huston2010-05-071-5/+3
* QPID-2186: Small adjustments to previous fix:Andrew Stitcher2010-04-291-5/+7
* Don't try to get the top() of an empty queue and use it. Resolves (I believe)...Stephen D. Huston2010-04-281-8/+16
* QPID-2083: Added some error messages for particular codesGordon Sim2010-04-281-19/+16
* QPID-2083: Some improvements to error handling for NSS based SSL implementation.Gordon Sim2010-04-284-10/+31
* Added necessary #include for memmoveAndrew Stitcher2010-04-271-1/+4
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-232-9/+0
* QPID-1811: Applied patch from Andrey Kotrekhov with more portableAndrew Stitcher2010-04-221-20/+35
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-213-12/+36
* Remove some clunky accessors for AbsTime on Windows and replace by making Con...Andrew Stitcher2010-04-081-4/+0
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-082-6/+11
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...Alan Conway2010-04-072-0/+6
* Fixed bug that caused a busy-wait if an item was pushed to a stopped queue.Alan Conway2010-03-301-1/+1
* Remove dead PeriodicTimer code.Alan Conway2010-03-303-153/+0
* More generous overrun threshold for cluster timer to avoid excessive warnings.Alan Conway2010-03-252-15/+21
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-0511-30/+152
* 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