py-libp2p/libp2p/security
mhchia 5b4b65faa8
Change default value of read()
From `n = -1` to `n = None`, to comply with trio API
2020-01-26 23:03:38 +08:00
..
insecure Change default value of read() 2020-01-26 23:03:38 +08:00
secio Change default value of read() 2020-01-26 23:03:38 +08:00
__init__.py Scaffold security 2019-04-27 19:42:05 -04:00
base_session.py Merge pull request #331 from dmuhs/fix/docs-format 2019-10-28 09:39:52 -06:00
base_transport.py Enforce pre-summary newline in docstrings 2019-10-24 20:10:45 +02:00
exceptions.py Move HandshakeFailure to libp2p.security 2019-09-16 19:09:09 +08:00
secure_conn_interface.py Negotiate multiselect version for Muxer 2019-08-21 11:43:24 +08:00
secure_transport_interface.py Enforce pre-summary newline in docstrings 2019-10-24 20:10:45 +02:00
security_multistream.py Replace (check and) del pattern with pop method 2019-11-20 23:06:37 +08:00