summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* Merged out from trunkQPID-2519Stephen D. Huston2011-10-2112-217/+553
* Undo bad merge from trunk - merged at wrong level.Stephen D. Huston2011-10-2114-996/+217
* Merge trunk to QPID-2519 branchStephen D. Huston2011-10-2014-217/+996
* QPID-2967 Windows broker fails to destroy connections if client exits abruptlyCharles E. Rolke2010-12-151-3/+4
* Converted four files from DOS format to Unix format to match all of the otherTed Ross2010-10-112-852/+852
* QPID-2708: Create a separate qpidtypes library for the types namespace.Alan Conway2010-06-301-8/+8
* QPID-2004: Send disconnected event to any handles still registered after shut...Gordon Sim2010-06-011-0/+5
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-3/+5
* Keep dispatching the condition until it is cleared; resolves QPID-2587.Stephen D. Huston2010-05-071-5/+3
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-231-5/+0
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-2/+14
* Remove some clunky accessors for AbsTime on Windows and replace by making Con...Andrew Stitcher2010-04-081-4/+0
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-081-4/+6
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...Alan Conway2010-04-071-0/+4
* When handling coalesced sets of SSL segments, ensure the buffer obtained to h...Stephen D. Huston2010-02-151-2/+9
* Apply part of patch msvc2005.patch from QPID-2371.Stephen D. Huston2010-01-291-0/+1
* 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