summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-1/+1
* Add support for config/install of librabbitmq.pc fileAlan Antonuk2012-05-241-1/+1
* Fixing typo in librabbitmq/CMakeLists.txt: should be BUILD_SHARED_LIBSAlan Antonuk2012-05-231-1/+1
* Fix visibility definitions for GCCMichael Steinert2012-05-231-2/+2
* Cleaning up Public API decorators on Win32Alan Antonuk2012-05-234-159/+220
* Cleanup Win32 artifactsMichael Steinert2012-05-175-3/+555
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-1714-276/+393
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-175-6/+14
* Add config.h header guardsMichael Steinert2012-05-179-2/+30
* Convert to non-recursive AutomakeMichael Steinert2012-05-171-35/+0
* Adding option to build rabbitmq-c staticallybuild_static_libraryAlan Antonuk2012-05-171-1/+1
* 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-1213-367/+283
|\
| * Python uses different comments than CMarek Majkowski2012-04-121-27/+27
| * Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-1213-374/+290
* | Merge remote-tracking branch 'upstream/bug24606'Alan Antonuk2012-04-1213-14/+14
|\ \ | |/
| * Update copyright 2012Emile Joubert2012-02-0213-14/+14
* | Fix: adding stddef.h include that typedefs size_tAlan Antonuk2012-03-081-0/+1
* | 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
* | Fix for stdint.h not found in exampleswin32_example_include_fixAlan Antonuk2012-03-061-1/+13
* | Fix: add stdint.h to install target on MSVC < 1600vs2008_install_stdint_fixAlan Antonuk2012-03-061-2/+5
|/
* 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-041-5/+11
* Adding missing amqp_url.c to CMakeLists.txtAlan Antonuk2011-11-011-0/+1
* Make codegen pull a dependancy of librabbitmqAlan Antonuk2011-11-011-1/+1
* Fix: setting correct output name for generated filesAlan Antonuk2011-10-301-2/+2
* Make the copy of codegen.py work in all casesAlan Antonuk2011-08-311-2/+6
* Adding the codegen stuff as an ExternalProjectAlan Antonuk2011-08-311-6/+6
* Adding install targetAlan Antonuk2011-06-071-0/+11
* Changes to support building on Win32/64Alan Antonuk2011-06-061-12/+35
* generate config.h in binary dir instead of source dirXiaoGuang Zeng2011-03-031-1/+1
* add cmake build support.XiaoGuang Zeng2011-03-031-0/+34
* Provide some minimal client propertiesDavid Wragg2011-10-131-2/+13
* Add support for parsing amqp URLs to librabbitmqDavid Wragg2011-09-215-2/+222
* Comment magical memcpysbug24349David Wragg2011-08-181-2/+6
* Don't rely on unaligned accesses or little-endiannessDavid Wragg2011-08-171-7/+27
* 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