Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/celery/librabbitmq

Python bindings to librabbitmq-c
https://github.com/celery/librabbitmq

Merge pull request #70 from DanBuchan/patch-1

Update setup.py for installation to work

b50e8fd4f4c040bbc1beb5b9bb9385954adc24e0 authored over 9 years ago by Omer Katz <[email protected]>
Update setup.py

Comma based syntax error here causes 'python setup.py install' and 'pip install librabbitmq' to ...

6aebeb1c78cd221b8fc59316335d9fadd76f3e41 authored over 9 years ago by Daniel <[email protected]>
Don't remove -Wall, since that can break compilation. Fixes #68

2bf03190b573b33b78a20da382aaa64816176fc0 authored over 9 years ago by Aron Griffis <[email protected]>
Typo in README

7fccd79c825ad6dc447ecd62bda343c8754c3c29 authored almost 10 years ago by Matt Robenolt <[email protected]>
Merge branch '1.6'

Conflicts:
Modules/_librabbitmq/connection.c

66e56f47a730aac25b82437b8f71acd177aefcfc authored about 10 years ago by Ask Solem <[email protected]>
Cosmetics for #59

4246b2affcc0a732770f69952571748d3df27739 authored about 10 years ago by Ask Solem <[email protected]>
Adds Derek Anderson to AUTHORS (#59)

8ec33c281aa448b2dccc107029b0cb4a987813ca authored about 10 years ago by Ask Solem <[email protected]>
Modification to allow for empty message bodies.

If we receive a message with no body (and no body_target length), we
should accept the fact and ...

21b4501cda7b035c5659eef29ad1c532aa211a6b authored about 10 years ago by Derek Anderson <[email protected]>
Merge pull request #59 from armyofevilrobots/master

Modification to allow for empty message bodies.

abbd9498cadb6b400492a4509f99fddbe475cebf authored about 10 years ago by Ask Solem Hoel <[email protected]>
Bumps version to 1.6.1 and updates Changelog

e6225f153b3c0dd4117f2622be666c75af9a46b3 authored about 10 years ago by Ask Solem <[email protected]>
Force setup.py install to always call build

7479da71a39ea74f22c80ae6b279d9f02ff66c60 authored about 10 years ago by Ask Solem <[email protected]>
Merge branch '1.6'

Conflicts:
Makefile
setup.cfg

ef32156cb94b8d9d1ca6ea5d30c7239d7285404f authored about 10 years ago by Ask Solem <[email protected]>
Flakes after flake8 upgrade

5e93fb88ac158027f7664bc110940a5d5dbe8193 authored about 10 years ago by Ask Solem <[email protected]>
Removes pavement.py

d772146a5c62a4a32bdaf37f7cf25f96f38970f2 authored about 10 years ago by Ask Solem <[email protected]>
Test stuff

ad98274ae9395a09ce85060b1c774e82fb9ebafd authored about 10 years ago by Ask Solem <[email protected]>
Bumps version to 1.6.0 and updates Changelog

415de6bab06fc38ebde89c605d8b150645419a2c authored about 10 years ago by Ask Solem <[email protected]>
Use rabbitmq-codegen 3.4.1

7a86b32463d38831d71708abc3e30613d36c1840 authored about 10 years ago by Ask Solem <[email protected]>
Upgrades to rabbitmq-c-0.5.3. Closes #58

14735c2349917b4bfb0ddddcf2835d8714f5cce1 authored about 10 years ago by Ask Solem <[email protected]>
Updates rabbitmq-c submodule

ff978aeac2b5ff5421259b4c26f77e4eb7583c66 authored about 10 years ago by Ask Solem <[email protected]>
Modification to allow for empty message bodies.

If we receive a message with no body (and no body_target length), we
should accept the fact and ...

639570bf4c416e2cf8947412e54419e8890cd455 authored about 10 years ago by Derek Anderson <[email protected]>
Upgrades to rabbitmq-c-0.5.3. Closes #58

5bdacb1eccd4a99141b9294f802e02dcb1da988e authored about 10 years ago by Ask Solem <[email protected]>
Updates rabbitmq-c submodule

6a9cb4ba473886f69c3f1b76f5a72e905f9332e0 authored about 10 years ago by Ask Solem <[email protected]>
Update to correct submodule URL for rabbitmq-codegen.

813dcfcab7b16b6ab48ff043dfcc47aba7b30b88 authored over 10 years ago by James Bennett <[email protected]>
We store references to hostname, userid, virtual_host, and password inside a

RabbitMQ state object. However, once those arguments leave scope inside the
init() function, Pyth...

73d66a9f5ea9b9f72e497015be3c765f7cebd10f authored over 10 years ago by Roger Hu <[email protected]>
Check if the return value is -1. If so, goto fail, which will invoke PyErr_Ocurred().

https://docs.python.org/2/c-api/int.html
https://docs.python.org/2/c-api/float.html

Somehow run...

e94026076d382444f237db7c41f768c3b366d971 authored over 10 years ago by Roger Hu <[email protected]>
Merge branch '1.5'

Conflicts:
README.rst

7d58aba8bb404f1a886c415bd417f5fb9d987a3f authored over 10 years ago by Ask Solem <[email protected]>
Bumps version to 1.5.2 and updates Changelog

0b78e7fa2f5dc4fbfc8898cb92e12da8792471d4 authored over 10 years ago by Ask Solem <[email protected]>
Fixes setup.py

2c0ef49e0c7a880b0fd7ec14de78a2d6225dcedd authored over 10 years ago by Ask Solem <[email protected]>
_recv now handles CONNECTION_CLOSE and CHANNEL_CLOSE frames. Closes #30

7f6a194693a62f05aef5d76da79519483846a854 authored over 10 years ago by Ask Solem <[email protected]>
_recv now handles CONNECTION_CLOSE and CHANNEL_CLOSE frames. Closes #30

530829374136d14da1758879830d4f784ab07b87 authored over 10 years ago by Ask Solem <[email protected]>
Add setup.cfg

6b79a8917cbce0c3e431bb0866ba2729e6f9c77a authored over 10 years ago by Roger Hu <[email protected]>
AMQP Array type now supports Tuples and other iterables, by using PyIter_* instead of PyList_*

9adc992d0a4f7e81b1b32540ad7280114b3f2fd6 authored over 10 years ago by Ask Solem <[email protected]>
Fixes SyntaxError

247e15be4dd328cfd4ce6c5224ed0e51194d2f00 authored over 10 years ago by Ask Solem <[email protected]>
Fixes version typo

8d4ee8943b8c30115e63b0c74c84569fc4e3946f authored over 10 years ago by Ask Solem <[email protected]>
Fixes version typo

a441ddb6f4d402ebcebc1e5482f989875c903a86 authored over 10 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/librabbitmq

Conflicts:
README.rst
setup.py

d136ce39a258b0f1aea34d5bb95004e3ee9abf96 authored over 10 years ago by Ask Solem <[email protected]>
Merge branch 'master' into 1.5

ccdd0de90aa2b078315c9116c78231e4e8b3c199 authored over 10 years ago by Ask Solem <[email protected]>
returns queue_declare_ok_t

Conflicts:
librabbitmq/__init__.py
rabbitmq-c

835956ff7da0de3e86cec49d9239456efdd065e0 authored over 10 years ago by Ask Solem <[email protected]>
Now depends on py-amqp

c9cc56a72b588d36ae9f6459a7c4fd855db58c3f authored over 10 years ago by Ask Solem <[email protected]>
Need to release all buffers in recv

6bd82ad004e441e304ad5c8767f98ba997369f0d authored over 10 years ago by Ask Solem <[email protected]>
Use amqp_maybe_release_buffers_on_channel instead of amqp_maybe_release_buffers

10977224fce7155b38ca2cebb184a25a2ce045a5 authored over 10 years ago by Ask Solem <[email protected]>
Do not decref Nonetype

11f58492ebf1ed052d1192614cc7f0a93adb9fa7 authored over 10 years ago by Ask Solem <[email protected]>
Tables/Arrays in properties/headers can now be of type nil (None)

84a93b60195e3a45dcf0df75f70e896046f58f45 authored over 10 years ago by Ask Solem <[email protected]>
Bumps version to 1.5.1 and updates Changelog

353e75cb5305dd82b58f5ef00844e689bb09fc85 authored over 10 years ago by Ask Solem <[email protected]>
Adds Roger Hu to AUTHORS

8f0b652372477ded0c6ac8bb631da8d4b7250f17 authored over 10 years ago by Ask Solem <[email protected]>
Merge branch 'rogerhu/fix_clockgettime' into 1.5

0699718df95c977c3ba3febd45ebd346cfcd0b72 authored over 10 years ago by Ask Solem <[email protected]>
pre merge

23994449900bd0a0e059b22b186acf82751654f6 authored over 10 years ago by Ask Solem <[email protected]>
Fix issue with clock_gettime().

Works on Ubuntu v12.04.

ff8720c736d0161af71b45746861215174733015 authored over 10 years ago by Roger Hu <[email protected]>
Enable -lrt on Linux. Closes #42

2ec4eeb400e3bdca1aa75e7963948909adff2720 authored over 10 years ago by Ask Solem <[email protected]>
Use rabbitmq-3.3.0 codegen

cef11cca875ae6e3adeabd50e11076f71f7d9ae1 authored over 10 years ago by Ask Solem <[email protected]>
Properly handle socket open errors. Closes #40

4da8e8a0a36df002f0685a590902747ba708df46 authored over 10 years ago by Ask Solem <[email protected]>
Bumps version to 1.5.0 and updates Changelog

647a50559a7444ef1d85546cab7ef12ee970647e authored over 10 years ago by Ask Solem <[email protected]>
Use channel memory pools

b2619967f510de3deb198bd84309474e55737cea authored over 10 years ago by Ask Solem <[email protected]>
Maybe fixes memory leak in basic_publish. Closes #38

5a773c53d8fa84ddeede7292d0a2524b49a75f51 authored over 10 years ago by Ask Solem <[email protected]>
exchange_delete now supports the nowait parameter (but ignored). Closes celery/kombu#321

2e6a77f8f4711e05d851aa64a8092198930c1569 authored over 10 years ago by Ask Solem <[email protected]>
Connection.fileno() now raises AttributeError if fd not set and close sets fd to 0. Closes #39

11175a09f4d8a92d07e52781a354685a9e10aaea authored over 10 years ago by Ask Solem <[email protected]>
Updated to use rabbitmq-c 0.5.0 and exposes Connection.server_properties

14141117b6e9036145b9c13816d58252613959c0 authored over 10 years ago by Ask Solem <[email protected]>
Python on Mavericks enables -mno-fused-madd not supported by clang

d744fcacaadfeed0fda2df05f51c5f05e726b999 authored over 10 years ago by Ask Solem <[email protected]>
Updates version in README

a4fc8f5c45d5bd0f76f3e2c02fce13e2a134be12 authored about 11 years ago by Ask Solem <[email protected]>
Update version in README.rst

8dcd8b0e3a15a778964ebacb154a6bf1fdc8cb75 authored about 11 years ago by Ask Solem <[email protected]>
Merge branch '1.0'

Conflicts:
librabbitmq/__init__.py
setup.py

dfc101bdf6af9572df8ba9e52297fdbb0c761a1f authored about 11 years ago by Ask Solem <[email protected]>
1.0.3 fixes installation on 10.9

b8f7c37adff04a70cb4d9e17c3fe1833e6bc9391 authored about 11 years ago by Ask Solem <[email protected]>
Remove warnings

dbcef3eca4c48ce6327113059fcd3a148a9a8855 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 1.0.2 and updates Changelog

743f81b511912c394414ccf60fc04b975c58e45a authored about 11 years ago by Ask Solem <[email protected]>
Bad frame read should be ConnectionError, not ChannelError

b82c14317185c601195b71f3fd5e3bbd3f2ac996 authored about 11 years ago by Ask Solem <[email protected]>
basic_cancel: Channel may not be in callbacks

a35a8b271c87473e4f4f30581d4d08b42316cb99 authored about 11 years ago by Ask Solem <[email protected]>
Do not continue without a connection

3bacd49cdfaa77a318f99b4f02fabe6bf73301a9 authored about 11 years ago by Ask Solem <[email protected]>
Fixes typo Channel.recover -> Channel.basic_recover

1f074c7a301fcee1c689b322f6fc6def8378e5df authored over 11 years ago by Ask Solem <[email protected]>
Fixes typo Channel.recover -> Channel.basic_recover

c1db43565bd091bb9358ea68e2f71867d574c188 authored over 11 years ago by Ask Solem <[email protected]>
returns queue_declare_ok_t

0ba02c70d727ada3ee425a562017e1e5017315dc authored over 11 years ago by Ask Solem <[email protected]>
Now depends on py-amqp

d1d32471768b0919f366f66980804ff05bd712d5 authored over 11 years ago by Ask Solem <[email protected]>
update to latest rabbitmq-c

906505c11f8b026a34c937939c7ac581782cba7a authored over 11 years ago by Ask Solem <[email protected]>
update to latest rabbitmq-c

af70f09d1685de898f38586aba7fd3c726d3d539 authored over 11 years ago by Ask Solem <[email protected]>
Distdir now requires --enable-regen-amqp-framing

6802aced4df4a40f611e4d6f95a0c61f9bb9dea7 authored over 11 years ago by Ask Solem <[email protected]>
Update to latest rabbitmq-c

592cd517d7c357d10da6f34dc2d983cf4a6932c8 authored over 11 years ago by Ask Solem <[email protected]>
Update to latest rabbitmq-c

f19188482adf3f6053a8b587abcb7f18a28762ec authored over 11 years ago by Ask Solem <[email protected]>
Announce consumer_cancel_notify capability

0948ea97bd0770a945dc0c992254d29efb32614a authored over 11 years ago by Ask Solem <[email protected]>
Update rabbitmq-c to latest

6112a5d893e09efad6ebd2af832af98cb953fcca authored over 11 years ago by Ask Solem <[email protected]>
Use inline type declarations

87afd916e7ec9156c181f810660ad56e0ca6cf2d authored over 11 years ago by Ask Solem <[email protected]>
Adds Robin Ridler to AUTHORS

d406512ff479ec77940bdb58150d956836687aae authored over 11 years ago by Ask Solem <[email protected]>
Fixed whitespace formatting.

2d077f457ea1d0b3d76cd6d81b41f49ca6be70ae authored over 11 years ago by Robin Ridler <[email protected]>
Compiler support for Oracle Solaris Studio.

94a5d98f9b6fe65fed24876ac3dadd057eb481b5 authored over 11 years ago by Robin Ridler <[email protected]>
Bad frame read must be ConnectionError, not ChannelError

850e9b05ae0659dfe2cbdfade53b72f3a1ea1116 authored over 11 years ago by Ask Solem <[email protected]>
Fixes basic_cancel when connection is None

be751fe2cc705c760d94569fea9d378ab7f72824 authored over 11 years ago by Ask Solem <[email protected]>
Classifiers incorrectly listed Windows as supported platform. Issue #26

7c150b19e3cb3c1535901e88e6c0932fabf5676c authored almost 12 years ago by Ask Solem <[email protected]>
setup.py: Raise exception if make not found

a8b7f8fc8c3e5748f2b1e4745eb3c81021f7b8a8 authored almost 12 years ago by Ask Solem <[email protected]>
Adds Justin Mayfield to AUTHORS

1d67e3c82ad6b1d3dfacbeef5d2ecfc3c657b584 authored almost 12 years ago by Ask Solem <[email protected]>
Modify setup.py so 'develop' command works. This allows me to

pip install directly from my github repo.

ecb63f4ac7472020871c5791976a2e9c5f3b26d0 authored almost 12 years ago by Justin Mayfield <[email protected]>
"Better" impl of poll in timeout functions.

Added return of error response in poll calls and safer type coercion
when converting from (doubl...

92db3842a45481adb685f736d1732444f3bf956c authored almost 12 years ago by Justin Mayfield <[email protected]>
Use poll() on everything but windows machines so that large file

descriptors don't crash the interpreter, and will also work.

Issue #23

ed736570542d484da0146f1a298e3613c9014335 authored almost 12 years ago by Justin Mayfield <[email protected]>
Cosmetics

d6d6562670a863caf70f3ee747ba7aa323e46fa6 authored almost 12 years ago by Ask Solem <[email protected]>
Bumps version to 1.0.1 and updates Changelog

310a318db5317428a84040f966812a67ee4ef08a authored almost 12 years ago by Ask Solem <[email protected]>
Remove amqp dependency (not required yet)

6e22180400a8260ccc0a9505ec2c7321420077de authored almost 12 years ago by Ask Solem <[email protected]>
Renames queue_unbind argument binding_key -> routing_key (Issue #16)

ae380528e946d9f2c33a7def87303f22e9e3b150 authored almost 12 years ago by Ask Solem <[email protected]>
Removes -ansi compile option, as snprintf was first defined in C99. Closes #17

e486dd252e5aedb93884847170d0c160828d45f6 authored almost 12 years ago by Ask Solem <[email protected]>
Adds Marcus Cobden to AUTHORS

bc799a5c470e1c3b9c6ad73c9be5a9793a0c68a7 authored almost 12 years ago by Ask Solem <[email protected]>
Merge branch 'leth/issues/15-leaks'

25543ff5486e589f42749e6b0ea02c527c3c3965 authored almost 12 years ago by Ask Solem <[email protected]>
Adds Eric Siegel to AUTHORS

e1605c6df07322681b20edc45e2a2d6f9e2918ca authored almost 12 years ago by Ask Solem <[email protected]>
Fix memory leak described in issue #15

AMQTable_toPyDict was being called twice in the PyDICT_SETSTR_DECREF macro.
The decref was appli...

43bdae65a284076a4c1503bc67da0d4cf0a0d38d authored almost 12 years ago by Eric <[email protected]>
Fix small potential to leak reference to message object

8c7b6d7b9c4229a27efe5b10f5bc918c3f9eb245 authored almost 12 years ago by Marcus Cobden <[email protected]>