summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* Prevent multiple threads from dispatching the condition handling at once. Fix...Stephen D. Huston2012-11-261-1/+7
* QPID-4447: C++ Client can hang during connect if heartbeat disconnect firesAndrew Stitcher2012-11-201-0/+8
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-4/+4
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-242-0/+6
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-245-4/+29
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-247-101/+194
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-242-13/+2
* QPID-4345: plug Windows memory leak on close (async write error)Clifford Jansen2012-10-131-1/+2
* QPID-4330: Windows static destructors: threadSafeShutdown() testClifford Jansen2012-09-304-7/+120
* Resolves QPID-4084, changing the format of high-res logged time from seconds-...Stephen D. Huston2012-08-141-14/+60
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-103-15/+25
* NO-JIRA: Rearrange memory status codeAndrew Stitcher2012-05-241-29/+0
* QPID-4008: added check for INVALID_SOCKET similar to Linux implementationClifford Jansen2012-05-171-7/+10
* QPID-3603 Added SystemInfo::isLocalHost Charles E. Rolke2012-05-081-1/+3
* QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to th...Alan Conway2012-05-081-0/+6
* Don't go through the IOCP wait if the poller is shut down. Fixes QPID-3982.Stephen D. Huston2012-05-051-2/+3
* QPID-3759: added lock to prevent two threads deleting same structureClifford Jansen2012-04-201-24/+36
* QPID-3759: new update for spurious disconnect on close and serializing eventsClifford Jansen2012-04-111-12/+32
* QPID-3759: reworked fix to be compatible with XPClifford Jansen2012-03-291-15/+12
* NO-JIRA: Removed unnecessary header file guards from non-header fileAndrew Stitcher2012-03-201-5/+0
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-202-11/+7
* QPID-3759 hang on heartbeat connection closeClifford Jansen2012-03-191-4/+21
* 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 Jansen2011-07-131-4/+9
* qpid-3256 Windows fix for loader lock hangClifford 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