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 f6d436783c issue #106: add Service.__repr__, reply to bad calls
* Don't hang callers that fail validate_args(), instead tell them their
  message was rejected.
* Add Service.repr for nicer logging.
7 years ago
..
compat
__init__.py
core.py issue #106: _unpickle_context() did not allow nameless contexts. 7 years ago
debug.py
docker.py
fakessh.py Add maximum message size checks. Closes #151. 7 years ago
fork.py issue #155: fix double-fork behaviour and test it this time. 7 years ago
master.py Introduce handler policy functions; closes #138. 7 years ago
parent.py Introduce handler policy functions; closes #138. 7 years ago
service.py issue #106: add Service.__repr__, reply to bad calls 7 years ago
ssh.py ssh: enable app-level keepalive by default; closes #77 7 years ago
sudo.py
unix.py unix: simplify return statements. 7 years ago
utils.py