summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* add missing initializersbug21814David Wragg2010-08-091-2/+2
* Refine amqp-consume options for 0-9-1 queue declaration semanticsDavid Wragg2010-08-082-81/+67
* make distcheck was failing because of a missing $(srcdir) relative-referencebug23089David Wragg2010-08-071-1/+1
* We were neglecting to free the constructed command linebug22825David Wragg2010-07-281-1/+3
* Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-282-4/+4
* Free heap-allocated error stringsDavid Wragg2010-07-271-6/+13
* Remove redundant includes of popt.hDavid Wragg2010-07-272-4/+0
* Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-261-1/+1
* More unix and windows support files in distributionsTony Garnock-Jones2010-06-061-0/+5
* Merge default into bug22825Tony Garnock-Jones2010-06-0612-120/+598
|\
| * Merge default into bug22825David Wragg2010-06-065-2/+441
| |\
| * | A Windows port, using MinGW/MSYSDavid Wragg2010-05-3010-69/+559
| * | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-304-38/+33
| * | 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-305-8/+2
* | | Fix up clean rulesTony Garnock-Jones2010-06-061-4/+1
* | | Fix up packaging: xmlto was getting confused in build/source separationTony Garnock-Jones2010-06-062-41/+47
| |/ |/|
* | Fix packagingTony Garnock-Jones2010-06-061-0/+8
* | Documentation for amqp-{declare,delete}-queuebug22805Tony Garnock-Jones2010-06-063-1/+227
* | Merge default into bug22805Tony Garnock-Jones2010-06-063-1/+206
|\ \ | |/ |/|
| * Notice errors rather than sigsegv/sigbusTony Garnock-Jones2010-06-062-0/+6
| * Declare and delete queue utilitiesTony Garnock-Jones2010-06-053-1/+200
* | Add docbook-based man pages for toolsDavid Wragg2010-05-256-1/+542
* | Move the common_consume code into consume.cDavid Wragg2010-05-257-232/+127
|/
* Fix make distcheckTony Garnock-Jones2010-03-071-1/+1
* amqp-consume should display usage info when the command is omitted.David Wragg2010-02-232-6/+6
* Add license blockDavid Wragg2010-02-217-0/+350
* Command line AMQP tools based on rabbitmq-cDavid Wragg2010-02-208-0/+741