summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* QPID-5489: Uuid code improvementsAndrew Stitcher2014-01-172-49/+0
* QPID-5485 Deleting paged queue does not remove underlying filePavel Moravec2014-01-161-0/+3
* QPID-5398: Minor improvement to log message.Alan Conway2013-12-051-1/+1
* QPID-5398: Minor improvement to log message.Alan Conway2013-12-051-1/+1
* QPID-5398: qpidd --acl-file does not work with a drive-prefixed path on windows.Alan Conway2013-12-051-0/+65
* QPID-5356: stop default search for client certificate when not specifiedClifford Jansen2013-12-042-5/+23
* QPID-3914: Windows C++ SSL client certificate authentication supportClifford Jansen2013-10-222-0/+120
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-264-0/+350
* QPID-4931: Remove removed member function from windows SocketAddressAndrew Stitcher2013-06-191-13/+9
* NO-JIRA: Windows fixes for previous "simple" changeAndrew Stitcher2013-06-132-0/+2
* QPID-3772: Fix Windows socket optionsAndrew Stitcher2013-05-081-1/+1
* QPID-4792: convert between UUIDs and GUIDs as needed for Microsoft APIsClifford Jansen2013-05-021-13/+83
* QPID-4339: fix for older compilers/c++ librariesGordon Sim2013-04-301-1/+2
* QPID-4339: simple paged queue implementationGordon Sim2013-04-291-0/+55
* QPID-4748: Consistent handling of durations - apply changes to Windows platformCharles E. Rolke2013-04-191-1/+25
* QPID-4610: Remove duplicated transport code from C++ brokerAndrew Stitcher2013-03-011-2/+2
* QPID-4514: Remove IO start/stop reading primitives used by removed clusterAndrew Stitcher2013-01-303-25/+6
* QPID-4095: New boost filesystem support. This commit removes the requirement ...Charles E. Rolke2013-01-181-9/+30
* QPID-4536: Remove functionality which automatically makes a brokerAndrew Stitcher2013-01-141-29/+0
* QPID-4095: Move the directory iteration into FileSysDir:Andrew Stitcher2012-12-201-0/+14
* 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