summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hartbeats messheartbeatsAsk Solem2014-05-282-0/+7
* AMQP Array type now supports Tuples and other iterables, by using PyIter_* in...Ask Solem2014-05-191-28/+34
* Fixes SyntaxErrorAsk Solem2014-05-191-1/+2
* Fixes version typoAsk Solem2014-05-151-1/+1
* Merge branch 'master' into 1.5Ask Solem2014-05-150-0/+0
|\
| * Fixes typo Channel.recover -> Channel.basic_recoverAsk Solem2013-10-031-1/+1
| * returns queue_declare_ok_tAsk Solem2013-09-262-3/+5
| * Now depends on py-amqpAsk Solem2013-09-222-2/+4
| * update to latest rabbitmq-cAsk Solem2013-07-031-0/+0
| * update to latest rabbitmq-cAsk Solem2013-07-031-0/+0
| * Distdir now requires --enable-regen-amqp-framingAsk Solem2013-07-032-1/+3
| * Update to latest rabbitmq-cAsk Solem2013-07-031-0/+0
| * Update to latest rabbitmq-cAsk Solem2013-07-031-0/+0
| * Announce consumer_cancel_notify capabilityAsk Solem2013-07-031-6/+55
| * Update rabbitmq-c to latestAsk Solem2013-07-031-0/+0
| * Use inline type declarationsAsk Solem2013-07-031-170/+121
| * Adds Robin Ridler to AUTHORSAsk Solem2013-06-171-0/+1
| * Fixed whitespace formatting.Robin Ridler2013-06-161-2/+2
| * Compiler support for Oracle Solaris Studio.Robin Ridler2013-06-162-1/+11
| * Bad frame read must be ConnectionError, not ChannelErrorAsk Solem2013-05-141-2/+2
| * Fixes basic_cancel when connection is NoneAsk Solem2013-05-141-3/+8
| * Classifiers incorrectly listed Windows as supported platform. Issue #26Ask Solem2013-03-281-1/+0
| * setup.py: Raise exception if make not foundAsk Solem2013-03-191-0/+2
| * Adds Justin Mayfield to AUTHORSAsk Solem2013-03-191-0/+1
| * Modify setup.py so 'develop' command works. This allows me toJustin Mayfield2013-02-191-4/+15
| * "Better" impl of poll in timeout functions.Justin Mayfield2013-02-121-13/+11
| * Use poll() on everything but windows machines so that large fileJustin Mayfield2013-02-111-0/+13
| * CosmeticsAsk Solem2013-01-175-174/+198
* | returns queue_declare_ok_tAsk Solem2014-05-151-7/+10
* | Now depends on py-amqpAsk Solem2014-05-152-2/+4
* | Need to release all buffers in recvAsk Solem2014-05-151-1/+1
* | Use amqp_maybe_release_buffers_on_channel instead of amqp_maybe_release_buffersAsk Solem2014-05-151-11/+11
* | Do not decref NonetypeAsk Solem2014-05-151-3/+3
* | Tables/Arrays in properties/headers can now be of type nil (None)Ask Solem2014-05-141-25/+52
* | Bumps version to 1.5.1 and updates Changelogv1.5.1Ask Solem2014-05-063-2/+13
* | Adds Roger Hu to AUTHORSAsk Solem2014-05-061-0/+1
* | Merge branch 'rogerhu/fix_clockgettime' into 1.5Ask Solem2014-05-061-0/+3
|\ \
| * | Fix issue with clock_gettime().v1.0.5-fixRoger Hu2014-05-021-0/+4
* | | pre mergeAsk Solem2014-05-061-4/+1
* | | Enable -lrt on Linux. Closes #42Ask Solem2014-04-221-2/+8
* | | Use rabbitmq-3.3.0 codegenAsk Solem2014-04-191-0/+0
|/ /
* | Properly handle socket open errors. Closes #40Ask Solem2014-04-151-3/+19
* | Bumps version to 1.5.0 and updates ChangelogAsk Solem2014-04-144-3/+24
* | Use channel memory poolsAsk Solem2014-04-143-26/+83
* | Maybe fixes memory leak in basic_publish. Closes #38Ask Solem2014-04-141-0/+1
* | exchange_delete now supports the nowait parameter (but ignored). Closes cele...Ask Solem2014-04-141-1/+1
* | Connection.fileno() now raises AttributeError if fd not set and close sets fd...Ask Solem2014-04-141-1/+8
* | Updated to use rabbitmq-c 0.5.0 and exposes Connection.server_propertiesAsk Solem2014-04-145-15/+28
* | Python on Mavericks enables -mno-fused-madd not supported by clang1.0Ask Solem2014-04-141-0/+2
* | Updates version in READMEAsk Solem2013-12-181-1/+1