summaryrefslogtreecommitdiff
path: root/librabbitmq/win32/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Disable sigpipe on Mac OSXissue23Alan Antonuk2012-06-061-0/+4
| | | | | Use setsockopt(SO_NOSIGPIPE) on platforms that don't have MSG_NOSIGNAL and do have SO_NOSIGPIPE
* Cleanup Win32 artifactsMichael Steinert2012-05-171-0/+60
1. Standardize on `win32` vs `windows/win32` 2. Move `msinttypes` into platform directory Signed-off-by: Michael Steinert <mike.steinert@gmail.com>