summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-271-34/+2
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-051-1/+1
* Format sources using clang-format-10Alan Antonuk2020-12-241-3/+3
* lib: check frame_size is >= INT32_MAXAlan Antonuk2019-11-041-3/+12
* Format code with clang-formatAlan Antonuk2017-12-051-168/+144
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* Lib: simplify the byte-swap codeAlan Antonuk2017-08-201-20/+24
* Lib: add timeout for amqp_login and friendspr383Haster2016-11-271-6/+25
* Lib: correct types in ENFORCE_STATE macro.win32_warn2Alan Antonuk2016-04-091-9/+9
* Lib: remove unreachable return statementsAlan Antonuk2016-04-091-2/+2
* Lib: amqp_frame_to_bytes: use temp bytes_tAlan Antonuk2015-12-251-4/+8
* Lib: Removed unused include <assert.h>pr314Ivan Skytte Jørgensen2015-10-181-1/+0
* lib: use MSG_MORE on Linux for basic.publishAlan Antonuk2015-05-311-3/+11
* Add amqp_get_client_properties functionAlan Antonuk2015-05-061-0/+6
* Disable MSVC secure-RTL function warnings.Alan Antonuk2015-05-041-0/+4
* Fix int truncation warnings on Win32Alan Antonuk2015-05-041-6/+6
* Check for heartbeats when in blocking send.timer_refactorAlan Antonuk2015-05-031-3/+22
* Remove writev specific code.Alan Antonuk2015-05-031-2/+3
* Refactor frame encoding to its own function.Alan Antonuk2015-05-031-40/+45
* Extract deadline as param of try_writev/try_sendAlan Antonuk2015-05-031-2/+3
* Refactor heartbeat timeout code to be simplerAlan Antonuk2015-05-031-14/+19
* Rename amqp_timer.[ch] to amqp_time.[ch].Alan Antonuk2015-05-031-1/+1
* Add support for send/writev in non-blocking modeAlan Antonuk2015-04-191-3/+3
* Add methods to get frame_max and heartbeat of the connectionBogdan Padalko2015-02-111-0/+10
* 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