summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add oss-fuzz badge to README.mdAlan Antonuk2023-05-011-0/+2
| | | | | | Shows oss-fuzz status at a glance. Signed-off-by: GitHub <noreply@github.com>
* More tweaks to LICENSE file for github detectionAlan Antonuk2021-07-261-0/+31
| | | | | | | This does not change the license or copyright of rabbitmq-c. This tweaks the LICENSE file so that github properly detects the license. Signed-off-by: GitHub <noreply@github.com>
* Update build status badge to new github actionsAlan Antonuk2021-04-191-1/+1
| | | | | | The travis build has been turned off for a while. Signed-off-by: GitHub <noreply@github.com>
* doc: update required cmake version in README.mdAlan Antonuk2021-04-131-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* ssl: drop support OpenSSL v1.1.0 and olderAlan Antonuk2021-04-061-2/+2
| | | | | | | | | | | | v1.1.0 and older is no longer supported by OpenSSL (https://www.openssl.org/policies/releasestrat.html). While there is the possibility that someone is paying for support for v1.0.2, this library is not regularly tested against these versions. As a side-effect older workarounds for hostname verification can be removed. Signed-off-by: GitHub <noreply@github.com>
* Add vcpkg installation instructionswangli282020-06-211-0/+15
|
* Add option to run system tests (disabled by default).Simon Lepasteur2020-03-121-0/+2
| | | | | | | | | System tests require a RabbitMQ or other AMQP server to be running on `localhost` at TCP port number 5672 and therefore fails if no such server is running on the build machine. This is surprising for everyone running the standard `make test` to ensure the library is built correctly.
* Fix instructions for default buildRoss Cousens2018-07-151-1/+1
| | | The order of arguments were incorrect, --build must directly specify the directory afterwards.
* ssl: Make thread-safety unconditional in rabbitmq-cAlan Antonuk2017-12-101-2/+0
| | | | | | | | | Remove the option to disable thread-safety in the parts of rabbitmq-c that use OpenSSL, making it a requirement for thread-safety to use SSL with rabbitmq-c. The existing #ifdef's are a source of additional complexity and the non-thread-safe version is not well tested.
* Doc: add coveralls badge.sigiesec2017-10-301-0/+2
|
* Remove mention of autotools build in READMEAlan Antonuk2017-10-111-12/+0
|
* Doc: fix broken linkpr445Juan Eugenio Abadie2017-10-041-2/+2
|
* Fix link to rabbitmq-c-users link in README.mdAlan Antonuk2016-11-151-1/+1
| | | Fixes #388
* Docs: add link to new mailing list for rabbitmq-c-users.readme-updateAlan Antonuk2016-08-191-1/+2
|
* Preparation for v0.8.0 release.v0.8.0release_080Alan Antonuk2016-04-091-2/+2
|
* Update README.mdAlan Antonuk2015-04-271-6/+3
|
* Preparation for v0.6.0 release.v0.6.0Alan Antonuk2015-02-221-1/+1
|
* Update rabbitmq-users list linkAlan Antonuk2015-01-301-1/+1
|
* Give the docs section its own headerDave Rolsky2015-01-121-0/+2
|
* Preparation for v0.5.2 release.v0.5.2Alan Antonuk2014-09-131-3/+3
|
* Print message body in amqp[s]_listen[q] examples.Alan Antonuk2014-09-011-3/+0
| | | | This fixes #199.
* Preparation for v0.5.1 release.v0.5.1Alan Antonuk2014-08-111-2/+2
|
* Preparation for v0.5.0 releasev0.5.0Alan Antonuk2014-01-291-5/+5
|
* Update README.md Alan Antonuk2014-01-141-0/+1
| | | Include more completely instructions on how to build with autotools.
* Prep for v0.4.1 releaseAlan Antonuk2013-08-251-4/+4
|
* Updating version numbers for release of v0.4.0v0.4.0Alan Antonuk2013-08-131-4/+6
|
* Document public APIAlan Antonuk2013-08-131-32/+51
|
* autotools build needs pkg-config in README.mdAlan Antonuk2013-05-091-1/+1
| | | The autotools build needs pkg-config. Add this to the README.md file.
* Add download link for latest stable versionAlan Antonuk2013-01-171-0/+5
|
* Update README.md to reflect changes in build procedureAlan Antonuk2013-01-171-54/+33
|
* Add link to Doxygen docsAlan Antonuk2012-10-121-0/+3
|
* Adding travis-ci integrationAlan Antonuk2012-05-241-0/+2
|
* Making the CMakeLists.txt work with cmake v2.6Alan Antonuk2012-05-241-13/+6
| | | | | | | | Removing the ExternalProject code as it makes more sense to use the git submodule code. The CMakeLists.txt can now be made to work with cmake-v2.6 as a result
* Update build instructions for `codegen` submoduleMichael Steinert2012-05-171-9/+11
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Remove unnecessary filesMichael Steinert2012-05-171-1/+137
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add a README.md symlink so that github will render the markdownDavid Wragg2011-11-041-0/+1