summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_private.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-8/+25
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-211-0/+50
* Remove amqp_rpc_reply global variable, making it instead state-localTony Garnock-Jones2010-02-181-0/+2
* Implement Qpid/RabbitMQ/0-9-1 field table types.Tony Garnock-Jones2009-11-171-2/+4
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-201-0/+1
* Support for multiple channels.Tony Garnock-Jones2009-05-121-0/+1
* Support parsing of protocol header.Tony Garnock-Jones2009-05-101-1/+7
* Include arpa/inet.h, for linuxTony Garnock-Jones2009-04-261-0/+2
* Publication works!Tony Garnock-Jones2009-04-261-8/+86
* More workTony Garnock-Jones2009-04-251-0/+6
* Codegen, codecTony Garnock-Jones2009-04-251-0/+48