summaryrefslogtreecommitdiff
path: root/librabbitmq/windows
Commit message (Expand)AuthorAgeFilesLines
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-122-52/+40
* Update copyright 2012Emile Joubert2012-02-022-2/+2
* Update copyright noticesDavid Wragg2011-03-012-38/+14
* 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-7/+5
* Fix a compiler warning when building under mingwDavid Wragg2010-10-281-1/+1
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-1/+8
* Prevent windows.h name collisions with winsock2.hDavid Wragg2010-10-211-0/+3
* Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-281-1/+1
* Convert the socket_ prefix to amqp_socket_David Wragg2010-07-262-7/+7
* Eliminate the socket_ prefix on connectDavid Wragg2010-07-261-1/+0
* Replace socket_{read,write} with recv and sendDavid Wragg2010-07-261-10/+0
* Merge default into bug22825David Wragg2010-07-261-0/+8
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-302-0/+180