summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparation for v0.12.0 releasev0.12.0Alan Antonuk2023-02-013-2/+17
* Define OPENSSL_API_COMPAT to 1.1.0 version.Alan Antonuk2023-02-012-0/+6
* fix invalid Cflags property nameUgo Cottin2022-10-091-1/+1
* fuzzer deployment (#734)Arjun2022-07-257-0/+243
* tools: print verbose error message when failed to open a socketEgor Ignatov2022-01-261-1/+1
* tools: enable ssl in connection_info if --ssl used with --serverEgor Ignatov2022-01-261-2/+6
* restore compatibility with old Microsoft compilersFabio Napoli2021-11-121-1/+2
* Fix no rabbitmq target when building static-onlyAlan Antonuk2021-09-291-1/+5
* cmake: removed unused CheckCCompilerFlagAlan Antonuk2021-09-271-1/+0
* lib: compatibility with old Borland compilersFábio Machado de Oliveira2021-08-233-6/+14
* Update framing to latest RabbitMQ 3.8.19Alan Antonuk2021-07-271-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