summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Disable sigpipe on Mac OSXissue23Alan Antonuk2012-06-061-0/+8
* Set MSG_NOSIGNAL flag to supress SIGPIPE in send()Alan Antonuk2012-06-061-1/+1
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-171-5/+1
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-1/+1
* Add config.h header guardsMichael Steinert2012-05-171-0/+4
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Provide some minimal client propertiesDavid Wragg2011-10-131-2/+13
* Remove trailing whitespaceDavid Wragg2011-07-051-1/+1
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Extract common code from generated API functionsbug23645David Wragg2011-01-141-0/+26
* Fix a compiler warning when building under mingwDavid Wragg2010-10-281-1/+1
* Clean up a fairly odd bit of codeDavid Wragg2010-10-211-14/+5
* Eliminate C99-style initializers in librabbitmq .c filesDavid Wragg2010-10-211-28/+35
* Eliminate the AMQP_CHECK_RESULT macroDavid Wragg2010-10-211-18/+25
* Eliminate the old codec macrosDavid Wragg2010-10-211-7/+10
* Convert other librabbitmq .c files to the new helper functionsDavid Wragg2010-10-211-7/+0
* Eliminate the amqp_assert macroDavid Wragg2010-10-211-18/+18
* Introduce new codec helper inline functions; convert amqp_table.cDavid Wragg2010-10-211-2/+0
* remove superfluous codeAlexandru Scvortov2010-08-161-7/+0
* updated rabbitmq-c to the latest codegenAlexandru Scvortov2010-08-041-2/+2
* merged default into bug22951Alexandru Scvortov2010-08-041-2/+9
|\
| * this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-091-2/+9
* | Convert the socket_ prefix to amqp_socket_David Wragg2010-07-261-6/+7
* | Eliminate the socket_ prefix on connectDavid Wragg2010-07-261-1/+1
* | Replace socket_{read,write} with recv and sendDavid Wragg2010-07-261-4/+3
* | ERROR_HOST_NOT_FOUND -> ERROR_GETHOSTBYNAME_FAILEDDavid Wragg2010-07-261-1/+1
* | Merge default into bug22825David Wragg2010-07-261-2/+8
|\ \
| * | Dedup error handling codebug22931Tony Garnock-Jones2010-07-111-9/+3
| * | Turn on TCP_NODELAY by default.Tony Garnock-Jones2010-07-021-0/+10
| |/
| * Check result of socket call (!)Tony Garnock-Jones2010-07-021-0/+4
* | A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-19/+17
* | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-29/+37
|/
* Check results of amqp_pool_alloc() and friends.Tony Garnock-Jones2010-04-161-1/+16
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-211-0/+50
* Pay attention to result of amqp_login_innerTony Garnock-Jones2010-02-181-1/+9
* Use C-style comments; avoid AMQP_EXPAND_METHOD; use amqp_data_in_buffer.Tony Garnock-Jones2009-10-141-5/+7
* Updated amqp_simple_rpc to take a 0 terminated array of amqp_method_number_t ...Scott Brooks2009-10-141-4/+20
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-201-3/+11
* Support for multiple channels.Tony Garnock-Jones2009-05-121-26/+28
* Correct test for connection exception frames.Tony Garnock-Jones2009-05-121-6/+16
* Actually implement amqp_send_header_to!Tony Garnock-Jones2009-05-101-3/+14
* Split out mid-level API from amqp_socket.c into amqp_api.cTony Garnock-Jones2009-05-041-90/+0
* Fix bug where frame_type was left uninitialised in certain circumstances.Tony Garnock-Jones2009-04-301-2/+6
* More examples; clean shutdownTony Garnock-Jones2009-04-271-0/+30
* Publication works!Tony Garnock-Jones2009-04-261-17/+359
* More workTony Garnock-Jones2009-04-251-0/+78