| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Automated relicensing of source files MPL/GPL -> MIT | Marek Majkowski | 2012-04-12 | 1 | -26/+20 |
| | | |||||
| * | Update copyright 2012 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
| | | |||||
| * | Remove trailing whitespace | David Wragg | 2011-07-05 | 1 | -1/+1 |
| | | |||||
| * | Update copyright notices | David Wragg | 2011-03-01 | 1 | -19/+7 |
| | | | | | And generally bring debian/copyright up to date. | ||||
| * | Make the examples compile and work under Windows | David Wragg | 2010-10-21 | 1 | -6/+5 |
| | | |||||
| * | Eliminate the AMQP_EMPTY_* macros from amqp.h | David Wragg | 2010-10-21 | 1 | -4/+4 |
| | | | | | Hooray, amqp.h is now ISO C90 clean. | ||||
| * | Eliminate // comments | David Wragg | 2010-10-21 | 1 | -2/+2 |
| | | | | | They are not allowed in ISO C90. | ||||
| * | 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 |
| | | | |||||
| * | | Eliminate unnecessary includes of errno.h | David Wragg | 2010-07-28 | 1 | -1/+0 |
| | | | |||||
| * | | die_on_error expects a librabbitmq error code | David Wragg | 2010-07-27 | 1 | -1/+2 |
| | | | |||||
| * | | Fold amqp_end_connection socket closing into amqp_destroy_connection | David Wragg | 2010-07-26 | 1 | -1/+1 |
| | | | |||||
| * | | Make error codes returned by librabbitmq functions opaque | David Wragg | 2010-05-30 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Remove uses of the GNU-specific %ll printf format modifier | David Wragg | 2010-05-30 | 1 | -2/+2 |
| | | | | | | | | | | | The MS C runtime doesn't support it. Use the C99 inttypes.h macros instead, which is supplied by MinGW. | ||||
| * | | Add amqp_end_connection, which closes the socket and destroys the connection | David Wragg | 2010-05-30 | 1 | -2/+1 |
| |/ | |||||
| * | Update licensing to dual MPL/GPL | Tony Garnock-Jones | 2010-02-21 | 1 | -0/+50 |
| | | |||||
| * | Remove amqp_rpc_reply global variable, making it instead state-local | Tony Garnock-Jones | 2010-02-18 | 1 | -4/+4 |
| | | | | | | | and accessible only through amqp_get_rpc_reply(). Add a better comment on amqp_get_rpc_reply() to be a little clearer about when it's inappropriate to use it. | ||||
| * | Extend API to permit heartbeat configuration. | Tony Garnock-Jones | 2009-08-20 | 1 | -1/+1 |
| | | |||||
| * | Support for multiple channels. | Tony Garnock-Jones | 2009-05-12 | 1 | -2/+4 |
| | | | | | | | | - amqp_login() no longer does amqp_channel_open() for you - amqp_login() takes a channel_max argument - amqp_login() actually calls amqp_tune_connection() now - amqp_channel_close() and amqp_basic_publish() now take a channel number | ||||
| * | Use amq.direct instead of the default exchange | Tony Garnock-Jones | 2009-05-07 | 1 | -1/+1 |
| | | |||||
| * | Introduce more mid-level API | Tony Garnock-Jones | 2009-05-07 | 1 | -45/+8 |
| | | |||||
| * | Simple producer/consumer examples | Tony Garnock-Jones | 2009-04-30 | 1 | -0/+172 |
