summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_private.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'alanxz/master'HEADmasterAsk Solem2014-10-241-1/+5
|\
| * 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
* | Merge branch 'alanxz/master'Ask Solem2014-04-141-0/+11
|\ \ | |/
| * Mingw: specify WINVER 0x0502 when unspecified.Alan Antonuk2014-04-131-0/+8
| * Add amqp_get_broker_properties() functionAlan Antonuk2013-08-151-0/+3
* | Use _AMQP_INLINE for llvm supportAsk Solem2013-07-031-111/+15
* | Merge branch 'alanxz/master'Ask Solem2013-07-031-31/+191
|\ \ | |/
| * 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
* | Define AMQP_INLINE staticAsk Solem2012-07-311-1/+1
* | llvm-gcc doesn't like static inlineAsk Solem2012-07-271-9/+23
|/
* 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
|/
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Add support for parsing amqp URLs to librabbitmqDavid Wragg2011-09-211-1/+2
* Comment magical memcpysbug24349David Wragg2011-08-181-2/+6
* Don't rely on unaligned accesses or little-endiannessDavid Wragg2011-08-171-7/+27
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Make the examples compile and work under WindowsDavid Wragg2010-10-211-6/+0
* Make test_tables.c ISO C90 cleanDavid Wragg2010-10-211-9/+0
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-4/+6
* Eliminate the AMQP_CHECK_RESULT macroDavid Wragg2010-10-211-9/+0
* Eliminate the old codec macrosDavid Wragg2010-10-211-25/+0
* Convert other librabbitmq .c files to the new helper functionsDavid Wragg2010-10-211-17/+16
* Eliminate the amqp_assert macroDavid Wragg2010-10-211-8/+1
* Introduce new codec helper inline functions; convert amqp_table.cDavid Wragg2010-10-211-10/+104
* Get autoconf to detect the inline function syntaxDavid Wragg2010-10-211-0/+2
* Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-281-1/+1
* ERROR_HOST_NOT_FOUND -> ERROR_GETHOSTBYNAME_FAILEDDavid Wragg2010-07-261-1/+1
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-4/+1