summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_private.h
Commit message (Expand)AuthorAgeFilesLines
* restore compatibility with old Microsoft compilersFabio Napoli2021-11-121-1/+2
* lib: compatibility with old Borland compilersFábio Machado de Oliveira2021-08-231-0/+4
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-271-35/+3
* lib: remove unused AMQP_PRIVATE macroAlan Antonuk2021-05-191-6/+0
* lib remove undefined func amqp_ssl_error_stringAlan Antonuk2021-04-131-4/+0
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-051-2/+2
* win32: define AMQP_UNUSED for win32Alan Antonuk2019-12-291-1/+1
* Format code with clang-formatAlan Antonuk2017-12-051-39/+32
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* Lib: simplify the byte-swap codeAlan Antonuk2017-08-201-115/+99
* Lib: add methods to set timeout of AMQP RPCsrpc-timeoutAlan Antonuk2017-03-151-0/+2
* Lib: add timeout for amqp_login and friendspr383Haster2016-11-271-1/+5
* - Modified to enable cross-compilation with mingw-w64 cross compiler.Darmawan Salihun2016-10-141-2/+2
* Lib: fix undefined behavior in amqp_encode_bytesAlan Antonuk2016-08-201-0/+7
* Add NORETURN macro for MSVCJakub Stefański2016-04-211-0/+4
* Lib: add amqp_rpc_reply_error convenience functionAlan Antonuk2016-04-091-0/+7
* Lib: fix incorrect preprocessor conditionalIvan Skytte Jørgensen2015-10-181-1/+1
* lib: use MSG_MORE on Linux for basic.publishAlan Antonuk2015-05-311-0/+2
* Add amqp_get_client_properties functionAlan Antonuk2015-05-061-0/+1
* Add amqp_bytes_equal comparison function.Alan Antonuk2015-05-051-0/+2
* Refactor heartbeat timeout code to be simplerAlan Antonuk2015-05-031-13/+10
* Rename amqp_timer.[ch] to amqp_time.[ch].Alan Antonuk2015-05-031-1/+1
* Simplify the timer/timeout logic.Alan Antonuk2015-04-191-1/+1
* Return NEEDREAD status from amqp_tcp_socket_recvAlan Antonuk2015-04-191-0/+9
* Update copyright on files changed in 2014.Alan Antonuk2014-08-261-1/+1
* Add platform, version, copyright client propertiesAlan Antonuk2014-08-251-0/+3
* Correct #include <sys/uio.h> location.Alan Antonuk2014-05-071-0/+1
* Mingw: specify WINVER 0x0502 when unspecified.Alan Antonuk2014-04-131-0/+8
* Add amqp_get_broker_properties() functionAlan Antonuk2013-08-151-0/+3
* Code clarity improvements in heartbeat handlingAlan Antonuk2013-06-261-0/+16
* Add support for heartbeats in amqp_basic_publishAlan Antonuk2013-06-251-0/+2
* Add partial support for heartbeats in wait_frameAlan Antonuk2013-06-251-0/+3
* Channel-based memory managementAlan Antonuk2013-06-211-2/+17
* Move amqp_os_socket* funcs to amqp_socket.h/cAlan Antonuk2013-06-131-2/+4
* Expose public error-code interfaceAlan Antonuk2013-06-131-22/+0
* Add very rudimentary error code handling for SSLAlan Antonuk2013-04-171-0/+5
* Start addressing review commentsMichael Steinert2013-04-091-1/+1
* Propose new socket APIMichael Steinert2013-04-091-8/+2
* Add checks for Unix-specific header filesMichael Steinert2013-04-091-1/+4
* Implement SSL/TLS over CyaSSL, GnuTLS, OpenSSL & PolarSSL backendsMichael Steinert2013-04-091-2/+2
* Add plumbing for SSL/TLS supportMichael Steinert2013-04-091-0/+11
* Updating license yearAlan Antonuk2013-04-081-0/+3
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-81/+79
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* Provide replacement for htonll where not availableAlan Antonuk2012-10-201-3/+36
* Merge pull request #22 from glassresistor/masterAlan Antonuk2012-05-261-0/+2
|\
| * added fix for smartosMichael Clemmons2012-05-231-0/+2
* | Cleaning up Public API decorators on Win32Alan Antonuk2012-05-231-3/+0
* | Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-171-3/+21
* | Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-0/+9
|/