summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_table.c
Commit message (Expand)AuthorAgeFilesLines
* FIX: amqp_table_clone handle 0-len table correctlyAlan Antonuk2013-07-101-13/+30
* Add amqp_table_clone() to deep-copy a amqp_table_tAlan Antonuk2013-07-061-0/+133
* Report out of buf space error in amqp_table_encodeAlan Antonuk2013-06-131-14/+23
* Expose public error-code interfaceAlan Antonuk2013-06-131-19/+19
* Updating license yearAlan Antonuk2013-04-081-0/+3
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-58/+85
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+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
* 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
* Introduce new codec helper inline functions; convert amqp_table.cDavid Wragg2010-10-211-247/+250
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-1/+1
* Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-8/+8
* Check results of amqp_pool_alloc() and friends.Tony Garnock-Jones2010-04-161-2/+12
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-211-0/+50
* Fix small memory leak. Thanks to Noah Fontes for noticing and supplying a patch.Tony Garnock-Jones2010-02-181-0/+4
* Implement Qpid/RabbitMQ/0-9-1 field table types.Tony Garnock-Jones2009-11-171-61/+265
* Better support for tablesTony Garnock-Jones2009-05-061-0/+20
* More allocation check corrections.Tony Garnock-Jones2009-04-291-0/+1
* Be more careful about checking allocation results.Tony Garnock-Jones2009-04-291-1/+10
* Publication works!Tony Garnock-Jones2009-04-261-9/+6
* Codegen, codecTony Garnock-Jones2009-04-251-0/+143