summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* merge bug23472 into default (ac_abs_confdir only available in recent versions...Alexandru Scvortov2010-11-241-4/+4
|\
| * Don't use ac_abs_confdir in autoconf.acbug23472David Wragg2010-11-041-4/+4
* | Fix a compiler warning when building under mingwDavid Wragg2010-10-282-2/+2
* | Add compability macros for AMQP_EMPTY_*David Wragg2010-10-271-0/+6
* | Clean up a fairly odd bit of codeDavid Wragg2010-10-211-14/+5
* | Make the examples compile and work under WindowsDavid Wragg2010-10-214-141/+2
* | Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-212-7/+8
* | Use the msinttypes header when building with the Microsoft compilerDavid Wragg2010-10-211-0/+4
* | Make test_tables.c ISO C90 cleanDavid Wragg2010-10-212-49/+9
* | Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-217-8/+38
* | Specify which functions are to be exported from the librabbitmq DLLDavid Wragg2010-10-212-143/+173
* | Microsoft C runtime doesn't have snprintfDavid Wragg2010-10-211-6/+4
* | Prevent windows.h name collisions with winsock2.hDavid Wragg2010-10-211-0/+3
* | Eliminate AMQP_SIMPLE_RPC and friendsDavid Wragg2010-10-212-89/+180
* | Eliminate C99-style initializers in librabbitmq .c filesDavid Wragg2010-10-212-36/+41
* | Eliminate the AMQP_CHECK_RESULT macroDavid Wragg2010-10-213-32/+37
* | Eliminate the old codec macrosDavid Wragg2010-10-213-33/+11
* | Convert generated code to use the new codec helper functionsDavid Wragg2010-10-211-151/+188
* | Convert other librabbitmq .c files to the new helper functionsDavid Wragg2010-10-214-290/+219
* | Eliminate the amqp_assert macroDavid Wragg2010-10-214-39/+46
* | Introduce new codec helper inline functions; convert amqp_table.cDavid Wragg2010-10-215-263/+357
* | Get autoconf to detect the inline function syntaxDavid Wragg2010-10-212-1/+3
* | Eliminate the AMQP_BYTES_FREE macroDavid Wragg2010-10-212-9/+1
* | Don't produce empty structs in generated codeDavid Wragg2010-10-211-2/+5
|/
* merge default into bug22951Alexandru Scvortov2010-08-171-1/+1
|\
| * make distcheck was failing because of a missing $(srcdir) relative-referencebug23089David Wragg2010-08-071-1/+1
| * Update for recent changes to rabbitmq-codegenDavid Wragg2010-08-051-4/+4
* | removed auto-delete parameter from exchange.declareAlexandru Scvortov2010-08-162-3/+1
* | remove superfluous codeAlexandru Scvortov2010-08-161-7/+0
* | it's called routing_key in the specAlexandru Scvortov2010-08-042-3/+3
* | updated rabbitmq-c to the latest codegenAlexandru Scvortov2010-08-041-2/+2
* | merged default into bug22951Alexandru Scvortov2010-08-045-9/+19
|\ \ | |/ |/|
| * this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-095-9/+19
* | Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-285-5/+5
* | Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-262-10/+7
* | 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
|\ \
| * | Dedup error handling codebug22931Tony Garnock-Jones2010-07-111-9/+3
| * | Turn on TCP_NODELAY by default.Tony Garnock-Jones2010-07-021-0/+10
| |/
| * Check result of socket call (!)Tony Garnock-Jones2010-07-021-0/+4
* | Merge default into bug22825Tony Garnock-Jones2010-06-2713-110/+526
|\ \ | |/ |/|
| * Include both unix and windows support files in distributionsTony Garnock-Jones2010-06-061-1/+4
| * Merge default into bug22825David Wragg2010-06-062-0/+19
| |\
| * | Fix EXTRA_LIBS dependencies of librabbitmqDavid Wragg2010-06-041-2/+1
| * | A Windows port, using MinGW/MSYSDavid Wragg2010-05-3012-43/+381
| * | 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-308-70/+133