summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* Add directory to #includeAlan Conway2009-07-1411-17/+17
* Simplified PollableConditionAlan Conway2009-07-091-11/+2
* Properly handle queued closes originating locally. Fixes QPID-1952Stephen D. Huston2009-07-071-3/+8
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-122-1/+14
* Add --quit, --check for Windows; required fixing LockFile for WindowsStephen D. Huston2009-05-111-3/+3
* Hack around the namespace pollution in QPID-1737Andrew Stitcher2009-05-054-5/+8
* Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...Stephen D. Huston2009-05-041-0/+65
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-043-11/+11
* Need to see toFd from tests; related to QPID-1765Stephen D. Huston2009-03-271-1/+2
* Remove unneeded size_t typedef; fixes QPID-1745Stephen D. Huston2009-03-171-1/+0
* Correct the handling of end-of-connection cases; fixes QPID-1550Stephen D. Huston2009-03-171-12/+10
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-6/+7
* Remove socklen_t for Windows; related to QPID-1710Stephen D. Huston2009-03-052-3/+2
* Implement process id and name methods for WindowsStephen D. Huston2009-02-241-8/+27
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-0/+19
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-201-0/+125
* Fix race condition with read-credit.Alan Conway2009-02-111-0/+10
* Move dispatcher code from iocpDispatcher.cpp (no longer needed) to IocpPoller...Stephen D. Huston2009-01-132-57/+15
* Add support for AsynchIO::RequestCallback processingStephen D. Huston2009-01-124-11/+65
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-0/+2
* Adapt to recent changes/additionsStephen D. Huston2009-01-071-8/+19
* 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
* Correct returned value on successful parseStephen D. Huston2008-11-111-1/+1
* 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-305-17/+155
* Remove nonportable include dlfcn; add Windows version of Shlib.cppStephen D. Huston2008-10-211-0/+53
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-217-0/+1569
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-091-0/+160
* Add uuid wrapper for Windows; resolves QPID-1328Stephen D. Huston2008-10-082-0/+95
* Abstract native file-locking and directory detection/creation to portable cla...Stephen D. Huston2008-10-072-0/+136
* Added Windows implementation of qpid::sys::strErrorStephen D. Huston2008-10-031-0/+47
* Add Windows threading and synchronization primitivesStephen D. Huston2008-10-034-0/+406
* Resolve QPID-1311Stephen D. Huston2008-10-021-0/+40