summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bad assumption about strings being copied to decoding poolchannel_owns_memory_poolAlan Antonuk2012-03-041-7/+8
* Initialize the amqp_basic_publish structAlan Antonuk2012-03-041-1/+1
* Removed interal static functions from internal headerAlan Antonuk2012-02-282-71/+61
* Disable conflicting min/max macros on Win32Alan Antonuk2012-02-281-0/+4
* Make sure gtest builds with shared CRT on win32Alan Antonuk2012-02-281-0/+1
* Adding internal AMQP_MALLOC and AMQP_POOL_ALLOC MacrosAlan Antonuk2012-02-282-3/+10
* Updating unit tests to match rework of internal memory APIAlan Antonuk2012-02-284-89/+87
* Fix: headers on win32 work on both static and dynamic libsAlan Antonuk2012-02-281-1/+1
* Marking routines static or extern based on usageAlan Antonuk2012-02-062-32/+44
* Rework amqp_pool_t->next to not break ABIAlan Antonuk2012-02-063-48/+77
* Code formatting to match existing stylesAlan Antonuk2012-02-065-407/+380
* Correct including standard headers in amqp.hAlan Antonuk2012-02-061-2/+1
* Enable C++ language in the test directoryAlan Antonuk2012-02-061-0/+1
* Reworking internal memory management so that memory can be released per-channelAlan Antonuk2012-01-3111-32/+893
* Adding google-test as a unit test frameworkAlan Antonuk2012-01-3110-0/+29416
* amqp.h needs stdint.h and string.h to function correctly out of the boxAlan Antonuk2012-01-311-0/+3
* Update MinGW/MSYS paths in etc/install-mingw.shv0.1David Wragg2012-01-231-36/+36
* Add an option to limit how many messages are consumedDavid Wragg2011-11-092-3/+24
* Correct URL that should point to rabbitmq-codegenDavid Wragg2011-11-051-3/+3
* Fix up some markdown formattingDavid Wragg2011-11-041-18/+29
* Add a README.md symlink so that github will render the markdownDavid Wragg2011-11-041-0/+1
* Merge bug24528 (cmake build support)David Wragg2011-11-040-0/+0
|\
* | Guard msinttypes include dir with MSVC and not WIN32bug24528Alan Antonuk2011-11-041-1/+4
* | codegen.py should be copied to the bin directoryAlan Antonuk2011-11-042-5/+12
* | Specify the project language as C to prevent CMake for looking for a c++ comp...Alan Antonuk2011-11-041-1/+1
* | Updating build documentationAlan Antonuk2011-11-011-3/+21
* | Adding missing include in tools CMakeLists.txtAlan Antonuk2011-11-011-1/+1
* | Adding missing amqp_url.c to CMakeLists.txtAlan Antonuk2011-11-011-0/+1
* | Fix: correct platform_utils directory under win32Alan Antonuk2011-11-011-1/+1
* | Make codegen pull a dependancy of librabbitmqAlan Antonuk2011-11-012-2/+2
* | Adding POPT CMake lib finder.Alan Antonuk2011-11-014-6/+130
* | Adding CMake files to build tools, but not enabledAlan Antonuk2011-10-301-0/+34
* | Improved handing of external rabbitmq-codegenAlan Antonuk2011-10-301-14/+38
* | Fix: setting correct output name for generated filesAlan Antonuk2011-10-301-2/+2
* | Building the rest of the example programsAlan Antonuk2011-10-301-1/+34
* | Adding documentation on how to use CMake buildAlan Antonuk2011-10-252-2/+25
* | Make the copy of codegen.py work in all casesAlan Antonuk2011-08-311-2/+6
* | Adding the codegen stuff as an ExternalProjectAlan Antonuk2011-08-312-26/+33
* | CodeGen found message should be a statusAlan Antonuk2011-06-071-1/+2
* | Adding install targetAlan Antonuk2011-06-071-0/+11
* | Changes to support building on Win32/64Alan Antonuk2011-06-063-12/+67
* | generate config.h in binary dir instead of source dirXiaoGuang Zeng2011-03-031-1/+1
* | add cmake build support.XiaoGuang Zeng2011-03-033-0/+68
|/
* Provide some minimal client propertiesDavid Wragg2011-10-131-2/+13
* merge bug24440 into default (add amqp URL support to C client)Alexandru Scvortov2011-09-2110-176/+750
|\
| * Add amqp URL support to the toolsbug24440David Wragg2011-09-211-28/+119
| * Add support for parsing amqp URLs to librabbitmqDavid Wragg2011-09-218-3/+398
| * Automatically run test_tables in 'make check'David Wragg2011-09-212-122/+236
| * Remove the redundant float and double encoding testsDavid Wragg2011-09-211-26/+0
|/
* merge bug24349 into default (rabbitmq-c should work on platforms that don't s...Alexandru Scvortov2011-09-062-7/+33
|\