summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Set an explicit timeout on SSL handshake to prevent hangsCarlos Corbacho2022-11-121-0/+8
* Use AF_UNSPEC for name resolution (#389)John Eckersberg2022-04-081-37/+3
* document memoryview usage, minor frame_writer.write_frame refactor (#384)Paul Brown2021-12-242-7/+31
* improve performance of _get_free_channel_id, fix channel max bug (#385)Paul Brown2021-12-222-2/+8
* append to _used_channel_ids in _used_channel_idsPaul Brown2021-12-201-0/+1
* Unit test should run against all transport classesMichael Lazar2021-12-161-9/+10
* Add additional error handling around code where an OSError may be raised on f...Michael Lazar2021-12-161-0/+17
* reduce memory usage of Connection (#377)Paul Brown2021-12-141-1/+5
* Adding two tests, for Connection.collect and Transport.close.VinayGValsaraj2021-12-122-5/+19
* Fix typosKian-Meng, Ang2021-11-061-7/+7
* Remove dependency to caseMatus Valo2021-09-154-2/+81
* Fix ordering of context.check_hostname and context.verify_mode so as to not r...Colton Hicks2021-02-221-1/+42
* Add missing load_default_certs() call. (#350)Moisés Guimarães de Medeiros2021-01-272-56/+116
* Fix _wrap_socket_sni (#347)Moisés Guimarães de Medeiros2020-12-223-86/+85
* Make flake8 happyMatus Valo2020-11-081-2/+4
* autopep8 + isortOmer Katz2020-11-082-32/+32
* Basic publish confirm timeout fix (#343)RezaSi2020-11-081-1/+3
* Reintroduce ca_certs and ciphers parameters of SSLTransport._wrap_socket_sni(...Matus Valo2020-11-081-8/+130
* Cosmetic improvements to read_frame()Matus Valo2020-10-131-1/+4
* Explicitely test userid, pass and vhost in repr() testsMatus Valo2020-09-141-6/+22
* Added __repr__ to Connection() and *Transport() classesMatus Valo2020-09-143-0/+53
* pyupgrade.Omer Katz2020-09-037-15/+15
* Stop to use deprecated method ssl.wrap_socket (#327)Hervé Beraud2020-09-021-10/+4
* Migrate another case imports to unittest.mock after dropping python 3.5Matus Valo2020-09-024-13/+5
* Happify linters.Omer Katz2020-08-311-46/+49
* Adjust test to actual default.Omer Katz2020-08-311-1/+2
* isort.Omer Katz2020-08-315-7/+6
* Python issue 10272 has been fixed in Python 3.1.Omer Katz2020-08-311-1/+1
* Remove get_errno() since it is no longer needed.Omer Katz2020-08-311-21/+1
* All supported Python versions detect the optimal Python version.Omer Katz2020-08-311-1/+1
* Use unittest.mock instead of caseMatus Valo2020-08-2010-15/+29
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-1914-77/+28
* Fix buffer overflow in frame_writer after frame_max is increasedDan Fuller2020-07-251-0/+9
* Fix deserialization of long string field values that are not utf-8.Tim Burke2020-05-301-0/+1
* Fix saving partial read buffer on windows during socket timeout. (#321)Tim Burke2020-05-241-0/+37
* Cython generic content (#315)Matus Valo2020-04-211-2/+4
* Implement speedups in cython (#311)Matus Valo2020-04-072-14/+26
* Added negative scenario for TLS integration test (#300)Matus Valo2020-01-153-16/+94
* Add support for TLS integration tests. (#299)Matus Valo2020-01-083-7/+68
* Addded a test for creating a channel when the connection is closed.Omer Katz2019-09-111-0/+6
* Added a test.Omer Katz2019-09-111-2/+8
* Undeprecate auto_delete flag for exchanges. (#287)Gilbert Gilb's2019-08-131-6/+4
* Fix faulty ssl sni intiation parameters (#283)Dhananjay Sathe2019-08-041-1/+1
* Close channel in integration testsMatus Valo2019-06-141-0/+1
* Read also rabbitmq host from env. variable in integration testsMatus Valo2019-06-141-1/+4
* Ignore all methods except Close and Close-OK when channel/connection is closi...Matus Valo2019-06-133-2/+132
* Cleanups (#269)Omer Katz2019-03-252-2/+3
* pep8.Omer Katz2019-03-251-0/+1
* Mark integration tests as flaky.Omer Katz2019-03-191-0/+3
* Display rabbitmq logs on failure.Omer Katz2019-03-191-0/+7