summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/windows/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3890: resync this branch to latest trunkqpid-3890Kenneth Anthony Giusti2012-03-221-7/+3
* 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-171-39/+27
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-121-26/+44
* QPID-3405: IPv6 support for Unix C++ ports:Andrew Stitcher2011-08-121-9/+12
* NO-JIRA: Windows: set up name to connect to before connecting (as unix code)Andrew Stitcher2011-05-261-0/+2
* 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-261-5/+5
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-181-0/+5
* Tidied up dependencies in IOHandle so that it is no longerAndrew Stitcher2009-10-211-0/+10
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-201-12/+16
* Add new SocketAddress.cpp and requisite adjustments; a few install improvementsStephen D. Huston2009-10-121-28/+33
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-121-9/+4
* Add directory to #includeAlan Conway2009-07-141-2/+2
* Remove socklen_t for Windows; related to QPID-1710Stephen D. Huston2009-03-051-2/+2
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-0/+329