summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* QPID-5033: Bad buffer accounting leading to spurious SSL errors on WindowsClifford Jansen2014-09-093-208/+329
* QPID-5898: AclHost unit test fails on systems with no IPv6Charles E. Rolke2014-07-161-25/+35
* QPID-4947: C++ Broker ACL restricts hosts from which users may connect.Charles E. Rolke2014-07-151-8/+197
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-011-1/+12
* QPID-5489: More cleaning up of the Uuid codeAndrew Stitcher2014-04-292-65/+6
* QPID-5694: Windows C++ broker SSL: do not send non-existent negotiation token...Clifford Jansen2014-04-151-1/+1
* QPID-5669: spurious error on connection close (Windows C++): SSL negotiation ...Clifford Jansen2014-04-143-42/+67
* QPID-5630: Windows C++ broker never loads modules using --module-dirAndrew Stitcher2014-03-141-1/+3
* QPID-5540: use mutex to ensure single SCHANNEL_SHUTDOWNClifford Jansen2014-02-052-6/+12
* QPID-5539: Separate credential processing for re-use in AMQP1.0 SSL transport.Clifford Jansen2014-02-052-0/+354
* QPID-5485: Fixes to broken original checkinAndrew Stitcher2014-01-311-3/+2
* 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