summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows/AsynchIO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-24/+55
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-8/+17
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-27/+73
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-121-26/+21
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-7/+7
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-181-4/+6
* QPID-2967 Windows broker fails to destroy connections if client exits abruptlyCharles E. Rolke2010-12-151-3/+4
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-5/+1
* Fixes to make Win32 port build again (and remove some warnings)Andrew Stitcher2010-01-211-3/+1
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-211-6/+13
* 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-211-26/+19
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-201-31/+25
* Add new SocketAddress.cpp and requisite adjustments; a few install improvementsStephen D. Huston2009-10-121-1/+1
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-221-1/+1
* Removed TSS variables that tracked I/O counts; not used. Part of fix for QPID...Stephen D. Huston2009-08-141-17/+0
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Properly handle queued closes originating locally. Fixes QPID-1952Stephen D. Huston2009-07-071-3/+8
* 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