summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows/AsynchIO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-041-4/+4
* Correct the handling of end-of-connection cases; fixes QPID-1550Stephen D. Huston2009-03-171-12/+10
* Fix race condition with read-credit.Alan Conway2009-02-111-0/+10
* Add support for AsynchIO::RequestCallback processingStephen D. Huston2009-01-121-3/+22
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-0/+2
* Work on the low level IO code:Andrew Stitcher2009-01-061-0/+6
* Add startReading() method required by sys::AsynchIO. Fixes QPID-1525.Stephen D. Huston2008-12-101-60/+56
* Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...Stephen D. Huston2008-10-301-11/+27
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-0/+729