summaryrefslogtreecommitdiff
path: root/librabbitmq/unix/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing header (fixes build on OpenBSD).bug24048Piotr Sikora2011-04-111-0/+1
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* config.h defines _GNU_SOURCE and is therefore all we need to includeDaniel Schauenberg2011-02-031-4/+2
* move strdup to separate file and add guardsDaniel Schauenberg2011-02-021-6/+4
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-1/+8
* Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-281-1/+1
* Convert the socket_ prefix to amqp_socket_David Wragg2010-07-261-1/+1
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-0/+85