summaryrefslogtreecommitdiff
path: root/tools/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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...bug23163Tony 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