summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Enable SSL support for tools too.Michael Fladischer2014-10-171-0/+4
* amqp-consume: support consuming N messages at a timeAntonio Terceiro2014-09-032-3/+45
* Honor delivery mode value from command lineMarc Falzon2013-12-301-1/+1
* * tools/CMakeLists.txt: Fix missing POPT_INCLUDE_DIRS variable.Lieven Govaerts2013-09-131-1/+1
* Non-exclusive queue declaration in amqp-consume.Marc Falzon2013-08-212-5/+26
* Make connection the socket object ownerAlan Antonuk2013-07-031-3/+2
* listen to multiple routing keys separated by commasBrian Hammond2013-06-262-7/+58
* Preserve API/ABI of amqp_error_string()Alan Antonuk2013-06-141-2/+2
* Change amqp_error_string() to ret static stringsAlan Antonuk2013-06-132-16/+12
* 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-0813-0/+39
* Formatted source code with astyle utiltyAlan Antonuk2013-04-0812-810/+910
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-0514-0/+14
* Fix for XmlTo not found warning in tools directoryAlan Antonuk2013-01-191-3/+3
* Build without amqp_framing.py codegenAlan Antonuk2013-01-161-1/+1
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-5/+5
* 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
| |\