summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix compile breakage with different versions of librdma_cmAndrew Stitcher2009-01-271-0/+2
* Producer side rate throttling:Andrew Stitcher2009-01-271-1/+13
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-0/+1
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-261-1/+1
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-2/+2
* More latency metrics.Alan Conway2009-01-222-1/+12
* correct lifecycle for pollablequeue dispatch handleCarl C. Trieloff2009-01-211-1/+1
* Additional latency measurement points.Alan Conway2009-01-212-3/+0
* Latency measurements, compiled out of production code.Alan Conway2009-01-202-0/+151
* Move dispatcher code from iocpDispatcher.cpp (no longer needed) to IocpPoller...Stephen D. Huston2009-01-132-57/+15
* Small tidy upAndrew Stitcher2009-01-131-1/+2
* Created new Timer code in qpid::sysAndrew Stitcher2009-01-132-0/+229
* Adding missing includeStephen D. Huston2009-01-121-0/+1
* Add support for AsynchIO::RequestCallback processingStephen D. Huston2009-01-124-11/+65
* Allow any remaining events in PollableQueue to be processed after Poller thre...Gordon Sim2009-01-121-4/+22
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-084-9/+11
* Adapt to recent changes/additionsStephen D. Huston2009-01-071-8/+19
* QPID-1560: add support for a qpid.exclusive-binding option on direct exchange...Gordon Sim2009-01-071-0/+12
* Work on the low level IO code:Andrew Stitcher2009-01-0610-60/+269
* Added missing include file for ::memcpyTed Ross2009-01-061-0/+1
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-067-31/+299
* Log changes: logging default now notice+, "listening on" messages are at noti...Alan Conway2009-01-053-3/+3
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-192-0/+23
* Revert accidental commit.Alan Conway2008-12-171-9/+11
* Default --cluster-read-max to 0.Alan Conway2008-12-171-11/+9
* Added missing ASF licenseGordon Sim2008-12-151-0/+21
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-19/+16
* Add startReading() method required by sys::AsynchIO. Fixes QPID-1525.Stephen D. Huston2008-12-101-60/+56
* Better output.Alan Conway2008-12-101-25/+16
* Fixes for 64bit.Alan Conway2008-12-091-2/+6
* Added dummy read throttling code to RDMA protocol support soAndrew Stitcher2008-12-081-0/+5
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-0810-10/+63
* src/qpid/sys/ActivityTimer.h: record time spent in specific code segments, fo...Alan Conway2008-12-071-0/+111
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-021-4/+8
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-11/+19
* Was causing cluster failures.Alan Conway2008-11-261-0/+2
* QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:Andrew Stitcher2008-11-261-23/+27
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-2/+2
* QPID-1474: Changed lock scope for PollerHandle::~PollerHandleAndrew Stitcher2008-11-191-0/+5
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-191-4/+0
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-171-0/+2
* Fix problem where broker generates empty URL if run on a host with only the 1...Alan Conway2008-11-121-3/+5
* Correct returned value on successful parseStephen D. Huston2008-11-111-1/+1
* handle case where doOutput call causes last task to be removed.Gordon Sim2008-11-111-0/+1
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-075-5/+19
* Add Message callbacks for async completion.Alan Conway2008-11-061-3/+4
* QPID-1417: ensure there are no dangling pointers in a connections output tasksGordon Sim2008-11-062-0/+6
* Disable SIGPIPE for client as well as brokerGordon Sim2008-11-051-8/+10
* Correct signature of usleep() methodStephen D. Huston2008-11-031-1/+1
* Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...Stephen D. Huston2008-10-306-18/+170