summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/windows/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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