mitogen/ansible_mitogen
David Wilson 2647f73501 ansible: bump UNIX listener default backlog, and set it to match forks.
The connection multiplexer can expect to not be scheduled at least until
every $forks worker processes has attempted a connection, so the backlog
must be able to hold every worker.
2018-09-08 20:53:11 +01:00
..
plugins issue #342: forward _create_control_path() to SSH plugin. 2018-08-19 21:28:34 +01:00
__init__.py ansible: restructure to avoid intermediate imports 2018-03-19 21:58:29 +05:45
connection.py ansible: use template-expanded delegate_to hostname in one more location. 2018-09-08 20:53:11 +01:00
loaders.py issue #321: take remote_tmp and system_tmpdirs into account. 2018-08-19 18:50:53 +01:00
logging.py issue #317: ansible: fix log filtering in several cases 2018-07-23 13:33:08 -07:00
mixins.py ansible: avoid roundtrip in copy action due to fixup_perms2(). 2018-08-20 13:28:45 +01:00
module_finder.py ansible: fix 3.x dependency scanning on OS X 2018-07-08 16:06:08 +01:00
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 2018-07-22 16:24:42 -07:00
planner.py ansible: don't crash when adhoc tries to run a missing module. 2018-08-18 16:43:59 +01:00
process.py ansible: bump UNIX listener default backlog, and set it to match forks. 2018-09-08 20:53:11 +01:00
runner.py issue #321: 2.4+ compatibility fixes, disable test on Vanilla. 2018-08-19 19:26:54 +01:00
services.py issue #321: fix probable threading issue. 2018-08-19 19:03:20 +01:00
strategy.py issue #299: ansible: fix PluginLoader.get() monkey-patch 2018-07-12 22:40:15 +01:00
target.py issue #321: take remote_tmp and system_tmpdirs into account. 2018-08-19 18:50:53 +01:00