summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an amqp_basic_reject API functionDavid Wragg2011-01-142-0/+16
* Generate API functions corresponding to most synchronous methodsDavid Wragg2011-01-073-301/+112
* merge bug23472 into default (ac_abs_confdir only available in recent versions...Alexandru Scvortov2010-11-241-4/+4
|\
| * Don't use ac_abs_confdir in autoconf.acbug23472David Wragg2010-11-041-4/+4
* | Fix a compiler warning when building under mingwDavid Wragg2010-10-282-2/+2
* | Add compability macros for AMQP_EMPTY_*David Wragg2010-10-271-0/+6
* | Clean up a fairly odd bit of codeDavid Wragg2010-10-211-14/+5
* | Make the examples compile and work under WindowsDavid Wragg2010-10-214-141/+2
* | Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-212-7/+8
* | Use the msinttypes header when building with the Microsoft compilerDavid Wragg2010-10-211-0/+4
* | Make test_tables.c ISO C90 cleanDavid Wragg2010-10-212-49/+9
* | Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-217-8/+38
* | Specify which functions are to be exported from the librabbitmq DLLDavid Wragg2010-10-212-143/+173