summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test: Bump timeout in tests to 5spr443Alan Antonuk2017-11-061-2/+2
* ci: Add coverage build to travissigiesec2017-10-301-1/+5
* test: add tests for basic.get, basic.consume & basic.publishsigiesec2017-10-302-0/+211
* 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
* Lib: amqp_parse_url should initialize outputAlan Antonuk2015-10-241-1/+0
* tests: fix memory leak in test_table.cAlan Antonuk2015-06-071-1/+2
* Win32: fixup a few MSVC warnings in test & examplesAlan Antonuk2015-06-022-4/+11
* win32: Enable static builds on Win32.Alan Antonuk2015-06-011-0/+1
* Add test for amqp_merge_capabilities function.auth_failureAlan Antonuk2015-05-062-0/+208
* Correct configure_file in tests directory.Alan Antonuk2015-05-021-1/+1
* Unit test for verify sasl mechanismsBhasker Allam2015-04-052-0/+76
* Make tests only link against static rabbitmqAlan Antonuk2015-04-051-3/+3
* Add test for amqp_error_string2() for new values.Alan Antonuk2015-01-062-0/+60
* CMake: Add -DHAVE_CONFIG_H to tests/*.cAlan Antonuk2014-04-131-0/+2
* [openssl] Support wildcard hostname verificationMichael Steinert2014-03-042-0/+83
* Correct usage of amqp_error_string in test codeAlan Antonuk2013-06-142-3/+3
* Fix code formatting to match the rest of the libAlan Antonuk2013-04-171-30/+30
* Add amqps:// support to the URL parserMichael Steinert2013-04-091-15/+96
* Updating license yearAlan Antonuk2013-04-082-0/+6
* Formatted source code with astyle utiltyAlan Antonuk2013-04-082-131/+143
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-053-0/+3
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-2/+2
* Make inttypes.h available when compiling for msvcAlan Antonuk2012-10-022-0/+312
* Removed redundant msinttypes inclusion in testsAndrew Kravchuk2012-07-231-5/+0
* msinttypes.h is always required on MSVC for testsAlan Antonuk2012-05-241-0/+5
* Adding tests/ directory to CMake buildAlan Antonuk2012-05-242-1/+11
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-171-4/+3
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-172-27/+21
* Convert to non-recursive AutomakeMichael Steinert2012-05-172-19/+1
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-122-52/+40
* Update copyright 2012Emile Joubert2012-02-022-2/+2
* Add support for parsing amqp URLs to librabbitmqDavid Wragg2011-09-212-1/+175
* Automatically run test_tables in 'make check'David Wragg2011-09-212-122/+236
* 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
* Remove trailing whitespaceDavid Wragg2011-07-051-9/+9
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Use the msinttypes header when building with the Microsoft compilerDavid Wragg2010-10-211-0/+4
* Make test_tables.c ISO C90 cleanDavid Wragg2010-10-212-92/+195
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-0/+8
* Eliminate unnecessary includes of errno.hDavid Wragg2010-07-281-1/+0
* Free heap-allocated error stringsDavid Wragg2010-07-271-4/+6
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-1/+1
* 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
* Add expected output for test_tablesTony Garnock-Jones2009-11-171-0/+90
* Implement Qpid/RabbitMQ/0-9-1 field table types.Tony Garnock-Jones2009-11-171-22/+225