summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The bitcount will reset only when we move to the next byte.fix-bitmap-parsingOmer Katz2019-02-282-2/+8
* for deserialisation, correct offset for bits (#187)Allan Simon2019-02-272-1/+9
* Added RabbitMQ integration tests (#257)Matus Valo2019-02-184-31/+142
* Fix broken setup.py test --pytest-argsMatus Valo2019-02-151-2/+3
* Fix spacing from #254. (#255)Patrick Cloke2019-02-071-1/+1
* Added support of cygwin platform (#254)Matus Valo2019-02-071-0/+3
* Bump version: 2.4.0 → 2.4.1v2.4.1Omer Katz2019-02-044-4/+4
* Updated changelog.Omer Katz2019-02-041-0/+40
* Treat EWOULDBLOCK as timeout (#253)Lucian Petrut2019-02-042-0/+22
* Always treat SSLError timeouts as socket timeouts (#247)Dirk Mueller2019-01-312-1/+21
* Support float read_timeout/write_timeout (#246)cadl422019-01-282-7/+19
* Add unit test for SSLTransport _write function (#251)Antonio Ojea2019-01-271-0/+21
* read_frame python3 compatible for large payloads (#248)Antonio Ojea2019-01-262-1/+12
* Add unit test for test_wrap_socket_sni (#250)Antonio Ojea2019-01-251-0/+11
* Fix crash in basic_publish when broker does not support connection.blocked ca...Matus Valo2019-01-173-8/+162
* basic_consume() should return consumer tag instead of tuple (#240)Matus Valo2019-01-153-5/+16
* Parametrize product_version in integration tests (#236)Matus Valo2019-01-141-1/+2
* Bump PyPy to 6.0. Add PyPy3 to the build process. (#238)Matus Valo2019-01-142-2/+7
* Bump version: 2.3.2 → 2.4.0v2.4.0Omer Katz2019-01-134-4/+4
* Update changelog.Omer Katz2019-01-131-1/+102
* Move delivery_info to constructor of Message. (#235)Matus Valo2019-01-104-7/+89
* queue, exchange and basic.get integration tests (#234)Matus Valo2019-01-042-40/+376
* Use tuple instead of list.Omer Katz2019-01-011-2/+2
* Don't return method signature from AbstractChannel::wait() (#233)Matus Valo2018-12-314-11/+53
* Don't revive channel when connection is closing (#220)Matus Valo2018-12-305-4/+40
* Improved empty AMQPError string representation (#231)Matus Valo2018-12-292-3/+26
* Fix basic_consume() with no consumer_tag provided (#221)Matus Valo2018-11-263-28/+171
* Prevent failed checks in integration tests caused by table datatype (#216)Matus Valo2018-11-071-5/+25
* Added unittest for having_timeout (#217)Matus Valo2018-11-071-0/+46
* Drain events before publish data. (#214)Matus Valo2018-11-072-4/+58
* Change direct SSLSocket instantiation with wrap_socket (#215)avborhanian2018-11-061-3/+8
* Added integration tests (#213)Matus Valo2018-11-063-1/+274
* pinned flake8Asif Saif Uddin2018-11-061-1/+1
* Handle negative acknowledgments sent by RMQ (#208)Matus Valo2018-10-196-15/+97
* Improved tests of Connection.connect, Connection.close behaviors (#212)tomc7972018-10-161-7/+39
* Fix Protocol not available for BSD (#200) (#211)George Tantiras2018-10-131-0/+3
* Issue#209: Connection.connect, Connection.close don't close socket on excepti...tomc7972018-10-124-49/+141
* Add field type "x" (byte array) (#204)Davis Kirkendall2018-09-132-4/+18
* Added Python 3.7 to the build matrix. Enabled stages. (#203)Omer Katz2018-08-162-0/+15
* AMQP protocol header for AMQP 0-9-1 (#202)Carl Hörberg2018-08-161-1/+1
* Fix encoding errors (#198)Evan2018-08-133-6/+42
* Fix inconsistent frame_handler return value (#199)Evan2018-08-132-13/+16
* Fixed changelog.v2.3.2Omer Katz2018-05-301-14/+14
* Bump version: 2.3.1 → 2.3.2Omer Katz2018-05-304-4/+4
* Updated changelog.Omer Katz2018-05-301-0/+14
* remove socket option TCP_USER_TIMEOUT for osx, fixes #193 #193 (#194)Ofer Horowitz2018-05-301-0/+2
* Bump version.v2.3.1Omer Katz2018-05-281-2/+2
* Fix date.Omer Katz2018-05-281-1/+1
* Format code.Omer Katz2018-05-281-1/+1
* Sort imports.Omer Katz2018-05-281-1/+1