summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge amqp_0_9_1 into bug22951 to remove headbug22951David Wragg2010-09-0343-421/+1458
|\
| * removed references to the 0-9-1 branch in READMEAlexandru Scvortov2010-08-261-30/+3
| * merge default into bug22951Alexandru Scvortov2010-08-175-96/+81
| |\
| | * Update MinGW URLsDavid Wragg2010-08-111-13/+12
| | * merge bug21814 into defaultAlexandru Scvortov2010-08-092-81/+67
| | |\
| | | * add missing initializersbug21814David Wragg2010-08-091-2/+2
| | | * Refine amqp-consume options for 0-9-1 queue declaration semanticsDavid Wragg2010-08-082-81/+67
| | |/
| | * Merge bug23089 into defaultDavid Wragg2010-08-072-2/+2
| | |\
| | | * make distcheck was failing because of a missing $(srcdir) relative-referencebug23089David Wragg2010-08-072-2/+2
| | |/
| * | removed auto-delete parameter from exchange.declareAlexandru Scvortov2010-08-164-5/+3
| * | remove superfluous codeAlexandru Scvortov2010-08-161-7/+0
| * | merged default into bug22951Alexandru Scvortov2010-08-060-0/+0
| |\ \ | | |/
| | * merge bug23081 into defaultAlexandru Scvortov2010-08-050-0/+0
| | |\
| | * | Remove redundant reference to AMQP_EXTENSIONS_JSON_PATHbug23081David Wragg2010-08-051-1/+0
| | * | Update for recent changes to rabbitmq-codegenDavid Wragg2010-08-052-13/+5
| | |/
| * | it's called routing_key in the specAlexandru Scvortov2010-08-042-3/+3
| * | updated rabbitmq-c to the latest codegenAlexandru Scvortov2010-08-042-3/+3
| * | merged default into bug22951Alexandru Scvortov2010-08-0410-23/+24
| |\ \ | | |/ | |/|
| | * this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-0910-23/+24
| | |\ | | |/
| * | merge bug22825 into defaultAlexandru Scvortov2010-07-290-0/+0
| |\ \
| * | | We were neglecting to free the constructed command linebug22825David Wragg2010-07-281-1/+3
| * | | Fix typo and improve a few sentences around it.David Wragg2010-07-281-7/+7
| * | | Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-287-9/+9
| * | | Eliminate unnecessary includes of errno.hDavid Wragg2010-07-284-4/+0
| * | | Free heap-allocated error stringsDavid Wragg2010-07-273-11/+22
| * | | die_on_error expects a librabbitmq error codeDavid Wragg2010-07-272-2/+4
| * | | Remove redundant includes of popt.hDavid Wragg2010-07-272-4/+0
| * | | Add msys packages and instructions to run autoreconf under WindowsDavid Wragg2010-07-262-9/+27
| * | | Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-2611-19/+16
| * | | Convert the socket_ prefix to amqp_socket_David Wragg2010-07-266-24/+25
| * | | Eliminate the socket_ prefix on connectDavid Wragg2010-07-263-3/+1
| * | | Replace socket_{read,write} with recv and sendDavid Wragg2010-07-264-18/+5
| * | | ERROR_HOST_NOT_FOUND -> ERROR_GETHOSTBYNAME_FAILEDDavid Wragg2010-07-263-3/+3
| * | | Merge default into bug22825David Wragg2010-07-263-2/+18
| |\ \ \ | | |/ /
| | * | Merge bug22931 into default (Default to TCP_NODELAY in librabbitmq)David Wragg2010-07-111-1/+5
| | |\ \ | | | |/ | | |/|
| | | * Dedup error handling codebug22931Tony Garnock-Jones2010-07-111-9/+3
| | | * Turn on TCP_NODELAY by default.Tony Garnock-Jones2010-07-021-0/+10
| | |/
| * | Merge default into bug22825Tony Garnock-Jones2010-06-2739-283/+1351
| |\ \
| | * | More unix and windows support files in distributionsTony Garnock-Jones2010-06-061-0/+5
| | * | Include both unix and windows support files in distributionsTony Garnock-Jones2010-06-061-1/+4
| | * | Merge default into bug22825Tony Garnock-Jones2010-06-0639-282/+1342
| | |\ \
| | | * \ Merge default into bug22825David Wragg2010-06-067-2/+460
| | | |\ \
| | | * | | Fix some incorrect pathsDavid Wragg2010-06-061-3/+3
| | | * | | The MinGW team has changed all the download URLs on SourceForgeDavid Wragg2010-06-041-27/+27
| | | * | | Fix EXTRA_LIBS dependencies of librabbitmqDavid Wragg2010-06-041-2/+1
| | | * | | A Windows port, using MinGW/MSYSDavid Wragg2010-05-3026-114/+1113
| | | * | | Propagate write and writev errors correctly in amqp_send_frameDavid Wragg2010-05-301-11/+14
| | | * | | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-3017-122/+185
| | | * | | Remove uses of the GNU-specific %ll printf format modifierDavid Wragg2010-05-303-20/+20
| | | * | | Add amqp_end_connection, which closes the socket and destroys the connectionDavid Wragg2010-05-3011-22/+23