summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_connection.c
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+4
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-1/+1
* Add config.h header guardsMichael Steinert2012-05-171-0/+4
* Fix: double free() if amqp_tune_connection fails in amqp_new_connectionAlan Antonuk2012-05-101-1/+5
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-1/+1
* Convert other librabbitmq .c files to the new helper functionsDavid Wragg2010-10-211-254/+203
* Eliminate the amqp_assert macroDavid Wragg2010-10-211-13/+14
* Introduce new codec helper inline functions; convert amqp_table.cDavid Wragg2010-10-211-2/+0
* Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-261-7/+5
* Convert the socket_ prefix to amqp_socket_David Wragg2010-07-261-4/+4
* Replace socket_{read,write} with recv and sendDavid Wragg2010-07-261-2/+2
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-12/+8
* Propagate write and writev errors correctly in amqp_send_frameDavid Wragg2010-05-301-11/+14
* Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-5/+5
* Add amqp_end_connection, which closes the socket and destroys the connectionDavid Wragg2010-05-301-0/+9
* Check results of amqp_pool_alloc() and friends.Tony Garnock-Jones2010-04-161-0/+6
* Use writev(2) instead of 3 write(2)sTony Garnock-Jones2010-04-151-8/+13
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-211-0/+50
* Pass raw properties alongTony Garnock-Jones2010-01-091-0/+1
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-201-2/+4
* Support for multiple channels.Tony Garnock-Jones2009-05-121-1/+11
* Return, and send, heartbeat frames.Tony Garnock-Jones2009-05-121-0/+10
* Actually implement amqp_send_header_to!Tony Garnock-Jones2009-05-101-1/+1
* Support generic frame transmission.Tony Garnock-Jones2009-05-101-38/+92
* Support parsing of protocol header.Tony Garnock-Jones2009-05-101-6/+30
* Fix bug where frame_type was left uninitialised in certain circumstances.Tony Garnock-Jones2009-04-301-2/+5
* Don't print debug on every received block.Tony Garnock-Jones2009-04-291-2/+7
* Be more careful about checking allocation results.Tony Garnock-Jones2009-04-291-4/+27
* Publication works!Tony Garnock-Jones2009-04-261-98/+201
* More workTony Garnock-Jones2009-04-251-0/+186