Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an option to limit how many messages are consumed | David Wragg | 2011-11-09 | 2 | -3/+24 |
| | |||||
* | Adding missing include in tools CMakeLists.txt | Alan Antonuk | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | Adding POPT CMake lib finder. | Alan Antonuk | 2011-11-01 | 1 | -6/+6 |
| | | | | | Utilities in the tools/ directory will now be built if the popt library is found | ||||
* | Adding CMake files to build tools, but not enabled | Alan Antonuk | 2011-10-30 | 1 | -0/+34 |
| | | | | | Did not enable because it requires popt and cmake needs to know how to the popt headers and library | ||||
* | Add amqp URL support to the toolsbug24440 | David Wragg | 2011-09-21 | 1 | -28/+119 |
| | |||||
* | die_errno should use the err parameter, not errno | David Wragg | 2011-07-05 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace | David Wragg | 2011-07-05 | 11 | -43/+43 |
| | |||||
* | Update copyright notices | David Wragg | 2011-03-01 | 13 | -247/+91 |
| | | | | And generally bring debian/copyright up to date. | ||||
* | More fixes for VPATH-based builds | Tony Garnock-Jones | 2010-12-17 | 1 | -1/+5 |
| | | | | Reported by Tony Garnock-Jones. | ||||
* | Comment typo fixes | David Wragg | 2010-11-24 | 1 | -3/+4 |
| | |||||
* | Fix a bug in the asprintf implementation | David Wragg | 2010-10-28 | 1 | -3/+6 |
| | | | | *strp[len] does not mean (*strp)[len] | ||||
* | Construct the command line to conform to Windows escaping conventions | David Wragg | 2010-10-27 | 1 | -8/+28 |
| | | | | | | Those conventions are crazier than I thought. I leaned about this from <http://blogs.msdn.com/b/oldnewthing/archive/2010/09/17/10063629.aspx>. | ||||
* | Fix compiler warnings | David Wragg | 2010-10-21 | 1 | -4/+3 |
| | |||||
* | Eliminate the AMQP_EMPTY_* macros from amqp.h | David Wragg | 2010-10-21 | 3 | -6/+6 |
| | | | | Hooray, amqp.h is now ISO C90 clean. | ||||
* | Merge bug22951 into default (Make the C client on default use 0-9-1) | David Wragg | 2010-09-03 | 1 | -1/+1 |
|\ | |||||
| * | merge default into bug22951 | Alexandru Scvortov | 2010-08-17 | 3 | -82/+68 |
| |\ | |||||
| * | | removed auto-delete parameter from exchange.declare | Alexandru Scvortov | 2010-08-16 | 1 | -1/+1 |
| | | | |||||
| * | | merged default into bug22951 | Alexandru Scvortov | 2010-08-04 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | this branch is default with amqp_0_9_1 merged in; everything seems to work fine | Alexandru Scvortov | 2010-07-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Harmonize uses of die_amqp_error: it now expects the result code, with ↵bug23163 | Tony Garnock-Jones | 2010-08-20 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | negative meaning error | ||||
* | | | | Man page grammar tweak | David Wragg | 2010-08-16 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | add missing initializersbug21814 | David Wragg | 2010-08-09 | 1 | -2/+2 |
| | | | |||||
* | | | Refine amqp-consume options for 0-9-1 queue declaration semantics | David Wragg | 2010-08-08 | 2 | -81/+67 |
| | | | |||||
* | | | make distcheck was failing because of a missing $(srcdir) relative-referencebug23089 | David Wragg | 2010-08-07 | 1 | -1/+1 |
|/ / | |||||
* | | We were neglecting to free the constructed command linebug22825 | David Wragg | 2010-07-28 | 1 | -1/+3 |
| | | | | | | | | And fix a tyop in an error message. | ||||
* | | Fix "const char *" to "void *" conversion warnings | David Wragg | 2010-07-28 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | Functions returning a heap-allocated string should return a "char *", not a "const char *": Because the result is heap-allocated and becomes the responsibility of the caller, it is certainly modifiable. And the pointer will likely get passed to free(), triggering a conversion warning from gcc. So remove all the relevant consts. | ||||
* | | Free heap-allocated error strings | David Wragg | 2010-07-27 | 1 | -6/+13 |
| | | | | | | | | Even though we are about to exit anyway. | ||||
* | | Remove redundant includes of popt.h | David Wragg | 2010-07-27 | 2 | -4/+0 |
| | | |||||
* | | Fold amqp_end_connection socket closing into amqp_destroy_connection | David Wragg | 2010-07-26 | 1 | -1/+1 |
| | | |||||
* | | More unix and windows support files in distributions | Tony Garnock-Jones | 2010-06-06 | 1 | -0/+5 |
| | | |||||
* | | Merge default into bug22825 | Tony Garnock-Jones | 2010-06-06 | 12 | -120/+598 |
|\ \ | |/ |/| | |||||
| * | Merge default into bug22825 | David Wragg | 2010-06-06 | 5 | -2/+441 |
| |\ | |||||
| * | | A Windows port, using MinGW/MSYS | David Wragg | 2010-05-30 | 10 | -69/+559 |
| | | | |||||
| * | | Make error codes returned by librabbitmq functions opaque | David Wragg | 2010-05-30 | 4 | -38/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows doesn't generally use POSIX error codes, which poses a problem for librabbitmq's approach of using those error codes in its API. So make the librabbitmq error codes opaque: They are still be integers, but client code is not supposed to assume anything about them, except that they can be passed to a new amqp_error_string() function which returns the corresponding error message Internally, the error codes are either taken from a set of librabbitmq-specific values, or correspond to an OS-specific (POSIX or win32) error code, with a simple encoding to indicate which is which. | ||||
| * | | Add amqp_end_connection, which closes the socket and destroys the connection | David Wragg | 2010-05-30 | 1 | -6/+5 |
| | | | |||||
| * | | Move all includes of popt.h into common.h, which depends on it anyway | David Wragg | 2010-05-30 | 5 | -8/+2 |
| | | | |||||
* | | | Fix up clean rules | Tony Garnock-Jones | 2010-06-06 | 1 | -4/+1 |
| | | | |||||
* | | | Fix up packaging: xmlto was getting confused in build/source separation | Tony Garnock-Jones | 2010-06-06 | 2 | -41/+47 |
| |/ |/| | |||||
* | | Fix packaging | Tony Garnock-Jones | 2010-06-06 | 1 | -0/+8 |
| | | |||||
* | | Documentation for amqp-{declare,delete}-queuebug22805 | Tony Garnock-Jones | 2010-06-06 | 3 | -1/+227 |
| | | |||||
* | | Merge default into bug22805 | Tony Garnock-Jones | 2010-06-06 | 3 | -1/+206 |
|\ \ | |/ |/| | |||||
| * | Notice errors rather than sigsegv/sigbus | Tony Garnock-Jones | 2010-06-06 | 2 | -0/+6 |
| | | |||||
| * | Declare and delete queue utilities | Tony Garnock-Jones | 2010-06-05 | 3 | -1/+200 |
| | | |||||
* | | Add docbook-based man pages for tools | David Wragg | 2010-05-25 | 6 | -1/+542 |
| | | |||||
* | | Move the common_consume code into consume.c | David Wragg | 2010-05-25 | 7 | -232/+127 |
|/ | | | | | | 95% of the options provided by the common_consume code don't actually make sense for amqp-get, and now I find myself documenting them, it seems more sensible to restrict them to amqp-consume. | ||||
* | Fix make distcheck | Tony Garnock-Jones | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | amqp-consume should display usage info when the command is omitted. | David Wragg | 2010-02-23 | 2 | -6/+6 |
| | |||||
* | Add license block | David Wragg | 2010-02-21 | 7 | -0/+350 |
| | |||||
* | Command line AMQP tools based on rabbitmq-c | David Wragg | 2010-02-20 | 8 | -0/+741 |