summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceDavid Wragg2011-07-052-2/+2
* Add missing header (fixes build on OpenBSD).bug24048Piotr Sikora2011-04-111-0/+1
* Include a license block in generated filesbug23872David Wragg2011-03-021-11/+49
* Python doesn't like C commentsDavid Wragg2011-03-011-35/+35
* Update copyright noticesDavid Wragg2011-03-0112-256/+112
* config.h defines _GNU_SOURCE and is therefore all we need to includeDaniel Schauenberg2011-02-034-22/+6
* match overall style of header guardsDaniel Schauenberg2011-02-021-2/+2
* move strdup to separate file and add guardsDaniel Schauenberg2011-02-024-20/+24
* Extract common code from generated API functionsbug23645David Wragg2011-01-144-33/+52
* Remove some redundant function declarationsDavid Wragg2011-01-141-12/+0
* Add an amqp_basic_reject API functionDavid Wragg2011-01-142-0/+16
* Generate API functions corresponding to most synchronous methodsDavid Wragg2011-01-073-301/+112
* 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