descriptionRabbitMQ C client (EXPERIMENTAL)
ownerinfo@rabbitmq.com
last changeFri, 03 Feb 2012 13:05:01 +0000
changes
15 hours ago Simon MacMullen Merge bug24606 default tip
37 hours ago Emile Joubert Update copyright 2012 bug24606
11 days ago David Wragg Update MinGW/MSYS paths in etc/install-mingw.sh
2 months ago David Wragg Add an option to limit how many messages are consumed
3 months ago David Wragg Correct URL that should point to rabbitmq-codegen
3 months ago David Wragg Fix up some markdown formatting
3 months ago David Wragg Add a README.md symlink so that github will render the markdown
3 months ago David Wragg Merge bug24528 (cmake build support)
3 months ago Alan Antonuk Guard msinttypes include dir with MSVC and not WIN32 bug24528
3 months ago Alan Antonuk codegen.py should be copied to the bin directory bug24528
3 months ago Alan Antonuk Specify the project language as C to prevent CMake for looking for a c++ compiler bug24528
3 months ago Alan Antonuk Updating build documentation bug24528
3 months ago Alan Antonuk Adding missing include in tools CMakeLists.txt bug24528
3 months ago Alan Antonuk Adding missing amqp_url.c to CMakeLists.txt bug24528
3 months ago Alan Antonuk Fix: correct platform_utils directory under win32 bug24528
3 months ago Alan Antonuk Make codegen pull a dependancy of librabbitmq bug24528
3 months ago Alan Antonuk Adding POPT CMake lib finder. bug24528
3 months ago Alan Antonuk Adding CMake files to build tools, but not enabled bug24528
3 months ago Alan Antonuk Improved handing of external rabbitmq-codegen bug24528
3 months ago Alan Antonuk Fix: setting correct output name for generated files bug24528
3 months ago Alan Antonuk Building the rest of the example programs bug24528
3 months ago Alan Antonuk Adding documentation on how to use CMake build bug24528
5 months ago Alan Antonuk Make the copy of codegen.py work in all cases bug24528
5 months ago Alan Antonuk Adding the codegen stuff as an ExternalProject bug24528
8 months ago Alan Antonuk CodeGen found message should be a status bug24528
8 months ago Alan Antonuk Adding install target bug24528
8 months ago Alan Antonuk Changes to support building on Win32/64 bug24528
11 months ago XiaoGuang Zeng generate config.h in binary dir instead of source dir bug24528
11 months ago XiaoGuang Zeng add cmake build support. bug24528
3 months ago David Wragg Provide some minimal client properties
4 months ago Alexandru Scvortov merge bug24440 into default (add amqp URL support to C client)
4 months ago David Wragg Add amqp URL support to the tools bug24440
4 months ago David Wragg Add support for parsing amqp URLs to librabbitmq bug24440
4 months ago David Wragg Automatically run test_tables in 'make check' bug24440
4 months ago David Wragg Remove the redundant float and double encoding tests bug24440
5 months ago Alexandru Scvortov merge bug24349 into default (rabbitmq-c should work on platforms that don't support unaligned accesses)
5 months ago David Wragg Comment magical memcpys bug24349
5 months ago David Wragg Don't rely on unaligned accesses or little-endianness bug24349
7 months ago David Wragg die_errno should use the err parameter, not errno
7 months ago David Wragg Don't emit trailing spaces in test_tables.c
7 months ago David Wragg Remove trailing whitespace
8 months ago Simon MacMullen Create junk branch, junk bug24079. junk
8 months ago Simon MacMullen Pre-junk. rabbitmq-c is not in fact a plugin. bug24079
8 months ago Simon MacMullen Move .app to .app.in, remove module list bug24079
9 months ago David Wragg Merge bug24048 into default
9 months ago Piotr Sikora Add missing header (fixes build on OpenBSD). bug24048
11 months ago Alexandru Scvortov merge bug23872 into default (update copyright to "VMware, Inc")
11 months ago David Wragg Include a license block in generated files bug23872
11 months ago David Wragg Fix remaining mentions of the defunct tonyg@rabbitmq.com address bug23872
11 months ago David Wragg Python doesn't like C comments bug23872
11 months ago David Wragg Update copyright notices bug23872
12 months ago David Wragg Credit recent contributors
12 months ago Daniel Schauenberg config.h defines _GNU_SOURCE and is therefore all we need to include
12 months ago Daniel Schauenberg match overall style of header guards
12 months ago Daniel Schauenberg move strdup to separate file and add guards
12 months ago Alexandru Scvortov merge bug23645 into default (C client is lacking some methods in its API)
12 months ago David Wragg Extract common code from generated API functions bug23645
12 months ago David Wragg Remove some redundant function declarations bug23645
12 months ago David Wragg Add an amqp_basic_reject API function bug23645
13 months ago David Wragg Generate API functions corresponding to most synchronous methods bug23645
13 months ago Tony Garnock-Jones More fixes for VPATH-based builds
13 months ago Tony Garnock-Jones Fix VPATH builds. Path to spec file was incorrect.
14 months ago David Wragg Support for 64-bit Windows builds
14 months ago David Wragg Comment typo fixes
14 months ago Alexandru Scvortov merge bug23472 into default (ac_abs_confdir only available in recent versions of autoconf)
14 months ago Alexandru Scvortov merge bug23423 into default
14 months ago David Wragg READE.windows improvements bug23423
14 months ago David Wragg Correct the Windows SDK path for VS2005 bug23423
15 months ago David Wragg Don't use ac_abs_confdir in autoconf.ac bug23472
15 months ago David Wragg Add newlines on error messages in examples bug23423
15 months ago David Wragg Fix a bug in the asprintf implementation bug23423
15 months ago David Wragg Fix a compiler warning when building under mingw bug23423
15 months ago David Wragg Update build instructions for building with the MS compiler bug23423
15 months ago David Wragg Construct the command line to conform to Windows escaping conventions bug23423
15 months ago David Wragg Add compability macros for AMQP_EMPTY_* bug23423
15 months ago David Wragg Clean up a fairly odd bit of code bug23423
15 months ago David Wragg Fix compiler warnings bug23423
15 months ago David Wragg Make the examples compile and work under Windows bug23423
15 months ago David Wragg Eliminate the AMQP_EMPTY_* macros from amqp.h bug23423
15 months ago David Wragg Use the msinttypes header when building with the Microsoft compiler bug23423
15 months ago David Wragg Make test_tables.c ISO C90 clean bug23423
15 months ago David Wragg Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90 bug23423
15 months ago David Wragg Specify which functions are to be exported from the librabbitmq DLL bug23423
15 months ago David Wragg Microsoft C runtime doesn't have snprintf bug23423
15 months ago David Wragg Microsoft link.exe doesn't understand the -l syntax bug23423
15 months ago David Wragg Prevent windows.h name collisions with winsock2.h bug23423
15 months ago David Wragg Eliminate AMQP_SIMPLE_RPC and friends bug23423
15 months ago David Wragg Eliminate C99-style initializers in librabbitmq .c files bug23423
15 months ago David Wragg Eliminate the AMQP_CHECK_RESULT macro bug23423
15 months ago David Wragg Eliminate the old codec macros bug23423
15 months ago David Wragg Convert generated code to use the new codec helper functions bug23423
15 months ago David Wragg Convert other librabbitmq .c files to the new helper functions bug23423
15 months ago David Wragg Eliminate the amqp_assert macro bug23423
15 months ago David Wragg Introduce new codec helper inline functions; convert amqp_table.c bug23423
15 months ago David Wragg Get autoconf to detect the inline function syntax bug23423
15 months ago David Wragg Eliminate the AMQP_BYTES_FREE macro bug23423
15 months ago David Wragg Don't produce empty structs in generated code bug23423
15 months ago David Wragg Eliminate // comments bug23423
16 months ago Alexandru Scvortov expose confirm.select in API bug23318
17 months ago David Wragg Merge bug22951 into default (Make the C client on default use 0-9-1)
17 months ago David Wragg Create branch amqp_0_8 amqp_0_8
17 months ago David Wragg Merge amqp_0_9_1 into bug22951 to remove head bug22951
17 months ago Alexandru Scvortov removed references to the 0-9-1 branch in README bug22951
17 months ago Alexandru Scvortov merge bug23163 into default
17 months ago Tony Garnock-Jones Harmonize uses of die_amqp_error: it now expects the result code, with negative meaning error bug23163
17 months ago Alexandru Scvortov merge default into bug22951 bug22951
17 months ago David Wragg Man page grammar tweak
17 months ago Alexandru Scvortov removed auto-delete parameter from exchange.declare bug22951
17 months ago Alexandru Scvortov remove superfluous code bug22951
18 months ago David Wragg Update MinGW URLs
18 months ago Alexandru Scvortov merge bug21814 into default
18 months ago David Wragg add missing initializers bug21814
18 months ago David Wragg Refine amqp-consume options for 0-9-1 queue declaration semantics bug21814
18 months ago David Wragg Merge bug23089 into default
18 months ago David Wragg make distcheck was failing because of a missing $(srcdir) relative-reference bug23089
18 months ago Alexandru Scvortov merged default into bug22951 bug22951
18 months ago Alexandru Scvortov merge bug23081 into default
18 months ago David Wragg Remove redundant reference to AMQP_EXTENSIONS_JSON_PATH bug23081
18 months ago David Wragg Update for recent changes to rabbitmq-codegen bug23081
18 months ago Alexandru Scvortov it's called routing_key in the spec bug22951
18 months ago Alexandru Scvortov updated rabbitmq-c to the latest codegen bug22951
18 months ago Alexandru Scvortov merged default into bug22951 bug22951
18 months ago Alexandru Scvortov merge bug22825 into default
19 months ago Alexandru Scvortov this branch is default with amqp_0_9_1 merged in; everything seems to work fine bug22951
18 months ago David Wragg We were neglecting to free the constructed command line bug22825
18 months ago David Wragg Fix typo and improve a few sentences around it. bug22825
18 months ago David Wragg Fix "const char *" to "void *" conversion warnings bug22825
18 months ago David Wragg Eliminate unnecessary includes of errno.h bug22825
18 months ago David Wragg Free heap-allocated error strings bug22825
18 months ago David Wragg die_on_error expects a librabbitmq error code bug22825
18 months ago David Wragg Remove redundant includes of popt.h bug22825
18 months ago David Wragg Add msys packages and instructions to run autoreconf under Windows bug22825
18 months ago David Wragg Fold amqp_end_connection socket closing into amqp_destroy_connection bug22825
18 months ago David Wragg Convert the socket_ prefix to amqp_socket_ bug22825
18 months ago David Wragg Eliminate the socket_ prefix on connect bug22825
18 months ago David Wragg Replace socket_{read,write} with recv and send bug22825
18 months ago David Wragg ERROR_HOST_NOT_FOUND -> ERROR_GETHOSTBYNAME_FAILED bug22825
18 months ago David Wragg Merge default into bug22825 bug22825
18 months ago Simon MacMullen Fix build after protocol JSON file changed. amqp_0_9_1
19 months ago David Wragg Merge bug22931 into default (Default to TCP_NODELAY in librabbitmq)
19 months ago Tony Garnock-Jones Dedup error handling code bug22931
19 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
19 months ago Tony Garnock-Jones Turn on TCP_NODELAY by default. bug22931
19 months ago Tony Garnock-Jones Check result of socket call (!)
19 months ago Tony Garnock-Jones Merge default into bug22825 bug22825
19 months ago Emile Joubert Merged bug22864 into default
19 months ago Simon MacMullen Use the new extensions file (NB: this does not add synchronous basic.recover to the C client, it just unbreaks the build). bug22864
20 months ago Tony Garnock-Jones More unix and windows support files in distributions bug22825
20 months ago Tony Garnock-Jones Include both unix and windows support files in distributions bug22825
20 months ago Tony Garnock-Jones Merge default into bug22825 bug22825
20 months ago Tony Garnock-Jones Update hgignore
20 months ago Tony Garnock-Jones Fix up clean rules
20 months ago Tony Garnock-Jones Fix up packaging: xmlto was getting confused in build/source separation
20 months ago David Wragg Merge default into bug22825 bug22825
20 months ago David Wragg Fix some incorrect paths bug22825
20 months ago Tony Garnock-Jones Fix packaging
20 months ago Tony Garnock-Jones Merge bug22805 into default
20 months ago Tony Garnock-Jones Documentation for amqp-{declare,delete}-queue bug22805
20 months ago Tony Garnock-Jones Merge default into bug22805 bug22805
20 months ago Tony Garnock-Jones Notice errors rather than sigsegv/sigbus
20 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
20 months ago Tony Garnock-Jones Declare and delete queue utilities
20 months ago Tony Garnock-Jones Added amqp_queue_delete to API
20 months ago David Wragg The MinGW team has changed all the download URLs on SourceForge bug22825
20 months ago David Wragg Fix EXTRA_LIBS dependencies of librabbitmq bug22825
20 months ago David Wragg A Windows port, using MinGW/MSYS bug22825
20 months ago David Wragg Propagate write and writev errors correctly in amqp_send_frame bug22825
20 months ago David Wragg Make error codes returned by librabbitmq functions opaque bug22825
20 months ago David Wragg Remove uses of the GNU-specific %ll printf format modifier bug22825
20 months ago David Wragg Add amqp_end_connection, which closes the socket and destroys the connection bug22825
20 months ago David Wragg Move all includes of popt.h into common.h, which depends on it anyway bug22825
20 months ago David Wragg The simplejson module is bundled with python2.6 but renamed to json bug22825
20 months ago David Wragg Add docbook-based man pages for tools bug22805
20 months ago David Wragg Move the common_consume code into consume.c bug22805
20 months ago Tony Garnock-Jones Compute dependencies properly
20 months ago Tony Garnock-Jones Package for amqp-tools
21 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
21 months ago Tony Garnock-Jones Only allocate and check if we would ask for more than zero bytes
21 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
21 months ago Tony Garnock-Jones Update packaging to not fail on karmic
21 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
21 months ago Tony Garnock-Jones Remove note about amqp_pool_alloc.
21 months ago Tony Garnock-Jones Check results of amqp_pool_alloc() and friends.
21 months ago Tony Garnock-Jones Note about amqp_pool_alloc
21 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
21 months ago Tony Garnock-Jones Move instructions for 0-9-1 to the end, and explain a little more.
21 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
21 months ago Tony Garnock-Jones Use writev(2) instead of 3 write(2)s
22 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
22 months ago Tony Garnock-Jones Add TX select, commit, rollback
22 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
22 months ago Tony Garnock-Jones Include stdint.h in generated C. HT @geoffgarside.
23 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1
23 months ago Tony Garnock-Jones Fix make distcheck
23 months ago Tony Garnock-Jones Added tag librabbitmq-0.1-amqp_0_9_1 for changeset b01825ecc112 amqp_0_9_1
23 months ago Tony Garnock-Jones Added tag librabbitmq-0.1-amqp_0_8 for changeset ce1eaceaee94
23 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 amqp_0_9_1 librabbitmq-0.1-amqp_0_9_1
23 months ago Tony Garnock-Jones Merge bug22346 into default librabbitmq-0.1-amqp_0_8
23 months ago Tony Garnock-Jones Merge default into amqp_0_9_1 (the usual edit of amqp_basic_consume was the only manual change) amqp_0_9_1
23 months ago Tony Garnock-Jones Merge bug22390 into default
...
tags
23 months ago librabbitmq-0.1-amqp_0_9_1
23 months ago librabbitmq-0.1-amqp_0_8
...
branches
15 hours ago fb6fca832fd2 default
37 hours ago 878e9dfe8f8b bug24606
3 months ago 4fb1dfa0094d bug24528
4 months ago 53dd9528e978 bug24440
5 months ago 2995cb928ebe bug24349
8 months ago f61508c67b49 junk
8 months ago 929737642d37 bug24079
9 months ago 422db0ab7bcd bug24048
11 months ago 2033e508d442 bug23872
12 months ago 60d4db9ae06e bug23645
14 months ago 0577898f0059 bug23423
15 months ago 787625672b66 bug23472
16 months ago 5a54dfcf5c0c bug23318
17 months ago 28b517edd10c amqp_0_8
17 months ago 06339fd9fc81 bug22951
17 months ago dcfc9b4a583a bug23163
18 months ago 02038001e8c0 bug21814
18 months ago 031fbec1aae2 bug23089
18 months ago e993f98eaeef bug23081
18 months ago 8dd5c7d3f081 bug22825
18 months ago 2c0ea67d4e40 amqp_0_9_1
19 months ago 006882b083cf bug22931
19 months ago d0797090d8a8 bug22864
20 months ago da4a626f97a1 bug22805
23 months ago 7dc0c83bfce9 bug22390
23 months ago 41328a607947 bug22346
...