summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed my queue manipulation code in amqp_simple_wait_frame_on_channelsimple_wait_frameAlan Antonuk2011-10-311-2/+19
* Fixed errors in amqp_simple_wait_frame_on_channelAlan Antonuk2011-10-311-9/+12
* Improving buildAlan Antonuk2011-10-281-3/+3
* Adding wait frame/method for specified channelsAlan Antonuk2011-10-272-47/+123
* Adding documentation on how to use CMake buildAlan Antonuk2011-10-252-2/+25
* Make the copy of codegen.py work in all casesAlan Antonuk2011-10-251-2/+6
* Adding the codegen stuff as an ExternalProjectAlan Antonuk2011-10-252-26/+33
* CodeGen found message should be a statusAlan Antonuk2011-10-251-1/+2
* Adding install targetAlan Antonuk2011-10-251-0/+11
* Changes to support building on Win32/64Alan Antonuk2011-10-253-12/+67
* generate config.h in binary dir instead of source dirXiaoGuang Zeng2011-10-251-1/+1
* add cmake build support.XiaoGuang Zeng2011-10-253-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
|\
| * Comment magical memcpysbug24349David Wragg2011-08-181-2/+6
| * Don't rely on unaligned accesses or little-endiannessDavid Wragg2011-08-172-7/+29
|/
* die_errno should use the err parameter, not errnoDavid Wragg2011-07-051-1/+1
* Don't emit trailing spaces in test_tables.cDavid Wragg2011-07-051-14/+14
* Remove trailing whitespaceDavid Wragg2011-07-0521-62/+62
* Merge bug24048 into defaultDavid Wragg2011-04-181-0/+1
|\
| * Add missing header (fixes build on OpenBSD).bug24048Piotr Sikora2011-04-111-0/+1
|/
* merge bug23872 into default (update copyright to "VMware, Inc")Alexandru Scvortov2011-03-0244-763/+338
|\
| * Include a license block in generated filesbug23872David Wragg2011-03-021-11/+49
| * Fix remaining mentions of the defunct tonyg@rabbitmq.com addressDavid Wragg2011-03-022-2/+3
| * Python doesn't like C commentsDavid Wragg2011-03-011-35/+35
| * Update copyright noticesDavid Wragg2011-03-0142-778/+314
|/
* Credit recent contributorsDavid Wragg2011-02-071-0/+4
* 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
* merge bug23645 into default (C client is lacking some methods in its API)Alexandru Scvortov2011-01-140-0/+0
|\
* | 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
|/
* More fixes for VPATH-based buildsTony Garnock-Jones2010-12-172-2/+10
* Fix VPATH builds. Path to spec file was incorrect.Tony Garnock-Jones2010-12-111-1/+1
* Support for 64-bit Windows buildsDavid Wragg2010-11-302-7/+29
* Comment typo fixesDavid Wragg2010-11-241-3/+4
* merge bug23472 into default (ac_abs_confdir only available in recent versions...Alexandru Scvortov2010-11-243-7/+9
|\
| * Don't use ac_abs_confdir in autoconf.acbug23472David Wragg2010-11-043-7/+9
* | merge bug23423 into defaultAlexandru Scvortov2010-11-1737-1468/+2507
|\ \ | |/ |/|
| * READE.windows improvementsbug23423David Wragg2010-11-141-9/+18
| * Correct the Windows SDK path for VS2005David Wragg2010-11-141-4/+4
| * Add newlines on error messages in examplesDavid Wragg2010-10-281-4/+4