summaryrefslogtreecommitdiff
path: root/tests/test_tables.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-271-34/+2
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-051-1/+1
* Format code with clang-formatAlan Antonuk2017-12-051-127/+108
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* Fix: small warning fixes.Alan Antonuk2016-04-091-0/+3
* Test: correct overflow in constant.Alan Antonuk2016-04-091-1/+1
* Test: use correct printf for unsigned.Alan Antonuk2016-04-091-1/+1
* tests: fix memory leak in test_table.cAlan Antonuk2015-06-071-1/+2
* Win32: fixup a few MSVC warnings in test & examplesAlan Antonuk2015-06-021-4/+6
* Correct usage of amqp_error_string in test codeAlan Antonuk2013-06-141-2/+2
* Updating license yearAlan Antonuk2013-04-081-0/+3
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-24/+36
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* Adding tests/ directory to CMake buildAlan Antonuk2012-05-241-1/+1
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-171-4/+3
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-26/+20
* Convert to non-recursive AutomakeMichael Steinert2012-05-171-1/+1
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Automatically run test_tables in 'make check'David Wragg2011-09-211-121/+233
* Remove the redundant float and double encoding testsDavid Wragg2011-09-211-26/+0
* Don't emit trailing spaces in test_tables.cDavid Wragg2011-07-051-14/+14
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Make test_tables.c ISO C90 cleanDavid Wragg2010-10-211-91/+194
* Eliminate unnecessary includes of errno.hDavid Wragg2010-07-281-1/+0
* Free heap-allocated error stringsDavid Wragg2010-07-271-4/+6
* Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-2/+4
* Remove uses of the GNU-specific %ll printf format modifierDavid Wragg2010-05-301-14/+14
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-211-0/+50
* Implement Qpid/RabbitMQ/0-9-1 field table types.Tony Garnock-Jones2009-11-171-22/+225
* Better support for tablesTony Garnock-Jones2009-05-061-0/+44