summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-2714-442/+28
* cmake: make tools-common depend on popt::poptAlan Antonuk2021-04-191-6/+6
* cmake: remove unused if(XMLTO_FOUND) in tools dirAlan Antonuk2021-04-191-34/+29
* cmake: modernize tools CMakeListsAlan Antonuk2021-04-191-33/+33
* tools: remove unused config.h includeAlan Antonuk2021-04-199-36/+0
* cmake: specify COMPONENT on install commandsAlan Antonuk2021-04-111-4/+3
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-052-4/+4
* Use cmake TIMESTAMP functionBernhard M. Wiedemann2020-12-221-1/+2
* tool: fix issue parsing hostname in --server flagAlan Antonuk2020-08-091-0/+1
* tool: set port when not specified in --server flagAlan Antonuk2020-08-061-0/+7
* Install manpages into DATAROOTDIRAlexander Kapshuna2018-10-191-1/+1
* Format code with clang-formatAlan Antonuk2017-12-0510-390/+245
* Remove vim mode lines.formatAlan Antonuk2017-12-0414-14/+0
* tools-doc: correct typo in librabbitmq-tools.xmlAlan Antonuk2017-10-191-1/+1
* Add ability to specify headers on the command line for amqp-publishAndrew Gough2016-09-112-0/+48
* Tools: fix --url parameter processing issues.tools-flagsAlan Antonuk2016-08-191-23/+20
* Squash warnings about static initializers in tools.initializer_warningsAlan Antonuk2015-05-035-24/+24
* Add support for heartbeats in tools.tools_heartbeatAlan Antonuk2015-03-061-1/+10
* Enable SSL support for tools too.Michael Fladischer2014-10-171-0/+4
* amqp-consume: support consuming N messages at a timeAntonio Terceiro2014-09-032-3/+45
* Honor delivery mode value from command lineMarc Falzon2013-12-301-1/+1
* * tools/CMakeLists.txt: Fix missing POPT_INCLUDE_DIRS variable.Lieven Govaerts2013-09-131-1/+1
* Non-exclusive queue declaration in amqp-consume.Marc Falzon2013-08-212-5/+26
* Make connection the socket object ownerAlan Antonuk2013-07-031-3/+2
* listen to multiple routing keys separated by commasBrian Hammond2013-06-262-7/+58
* Preserve API/ABI of amqp_error_string()Alan Antonuk2013-06-141-2/+2
* Change amqp_error_string() to ret static stringsAlan Antonuk2013-06-132-16/+12
* Fix code formatting to match the rest of the libAlan Antonuk2013-04-171-14/+23
* Start addressing review commentsMichael Steinert2013-04-091-2/+2
* Set the client key/cert in one API callMichael Steinert2013-04-091-4/+1
* Add API to load SSL keys from a bufferMichael Steinert2013-04-091-2/+5
* Add checks for derived socket typeMichael Steinert2013-04-091-1/+1
* Propose new socket APIMichael Steinert2013-04-091-28/+27
* Fix non-SSL build in the tools directoryMichael Steinert2013-04-091-3/+6
* Add amqps:// support to the URL parserMichael Steinert2013-04-091-36/+32
* Implement SSL/TLS over CyaSSL, GnuTLS, OpenSSL & PolarSSL backendsMichael Steinert2013-04-091-15/+32
* Add plumbing for SSL/TLS supportMichael Steinert2013-04-091-1/+0
* Updating license yearAlan Antonuk2013-04-0813-0/+39
* Formatted source code with astyle utiltyAlan Antonuk2013-04-0812-810/+910
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-0514-0/+14
* Fix for XmlTo not found warning in tools directoryAlan Antonuk2013-01-191-3/+3
* Build without amqp_framing.py codegenAlan Antonuk2013-01-161-1/+1
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-5/+5
* Adding CMake procedure to build/install tools manpagesAlan Antonuk2012-05-241-0/+39
* Adding the amqp-* tools to install targetAlan Antonuk2012-05-241-0/+5
* Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-1/+4
* Cleanup Win32 artifactsMichael Steinert2012-05-175-1/+1
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-176-9/+10