You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/mitogen
David Wilson e4c832685d core: synchronize Stream._output_buf by deferring send()
Previously _output_buf was racy. This may or may not be cheaper than
simply using a lock, but it requires much less code, so I prefer it for
now.
8 years ago
..
ansible Initial commit. 8 years ago
compat Initial commit. 8 years ago
__init__.py fix unbelievably dumb variable shadowing 8 years ago
core.py core: synchronize Stream._output_buf by deferring send() 8 years ago
fakessh.py fakessh: fix non-master context ID allocation. 8 years ago
master.py Replace `with_context` parameter with mitogen.core.takes_econtext decorator 8 years ago
ssh.py Tidy up logging of command lines for easier cutpaste. 8 years ago
sudo.py ssh: Learn to type passwords and supply pubkeys. 8 years ago
tcp.py Initial commit. 8 years ago
utils.py Initial commit. 8 years ago