summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pre-junk. rabbitmq-c is not in fact a plugin.bug24079Simon MacMullen2011-05-1278-10522/+0
* Move .app to .app.in, remove module listSimon MacMullen2011-05-120-0/+0
* Comment typo fixesDavid Wragg2010-11-241-3/+4
* merge bug23472 into default (ac_abs_confdir only available in recent versions...Alexandru Scvortov2010-11-243-7/+9
|\
| * Don't use ac_abs_confdir in autoconf.acbug23472David Wragg2010-11-043-7/+9
* | merge bug23423 into defaultAlexandru Scvortov2010-11-1737-1468/+2507
|\ \ | |/ |/|
| * READE.windows improvementsbug23423David Wragg2010-11-141-9/+18
| * Correct the Windows SDK path for VS2005David Wragg2010-11-141-4/+4
| * Add newlines on error messages in examplesDavid Wragg2010-10-281-4/+4
| * Fix a bug in the asprintf implementationDavid Wragg2010-10-281-3/+6
| * Fix a compiler warning when building under mingwDavid Wragg2010-10-282-2/+2
| * Update build instructions for building with the MS compilerDavid Wragg2010-10-282-46/+129
| * Construct the command line to conform to Windows escaping conventionsDavid Wragg2010-10-271-8/+28
| * 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
| * Fix compiler warningsDavid Wragg2010-10-211-4/+3
| * Make the examples compile and work under WindowsDavid Wragg2010-10-2116-143/+201
| * Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-2111-25/+26
| * Use the msinttypes header when building with the Microsoft compilerDavid Wragg2010-10-216-4/+577
| * Make test_tables.c ISO C90 cleanDavid Wragg2010-10-214-141/+204
| * Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-2110-10/+64
| * 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
| * Microsoft link.exe doesn't understand the -l syntaxDavid Wragg2010-10-211-1/+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-213-1/+5
| * Eliminate the AMQP_BYTES_FREE macroDavid Wragg2010-10-212-9/+1
| * Don't produce empty structs in generated codeDavid Wragg2010-10-211-2/+5
| * Eliminate // commentsDavid Wragg2010-10-212-3/+3
|/
* Merge bug22951 into default (Make the C client on default use 0-9-1)David Wragg2010-09-0311-49/+23
|\
| * 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
| | |\
| | * | 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
| | |\ \
| | * | | 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
| | | |\ \ \ | | | |/ / /
| * | | | | Fix build after protocol JSON file changed.amqp_0_9_1Simon MacMullen2010-07-202-3/+3
| * | | | | Merge default into amqp_0_9_1Tony Garnock-Jones2010-07-0210-23/+24
| |\ \ \ \ \ | | |_|/ / / | |/| | | |