summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* modules: _librabbit: connection: fix warnings that get flagged as errors in l...bhavay grover2022-10-151-9/+6
* Add connect_timeout parameter to Connection (#161)Silas Parker2021-12-192-3/+17
* Simplify memory leak fix (avoid using amqp_pool_alloc)Henry Tang2020-04-182-165/+74
* Fix segmentation fault in basic_publishHenry Tang2020-04-151-9/+15
* Fix _PYRMQ_INLINE to adapt to changes in python3.7+ C APIDmitry Aminev2020-04-141-1/+1
* Fix memory leaks from "Maybe_Unicode" (fixes #27 #125)Henry Tang2020-03-282-51/+262
* handle non-ascii headersDavid Szotten2019-04-111-1/+1
* fixes #79Rodolfo Picoreti2018-07-271-1/+1
* Bumped version to 2.0Matus Valo2018-01-191-1/+1
* Merge pull request #98 from merutak/recv-same-channelAsif Saifuddin Auvi2018-01-151-2/+10
|\
| * in recv, make sure all frames are read from the same channel. seems to fix #97Amichai Schreiber2017-08-171-2/+10
* | Merge pull request #104 from Hardtack/masterAsif Saifuddin Auvi2017-11-081-11/+24
|\ \
| * | Convert dict key type to bytes typeChoi Geonu2017-10-241-1/+1
| * | AMQP_EMPTY_* were deprecated since v0.1Choi Geonu2017-10-241-9/+9
| * | Return NULLs explicitly in the module initializationChoi Geonu2017-10-241-1/+14
* | | _queue_declare() should return queue name as string not bytesMatus Valo2017-10-202-4/+3
|/ /
* | use PyUnicode_FromStringAndSize in PySTRING_FROM_AMQBYTES macro.Matus Valo2017-09-131-2/+8
* | Module initialization ported to python3Matus Valo2017-09-102-3/+35
* | Python3 PyObject_CallMethodObjArgs method name should be str not bytesMatus Valo2017-09-102-1/+3
* | Use portable s# instead of t# format string in PyArg_ParseTupleMatus Valo2017-09-101-1/+1
* | Use memoryviews instead of old style buffersMatus Valo2017-09-102-4/+17
* | Added PyInt_AS_LONG and PyInt_Check macrosMatus Valo2017-09-101-0/+2
* | Use %R instead of %s in PeErr_Format for object REPRMatus Valo2017-09-101-2/+2
* | Don't use Py_TPFLAGS_HAVE_WEAKREFS tp flag under python3Matus Valo2017-09-101-2/+7
* | Convert PyString -> PyBytesMatus Valo2017-09-052-11/+11
* | Use Py_TYPE() instead of self->ob_typeMatus Valo2017-09-051-1/+1
* | Removed python <= 2.6 compatibility ifdefsMatus Valo2017-09-052-28/+16
|/
* Merge pull request #47 from rogerhu/fix_hostname_corruptionAsk Solem Hoel2016-03-221-8/+32
|\
| * We store references to hostname, userid, virtual_host, and password inside aRoger Hu2014-06-181-8/+32
* | Allow AMQP client properties to be exposed when connecting to RMQ broker.Roger Hu2015-10-302-8/+29
* | Check if the return value is -1. If so, goto fail, which will invoke PyErr_O...Roger Hu2015-10-301-4/+8
* | Add support for boolean.Roger Hu2015-10-301-0/+23
* | More data type fixes for 64-bit compatibilityMichael Verrilli2015-10-301-5/+5
* | 64-bit fixesMichael Verrilli2015-10-301-2/+2
* | 64-bit fixesMichael Verrilli2015-10-301-3/+3
* | Adding in message_count to the delivery_info. Fixes test case.Michael Verrilli2015-10-301-0/+6
* | Cosmetics for #59Ask Solem2014-11-191-4/+7
* | Modification to allow for empty message bodies.Derek Anderson2014-11-191-1/+5
* | Bumps version to 1.6.1 and updates Changelogv1.6.1Ask Solem2014-11-171-1/+1
* | Bumps version to 1.6.0 and updates ChangelogAsk Solem2014-11-171-1/+1
* | Upgrades to rabbitmq-c-0.5.3. Closes #58Ask Solem2014-11-171-1/+1
|/
* Bumps version to 1.5.2 and updates Changelogv1.5.21.5Ask Solem2014-05-281-1/+1
* _recv now handles CONNECTION_CLOSE and CHANNEL_CLOSE frames. Closes #30Ask Solem2014-05-281-3/+40
* AMQP Array type now supports Tuples and other iterables, by using PyIter_* in...Ask Solem2014-05-191-28/+34
* 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-061-1/+1
* Properly handle socket open errors. Closes #40Ask Solem2014-04-151-3/+19