summaryrefslogtreecommitdiff
path: root/librabbitmq/unix
Commit message (Expand)AuthorAgeFilesLines
* Move amqp_os_socket* funcs to amqp_socket.h/cAlan Antonuk2013-06-132-175/+0
* Expose public error-code interfaceAlan Antonuk2013-06-131-2/+2
* Updating license header in new filesAlan Antonuk2013-04-171-0/+22
* Fix code formatting to match the rest of the libAlan Antonuk2013-04-171-4/+4
* Adding vim modelines to new filesAlan Antonuk2013-04-171-0/+1
* close() requires unistd.h on UnixMichael Steinert2013-04-091-0/+1
* Propose new socket APIMichael Steinert2013-04-092-11/+7
* Adding support for OpenSSL in multithreaded applicationsAlan Antonuk2013-04-091-0/+6
* Changing return type on amqp_socket_writev to match fn ptr typeAlan Antonuk2013-04-092-2/+2
* Add plumbing for SSL/TLS supportMichael Steinert2013-04-092-11/+34
* Updating license yearAlan Antonuk2013-04-082-0/+6
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-17/+18
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-052-0/+2
* Fixes #102: SIGPIPE not disabled on Mac OS X/*BSDAlan Antonuk2013-03-061-4/+4
* Correct sys/types.h sys/socket.h include order on *BSDAlan Antonuk2012-10-042-5/+2
* Disable sigpipe on Mac OSXissue23Alan Antonuk2012-06-061-0/+8
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-172-21/+28
* Add config.h header guardsMichael Steinert2012-05-171-0/+2
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-122-55/+43
* Update copyright 2012Emile Joubert2012-02-022-2/+2
* Add missing header (fixes build on OpenBSD).bug24048Piotr Sikora2011-04-111-0/+1
* 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-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-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-2/+0
* Merge default into bug22825David Wragg2010-07-261-0/+2
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-302-0/+165