summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Switch from stdbool.h to amqp_boolean_tMichael Steinert2012-05-271-1/+1
* Fix non-SSL build in the tools directoryMichael Steinert2012-05-271-0/+4
* Add amqps:// support to the URL parserMichael Steinert2012-05-271-4/+14
* Implement SSL/TLS over CyaSSL, GnuTLS, OpenSSL & PolarSSL backendsMichael Steinert2012-05-271-15/+32
* Add plumbing for SSL/TLS supportMichael Steinert2012-05-271-1/+0
* 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
* Add config.h header guardsMichael Steinert2012-05-179-0/+24
* Convert to non-recursive AutomakeMichael Steinert2012-05-177-73/+0
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-1213-350/+272
* Update copyright 2012Emile Joubert2012-02-0213-13/+13
* Add an option to limit how many messages are consumedDavid Wragg2011-11-092-3/+24
* Adding missing include in tools CMakeLists.txtAlan Antonuk2011-11-011-1/+1
* Adding POPT CMake lib finder.Alan Antonuk2011-11-011-6/+6
* Adding CMake files to build tools, but not enabledAlan Antonuk2011-10-301-0/+34
* 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