summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* lib: regenerate framing with codegen v3.8.14Alan Antonuk2021-04-201-0/+74
* cmake: remove framing generation from cmakeAlan Antonuk2021-04-201-48/+2
* lib: Fix minor issues with codegenAlan Antonuk2021-04-202-0/+2
* cmake: delete unused LIBRABBITMQ_INCLUDE_DIRS and RMQ_LIBRARY_TARGETAlan Antonuk2021-04-191-9/+1
* cmake: use OpenSSL::SSL imported targetAlan Antonuk2021-04-191-4/+3
* cmake: add alias targets for library targetsAlan Antonuk2021-04-181-0/+4
* 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-111-1/+9
* ssl: remove obsolete amqp_hostcheckAlan Antonuk2021-04-073-245/+0
* Add TLSv1.3 support and set min-version to TLSv1.2Alan Antonuk2021-04-061-8/+13
* ssl: drop support OpenSSL v1.1.0 and olderAlan Antonuk2021-04-066-285/+2
* cmake: use GenerateExportHeader for AMQP_EXPORTAlan Antonuk2021-04-063-33/+43
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-058-15/+29
* Move public header files to include directoryAlan Antonuk2021-04-055-4058/+11
* win32: remove obsolete msinttypes/stdint.hAlan Antonuk2021-04-052-254/+0
* cmake: use modern version of project() commandAlan Antonuk2021-04-011-2/+0
* Bumping revision for development.Alan Antonuk2021-03-311-2/+2
* Preparation for v0.11.0 releasev0.11.0Alan Antonuk2021-03-311-1/+1
* ssl: correct since version on amqp_set_ssl_engine and amqp_ssl_socket_set_key...Alan Antonuk2021-03-311-2/+2
* ssl: Support password protected keysFake2021-03-302-0/+21
* ssl: remove reference to FIPS_set_modeAlan Antonuk2021-03-041-4/+0
* Format sources using clang-format-10Alan Antonuk2020-12-247-31/+33
* docs: fix simple typo, throughly -> thoroughlyTim Gates2020-10-181-1/+1
* Support openssl engine settingHan Mai2020-06-254-3/+111
* lib: correct amqp_time_from_now behavior at {0, 0}Alan Antonuk2020-06-213-15/+4
* Allow use of pthreads with WindowsZane van Iperen2020-06-211-14/+3
* Add rabbitmq-c-config.cmake generationEric Huff2020-05-311-2/+2
* Updating how openssl is configuredMichael D. Stemle, Jr2020-04-191-3/+1
* Fix repeated word and spelling in api docAndriy Gelman2020-01-291-1/+1
* win32: define AMQP_UNUSED for win32Alan Antonuk2019-12-291-1/+1
* Fix unused parameter warning in amqp_time_tv_untilSteven Van Ingelgem2019-12-292-8/+11
* Make all timeval's constantSteven Van Ingelgem2019-12-299-32/+33
* win32: disable secure CRT warnings in OpenSSL codeAlan Antonuk2019-12-241-0/+4
* ssl: fix OpenSSL modes to correct non-blocking behaviorAlan Antonuk2019-12-111-0/+5
* lib: fix openSSL symbol clash on win32 (#583)Zane van Iperen2019-12-082-1/+5
* Bumping revision for developmentAlan Antonuk2019-12-011-2/+2
* Preparation for v0.10.0 releasev0.10.0Alan Antonuk2019-12-011-1/+1
* lib: check frame_size is >= INT32_MAXAlan Antonuk2019-11-041-3/+12
* ssl: Add amqp_ssl_socket_get_context()Zane van Iperen2019-05-142-0/+20
* Set AMQP_DEFAULT_MAX_CHANNELS to 2047Alan Antonuk2018-09-081-2/+5
* OpenSSL should ignore missing config fileAlan Antonuk2018-09-081-2/+3
* Bumping revision for developmentAlan Antonuk2018-05-081-2/+2
* Preparation for v0.9.0 release.v0.9.0-masterAlan Antonuk2018-05-081-3/+3
* Lib: Present "exchange_exchange_bindings" capability to serverJesus Fernandez Manzano2018-05-071-1/+3
* Lib: Add #defines to allow building with LibreSSLZane van Iperen2018-04-101-1/+4
* lib: define WINVER under mingwAlan Antonuk2018-03-281-1/+4
* Lib: Fixed an invalid CHECK_SUCCESS in amqp_set_initialize_ssl_libraryZane van Iperen2018-03-271-1/+1