summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding option to build rabbitmq-c staticallybuild_static_libraryAlan Antonuk2012-05-172-1/+7
* Updating README to point to current location of rabbitmq-c sourcesAlan Antonuk2012-05-101-2/+2
* Doc: CMake build is the preferred method of building on Win32Alan Antonuk2012-05-101-3/+4
* Fix: double free() if amqp_tune_connection fails in amqp_new_connectionAlan Antonuk2012-05-101-1/+5
* Intializing unintiailzed member in amqp_basic_publishAlan Antonuk2012-05-101-0/+1
* Bumping VERSION to 0.2 due to license change0.2Alan Antonuk2012-04-231-1/+1
* Merge remote-tracking branch 'upstream/bug24770'Alan Antonuk2012-04-1249-1917/+881
|\
| * Okay, gnu toolchain requires COPYINGMarek Majkowski2012-04-121-0/+1
| * Python uses different comments than CMarek Majkowski2012-04-121-27/+27
| * Add MIT license and update debian scripts to use itMarek Majkowski2012-04-126-17/+36
| * Drop COPYING and old LICENSESMarek Majkowski2012-04-123-810/+0
| * Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-1240-1097/+851
| * Merge bug24606Simon MacMullen2012-02-030-0/+0
| |\
* | \ Merge remote-tracking branch 'upstream/bug24606'Alan Antonuk2012-04-1241-42/+42
|\ \ \ | |/ /
| * | Update copyright 2012Emile Joubert2012-02-0241-42/+42
| |/
* | Merge pull request #13 from alanxz/fix_size_t_in_amqp_hfix_size_t_in_amqp_hAlan Antonuk2012-03-081-0/+1
|\ \
| * | Fix: adding stddef.h include that typedefs size_tAlan Antonuk2012-03-081-0/+1
|/ /
* | Merge pull request #10 from alanxz/public_header_includes_fixAlan Antonuk2012-03-062-0/+6
|\ \
| * | amqp.h should include amqp_framing.h at the bottompublic_header_includes_fixAlan Antonuk2012-03-061-0/+2
| * | amqp_framing.h should include amqp.hAlan Antonuk2012-03-061-0/+2
| * | amqp.h should include stdint.hAlan Antonuk2012-03-061-0/+2
|/ /
* | Merge pull request #7 from alanxz/win32_example_include_fixAlan Antonuk2012-03-062-2/+14
|\ \
| * | Fix for stdint.h not found in exampleswin32_example_include_fixAlan Antonuk2012-03-062-2/+14
|/ /
* | Merge pull request #9 from alanxz/vs2008_install_stdint_fixAlan Antonuk2012-03-061-2/+5
|\ \ | |/ |/|
| * Fix: add stdint.h to install target on MSVC < 1600vs2008_install_stdint_fixAlan Antonuk2012-03-061-2/+5
|/
* 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