summaryrefslogtreecommitdiff
path: root/t/unit
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-241-7/+20
* improve performance of _get_free_channel_id, fix channel max bug (#385)Paul Brown2021-12-221-2/+4
* 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
* Remove dependency to caseMatus Valo2021-09-153-2/+57
* 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-271-56/+89
* Fix _wrap_socket_sni (#347)Moisés Guimarães de Medeiros2020-12-221-83/+58
* 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-142-0/+52
* pyupgrade.Omer Katz2020-09-035-13/+13
* 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-023-9/+4
* Happify linters.Omer Katz2020-08-311-46/+49
* Adjust test to actual default.Omer Katz2020-08-311-1/+2
* isort.Omer Katz2020-08-314-6/+5
* 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-208-13/+24
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-1911-68/+25
* 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-071-13/+25
* 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
* Ignore all methods except Close and Close-OK when channel/connection is closi...Matus Valo2019-06-132-2/+36
* Cleanups (#269)Omer Katz2019-03-251-2/+1
* isort.Omer Katz2019-03-029-15/+14
* The bitcount will reset only when we move to the next byte. (#260)Omer Katz2019-03-021-0/+7
* Test array inside table.Omer Katz2019-02-281-1/+8
* for deserialisation, correct offset for bits (#187)Allan Simon2019-02-271-0/+7
* Treat EWOULDBLOCK as timeout (#253)Lucian Petrut2019-02-041-0/+18
* Always treat SSLError timeouts as socket timeouts (#247)Dirk Mueller2019-01-311-1/+17
* Support float read_timeout/write_timeout (#246)cadl422019-01-281-6/+16
* Add unit test for SSLTransport _write function (#251)Antonio Ojea2019-01-271-0/+21