summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-233-5/+846
* 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
* Correct new uuid methods for Windows, add QPID_CLIENT_EXTERN where needed.Stephen D. Huston2010-01-182-2/+3
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-152-0/+4
* QPID-2281: LockFile class now actually locks the file!Andrew Stitcher2009-12-151-3/+8
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-151-25/+0
* 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-215-28/+36
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-206-73/+73
* Add new SocketAddress.cpp and requisite adjustments; a few install improvementsStephen D. Huston2009-10-123-29/+104
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-121-9/+4
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-221-1/+1
* Working towards abstracting away the cross platform uuid mess:Andrew Stitcher2009-08-311-0/+38
* Removed TSS variables that tracked I/O counts; not used. Part of fix for QPID...Stephen D. Huston2009-08-141-17/+0
* Try to create piddir if needed; on error throw a useful message. Fixes QPID-2030Stephen D. Huston2009-08-051-1/+2
* Never try to init a string with a zero pointer; fixes QPID-1998Stephen D. Huston2009-07-211-2/+5
* Use a loopback socket instead of a pipe on Windows; resolves part of QPID-1918Stephen D. Huston2009-07-211-13/+49
* Move remaining needed Windows files from src/qpid/sys/windows to include/qpid...Stephen D. Huston2009-07-173-124/+0
* Move necessary files due to header file reorg; fixes Windows buildStephen D. Huston2009-07-163-306/+0
* 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