summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add amqp URL support to the toolsbug24440David Wragg2011-09-211-28/+119
* die_errno should use the err parameter, not errnoDavid Wragg2011-07-051-1/+1
* Remove trailing whitespaceDavid Wragg2011-07-0511-43/+43
* Update copyright noticesDavid Wragg2011-03-0113-247/+91
* More fixes for VPATH-based buildsTony Garnock-Jones2010-12-171-1/+5
* Comment typo fixesDavid Wragg2010-11-241-3/+4
* Fix a bug in the asprintf implementationDavid Wragg2010-10-281-3/+6
* Construct the command line to conform to Windows escaping conventionsDavid Wragg2010-10-271-8/+28
* Fix compiler warningsDavid Wragg2010-10-211-4/+3
* Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-213-6/+6
* Merge bug22951 into default (Make the C client on default use 0-9-1)David Wragg2010-09-031-1/+1
|\
| * merge default into bug22951Alexandru Scvortov2010-08-173-82/+68
| |\
| * | removed auto-delete parameter from exchange.declareAlexandru Scvortov2010-08-161-1/+1
| * | merged default into bug22951Alexandru Scvortov2010-08-041-1/+1
| |\ \
| | * | this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-091-1/+1
* | | | Harmonize uses of die_amqp_error: it now expects the result code, with negati...bug23163Tony Garnock-Jones2010-08-201-6/+6
* | | | Man page grammar tweakDavid Wragg2010-08-161-1/+1
| |_|/ |/| |
* | | 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