summaryrefslogtreecommitdiff
path: root/tools/common.c
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-271-34/+2
* tools: remove unused config.h includeAlan Antonuk2021-04-191-4/+0
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-051-2/+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
* Format code with clang-formatAlan Antonuk2017-12-051-134/+79
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* Tools: fix --url parameter processing issues.tools-flagsAlan Antonuk2016-08-191-23/+20
* Add support for heartbeats in tools.tools_heartbeatAlan Antonuk2015-03-061-1/+10
* Make connection the socket object ownerAlan Antonuk2013-07-031-3/+2
* Preserve API/ABI of amqp_error_string()Alan Antonuk2013-06-141-2/+2
* Change amqp_error_string() to ret static stringsAlan Antonuk2013-06-131-14/+10
* 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-081-0/+3
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-296/+331
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-1/+4
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-4/+5
* Add config.h header guardsMichael Steinert2012-05-171-0/+2
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Add amqp URL support to the toolsDavid Wragg2011-09-211-28/+119
* die_errno should use the err parameter, not errnoDavid Wragg2011-07-051-1/+1
* Remove trailing whitespaceDavid Wragg2011-07-051-14/+14
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-211-1/+1
* Harmonize uses of die_amqp_error: it now expects the result code, with negati...Tony Garnock-Jones2010-08-201-6/+6
* Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-281-2/+2
* Free heap-allocated error stringsDavid Wragg2010-07-271-6/+13
* Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-261-1/+1
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-56/+3
* Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-30/+24
* Add amqp_end_connection, which closes the socket and destroys the connectionDavid Wragg2010-05-301-6/+5
* Move all includes of popt.h into common.h, which depends on it anywayDavid Wragg2010-05-301-2/+0
* Add docbook-based man pages for toolsDavid Wragg2010-05-251-1/+1
* Move the common_consume code into consume.cDavid Wragg2010-05-251-1/+1
* amqp-consume should display usage info when the command is omitted.David Wragg2010-02-231-4/+3
* Add license blockDavid Wragg2010-02-211-0/+50
* Command line AMQP tools based on rabbitmq-cDavid Wragg2010-02-201-0/+364