| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge amqp_0_9_1 into bug22951 to remove headbug22951 | David Wragg | 2010-09-03 | 43 | -421/+1458 |
| |\ | |||||
| | * | removed references to the 0-9-1 branch in README | Alexandru Scvortov | 2010-08-26 | 1 | -30/+3 |
| | | | |||||
| | * | merge default into bug22951 | Alexandru Scvortov | 2010-08-17 | 5 | -96/+81 |
| | |\ | |||||
| | | * | Update MinGW URLs | David Wragg | 2010-08-11 | 1 | -13/+12 |
| | | | | |||||
| | | * | merge bug21814 into default | Alexandru Scvortov | 2010-08-09 | 2 | -81/+67 |
| | | |\ | |||||
| | | | * | 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 |
| | | |/ | |||||
| | | * | Merge bug23089 into default | David Wragg | 2010-08-07 | 2 | -2/+2 |
| | | |\ | |||||
| | | | * | make distcheck was failing because of a missing $(srcdir) relative-referencebug23089 | David Wragg | 2010-08-07 | 2 | -2/+2 |
| | | |/ | |||||
| | * | | removed auto-delete parameter from exchange.declare | Alexandru Scvortov | 2010-08-16 | 4 | -5/+3 |
| | | | | |||||
| | * | | remove superfluous code | Alexandru Scvortov | 2010-08-16 | 1 | -7/+0 |
| | | | | |||||
| | * | | merged default into bug22951 | Alexandru Scvortov | 2010-08-06 | 0 | -0/+0 |
| | |\ \ | | |/ | | | | | | | This removes all references to the AMQP extensions json file. | ||||
| | | * | merge bug23081 into default | Alexandru Scvortov | 2010-08-05 | 0 | -0/+0 |
| | | |\ | |||||
| | | * | | Remove redundant reference to AMQP_EXTENSIONS_JSON_PATHbug23081 | David Wragg | 2010-08-05 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | Update for recent changes to rabbitmq-codegen | David Wragg | 2010-08-05 | 2 | -13/+5 |
| | | |/ | |||||
| | * | | it's called routing_key in the spec | Alexandru Scvortov | 2010-08-04 | 2 | -3/+3 |
| | | | | |||||
| | * | | updated rabbitmq-c to the latest codegen | Alexandru Scvortov | 2010-08-04 | 2 | -3/+3 |
| | | | | |||||
| | * | | merged default into bug22951 | Alexandru Scvortov | 2010-08-04 | 10 | -23/+24 |
| | |\ \ | | |/ | |/| | |||||
| | | * | this branch is default with amqp_0_9_1 merged in; everything seems to work fine | Alexandru Scvortov | 2010-07-09 | 10 | -23/+24 |
| | | |\ | | |/ | |||||
| | * | | merge bug22825 into default | Alexandru Scvortov | 2010-07-29 | 0 | -0/+0 |
| | |\ \ | |||||
| | * | | | 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 typo and improve a few sentences around it. | David Wragg | 2010-07-28 | 1 | -7/+7 |
| | | | | | |||||
| | * | | | Fix "const char *" to "void *" conversion warnings | David Wragg | 2010-07-28 | 7 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | | Eliminate unnecessary includes of errno.h | David Wragg | 2010-07-28 | 4 | -4/+0 |
| | | | | | |||||
| | * | | | Free heap-allocated error strings | David Wragg | 2010-07-27 | 3 | -11/+22 |
| | | | | | | | | | | | | | | | | | Even though we are about to exit anyway. | ||||
| | * | | | die_on_error expects a librabbitmq error code | David Wragg | 2010-07-27 | 2 | -2/+4 |
| | | | | | |||||
| | * | | | Remove redundant includes of popt.h | David Wragg | 2010-07-27 | 2 | -4/+0 |
| | | | | | |||||
| | * | | | Add msys packages and instructions to run autoreconf under Windows | David Wragg | 2010-07-26 | 2 | -9/+27 |
| | | | | | |||||
| | * | | | Fold amqp_end_connection socket closing into amqp_destroy_connection | David Wragg | 2010-07-26 | 11 | -19/+16 |
| | | | | | |||||
| | * | | | Convert the socket_ prefix to amqp_socket_ | David Wragg | 2010-07-26 | 6 | -24/+25 |
| | | | | | |||||
| | * | | | Eliminate the socket_ prefix on connect | David Wragg | 2010-07-26 | 3 | -3/+1 |
| | | | | | | | | | | | | | | | | | To be consistent with the reduced consistency. | ||||
| | * | | | Replace socket_{read,write} with recv and send | David Wragg | 2010-07-26 | 4 | -18/+5 |
| | | | | | |||||
| | * | | | ERROR_HOST_NOT_FOUND -> ERROR_GETHOSTBYNAME_FAILED | David Wragg | 2010-07-26 | 3 | -3/+3 |
| | | | | | |||||
| | * | | | Merge default into bug22825 | David Wragg | 2010-07-26 | 3 | -2/+18 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge bug22931 into default (Default to TCP_NODELAY in librabbitmq) | David Wragg | 2010-07-11 | 1 | -1/+5 |
| | | |\ \ | | | |/ | | |/| | |||||
| | | | * | Dedup error handling codebug22931 | Tony Garnock-Jones | 2010-07-11 | 1 | -9/+3 |
| | | | | | |||||
| | | | * | Turn on TCP_NODELAY by default. | Tony Garnock-Jones | 2010-07-02 | 1 | -0/+10 |
| | | |/ | |||||
| | * | | Merge default into bug22825 | Tony Garnock-Jones | 2010-06-27 | 39 | -283/+1351 |
| | |\ \ | |||||
| | | * | | More unix and windows support files in distributions | Tony Garnock-Jones | 2010-06-06 | 1 | -0/+5 |
| | | | | | |||||
| | | * | | Include both unix and windows support files in distributions | Tony Garnock-Jones | 2010-06-06 | 1 | -1/+4 |
| | | | | | |||||
| | | * | | Merge default into bug22825 | Tony Garnock-Jones | 2010-06-06 | 39 | -282/+1342 |
| | | |\ \ | |||||
| | | | * \ | Merge default into bug22825 | David Wragg | 2010-06-06 | 7 | -2/+460 |
| | | | |\ \ | |||||
| | | | * | | | Fix some incorrect paths | David Wragg | 2010-06-06 | 1 | -3/+3 |
| | | | | | | | |||||
| | | | * | | | The MinGW team has changed all the download URLs on SourceForge | David Wragg | 2010-06-04 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Thanks guys. | ||||
| | | | * | | | Fix EXTRA_LIBS dependencies of librabbitmq | David Wragg | 2010-06-04 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I broke this with a last-minute change that I didn't test on Windows. Will I ever learn? | ||||
| | | | * | | | A Windows port, using MinGW/MSYS | David Wragg | 2010-05-30 | 26 | -114/+1113 |
| | | | | | | | |||||
| | | | * | | | Propagate write and writev errors correctly in amqp_send_frame | David Wragg | 2010-05-30 | 1 | -11/+14 |
| | | | | | | | |||||
| | | | * | | | Make error codes returned by librabbitmq functions opaque | David Wragg | 2010-05-30 | 17 | -122/+185 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 11 | -22/+23 |
| | | | | | | | |||||
