summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_table.c
Commit message (Expand)AuthorAgeFilesLines
* fix: recursion when decoding arrays.Alan Antonuk2023-03-121-4/+4
* fix: limit recursion in table decodingAlan Antonuk2023-03-101-9/+25
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-271-34/+2
* Format sources using clang-format-10Alan Antonuk2020-12-241-2/+2
* Lib: check encoded table length isn't too longAlan Antonuk2018-01-091-0/+4
* Lib: check encoded array length isn't too longAlan Antonuk2018-01-091-0/+4
* Format code with clang-formatAlan Antonuk2017-12-051-179/+178
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* Lib: don't pass NULL to memcpy in amqp_table.cscan-build-fixesAlan Antonuk2015-11-101-5/+13
* Make amqp_table_clone first parameter const.Alan Antonuk2015-05-061-3/+3
* Add convenience funcs for creating table entries.Alan Antonuk2015-05-051-0/+40
* Fix int truncation warnings on Win32Alan Antonuk2015-05-041-5/+5
* 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