summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright on files changed in 2014.Alan Antonuk2014-08-261-1/+1
* FIX: don't range-check channel_ids.Alan Antonuk2014-08-021-4/+0
* FIX: Improve invalid frame detection code.Alan Antonuk2014-07-141-3/+11
* Remove unused INITIAL_DECODING_POOL_PAGE_SIZE defAlan Antonuk2014-07-111-4/+0
* Allow INITIAL bufffer and page size configurationMike Stitt2014-07-111-6/+15
* Add missing amqp_get_server_properties() function.Alan Antonuk2014-02-171-0/+5
* Add amqp_get_broker_properties() functionAlan Antonuk2013-08-151-0/+3
* Make connection the socket object ownerAlan Antonuk2013-07-031-4/+9
* Code clarity improvements in heartbeat handlingAlan Antonuk2013-06-261-4/+4
* Add support for heartbeats in amqp_basic_publishAlan Antonuk2013-06-251-2/+2
* Add partial support for heartbeats in wait_frameAlan Antonuk2013-06-251-0/+18
* Channel-based memory managementAlan Antonuk2013-06-211-35/+76
* FIX amqp_tune_connection don't delete state on errAlan Antonuk2013-06-181-1/+0
* Improve error handling in socket functionsAlan Antonuk2013-06-131-7/+2
* Don't abort() on invalid param in amqp_send_frame()Alan Antonuk2013-06-131-1/+1
* Expose public error-code interfaceAlan Antonuk2013-06-131-11/+9
* FIX: memory leak in amqp_new_connectionAlan Antonuk2013-05-251-3/+1
* Fix code formatting to match the rest of the libAlan Antonuk2013-04-171-1/+2
* Address review commentsMichael Steinert2013-04-171-1/+1
* Start addressing review commentsMichael Steinert2013-04-091-1/+1
* Propose new socket APIMichael Steinert2013-04-091-42/+19
* Add plumbing for SSL/TLS supportMichael Steinert2013-04-091-16/+50
* Updating license yearAlan Antonuk2013-04-081-0/+3
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-61/+86
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* 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