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.
2018-04-01 16:39:10 +01:00
..
compat Initial commit. 2018-03-19 21:35:13 +05:45
__init__.py Whups, don't always enable profiling in mitogen.main() 2018-03-26 15:06:13 +05:45
core.py issue #106: _unpickle_context() did not allow nameless contexts. 2018-04-01 16:39:10 +01:00
debug.py issue #150: tidy up mitogen.debug output for use next time 2018-03-19 21:58:35 +05:45
docker.py issue #150: ansible: add basic Docker support. 2018-03-19 21:58:34 +05:45
fakessh.py Add maximum message size checks. Closes #151. 2018-03-29 18:54:55 +05:45
fork.py issue #155: fix double-fork behaviour and test it this time. 2018-03-29 23:57:24 +05:45
master.py Introduce handler policy functions; closes #138. 2018-03-29 21:40:33 +05:45
parent.py Introduce handler policy functions; closes #138. 2018-03-29 21:40:33 +05:45
service.py issue #106: add Service.__repr__, reply to bad calls 2018-04-01 16:39:10 +01:00
ssh.py ssh: enable app-level keepalive by default; closes #77 2018-03-29 19:16:21 +05:45
sudo.py issue #141: remove reference to incomplete change 2018-03-19 21:58:34 +05:45
unix.py unix: simplify return statements. 2018-03-26 19:27:43 +05:45
utils.py ansible: redirect logging into display 'framework'. closes #111 2018-03-19 21:58:32 +05:45