Mirror of mitogen
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.
 
 
 
Go to file
David Wilson 870bbe0eae unix: don't crash listener if remote end disconnects.
In some scenarios, Ansible's worker seems to exit early, resulting in
EPIPE during .recv() or .send(). Log an error and gracefully disconnect
in that case.
6 years ago
.github Add GitHub issue template. 6 years ago
.travis tests: rationalize matrix and rewrite ansible_tests 6 years ago
ansible_mitogen ansible: bump UNIX listener default backlog, and set it to match forks. 6 years ago
docs docs: update Changelog. 6 years ago
examples examples: fix mitogen-fuse on 2.x. 6 years ago
mitogen unix: don't crash listener if remote end disconnects. 6 years ago
tests issue #337: ssh: disabling PTYs round 2: make it automatic. 6 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 7 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml Correct DISTROS variable name for ansible_tests. 6 years ago
LICENSE Add license text everywhere. 7 years ago
README.md commented out travis badge 6 years ago
dev_requirements.txt Fix GitHub vulnerability notification. 6 years ago
preamble_size.py add --dump to preamble_size.py. 6 years ago
run_tests Record ulimit -a in run_test output. 6 years ago
setup.cfg Ignore another annoying flake8 message. 7 years ago
setup.py Update trove classifiers. 6 years ago
tox.ini Fix invocation of test runner by tox 7 years ago

README.md