summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update framing to latest RabbitMQ 3.8.19updateframingAlan Antonuk2021-07-281-1/+1
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-2770-2027/+168
* More tweaks to LICENSE file for github detectionAlan Antonuk2021-07-262-6/+34
* Tweak LICENSE file so that github recognizes itAlan Antonuk2021-07-261-0/+2
* cmake: Change definition of OpenSSL dep in pc fileDaniel Engberg2021-07-131-2/+1
* cmake: only enable doxygen when configured toAlan Antonuk2021-05-201-6/+2
* lib: remove use of msinttypesAlan Antonuk2021-05-202-311/+0
* lib: delete obsolete inline keyword detectionAlan Antonuk2021-05-203-33/+0
* lib: compile rabbitmq-c as C99Alan Antonuk2021-05-201-1/+1
* lib: remove unused AMQP_PRIVATE macroAlan Antonuk2021-05-191-6/+0
* cmake: remove unused RMQ_LIBRARY_TARGET varAlan Antonuk2021-04-281-2/+0
* lib: fix clang-tidy finding in simple_rpc_innerAlan Antonuk2021-04-281-1/+1
* lib: remove unused store in amqp_urlAlan Antonuk2021-04-281-1/+1
* ci: Add github CodeQL configurationAlan Antonuk2021-04-271-0/+50
* lib: update framing regenerator to use python 3Alan Antonuk2021-04-202-98/+96
* ci: add framing regeneration to CI configAlan Antonuk2021-04-202-1/+12
* lib: add tool to framing.h/amqp_framing.cAlan Antonuk2021-04-202-0/+18
* lib: regenerate framing with codegen v3.8.14Alan Antonuk2021-04-202-144/+254
* cmake: remove framing generation from cmakeAlan Antonuk2021-04-204-150/+2
* lib: make library version match release versionAlan Antonuk2021-04-202-6/+5
* lib: Fix minor issues with codegenAlan Antonuk2021-04-202-0/+2
* ci: enable building of tools manpagesAlan Antonuk2021-04-191-2/+3
* cmake: make tools-common depend on popt::poptAlan Antonuk2021-04-191-6/+6
* ci: build CLI tools in github actionsAlan Antonuk2021-04-192-8/+8
* ci: use ninja to build under linux/macosAlan Antonuk2021-04-192-7/+13
* cmake: remove unused if(XMLTO_FOUND) in tools dirAlan Antonuk2021-04-191-34/+29
* cmake: rename FindXMLTO.cmake to correct warningAlan Antonuk2021-04-192-2/+2
* Update build status badge to new github actionsAlan Antonuk2021-04-191-1/+1
* Remove out of date .ycm_extra_conf.py fileAlan Antonuk2021-04-191-157/+0
* cmake: set default for BUILD_TOOLS to OFFAlan Antonuk2021-04-191-15/+11
* cmake: delete unused LIBRABBITMQ_INCLUDE_DIRS and RMQ_LIBRARY_TARGETAlan Antonuk2021-04-191-9/+1
* cmake: modernize tools CMakeListsAlan Antonuk2021-04-191-33/+33
* Make FindPOPT.cmake import cmake targetsAlan Antonuk2021-04-191-18/+27
* tools: remove unused config.h includeAlan Antonuk2021-04-199-36/+0
* cmake: change BUILD_EXAMPLES to default to OFFAlan Antonuk2021-04-193-11/+13
* cmake: modernize examples CMakeListsAlan Antonuk2021-04-191-38/+32
* cmake: use OpenSSL::SSL imported targetAlan Antonuk2021-04-191-4/+3
* cmake: add alias targets for library targetsAlan Antonuk2021-04-181-0/+4
* doc: update required cmake version in README.mdAlan Antonuk2021-04-131-1/+1
* cmake: modernize lib target specificationAlan Antonuk2021-04-131-98/+126
* cmake: remove unused -DAMQP_BUILD definitionAlan Antonuk2021-04-131-2/+0
* lib remove undefined func amqp_ssl_error_stringAlan Antonuk2021-04-132-5/+0
* lib: use $ORIGIN for installed rpath on non-MacOSAlan Antonuk2021-04-111-0/+4
* cmake: specify COMPONENT on install commandsAlan Antonuk2021-04-113-5/+14
* ssl: remove obsolete amqp_hostcheckAlan Antonuk2021-04-075-321/+0
* Add TLSv1.3 support and set min-version to TLSv1.2Alan Antonuk2021-04-062-8/+14
* ssl: drop support OpenSSL v1.1.0 and olderAlan Antonuk2021-04-068-288/+5
* cmake: use GenerateExportHeader for AMQP_EXPORTAlan Antonuk2021-04-069-231/+168
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-0535-3954/+4123
* Move public header files to include directoryAlan Antonuk2021-04-057-13/+18