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