summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-2813-179/+407
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-274-29/+85
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-034-39/+22
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-044-43/+80
* NO-JIRA - Fixed missing return type on Windows stub.Ted Ross2012-02-101-1/+1
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-0/+29
* Don't try setsockopt IPV6_V6ONLY when setting up new socket. Doesn't work on ...Stephen D. Huston2011-08-251-5/+0
* NO-JIRA: Tidy up the Socket/SocketAddress code:Andrew Stitcher2011-08-172-53/+62
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-125-76/+133
* QPID-3405: IPv6 support for Unix C++ ports:Andrew Stitcher2011-08-122-9/+19
* qpid-3256 additional changes to also work for mingwClifford Allan Jansen2011-07-131-4/+9
* qpid-3256 Windows fix for loader lock hangClifford Allan Jansen2011-07-121-29/+251
* NO-JIRA: Windows: set up name to connect to before connecting (as unix code)Andrew Stitcher2011-05-261-0/+2
* QPID-3282: Potential bug in circular connection detection:Andrew Stitcher2011-05-261-1/+1
* NO-JIRA: Add cached localname as well as peername to SocketAndrew Stitcher2011-05-261-5/+7
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-261-68/+5
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-262-12/+12
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-187-6/+70
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-173-5/+6
* Added Windows high-res timer output. Resolves QPID-3236Stephen D. Huston2011-05-071-6/+29
* QPID-3236 - Add high-resolution timestamps to log files for debug situations....Kim van der Riet2011-05-021-0/+9
* 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