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/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.
6 years ago
..
plugins issue #342: forward _create_control_path() to SSH plugin. 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 6 years ago
connection.py ansible: use template-expanded delegate_to hostname in one more location. 6 years ago
loaders.py issue #321: take remote_tmp and system_tmpdirs into account. 6 years ago
logging.py issue #317: ansible: fix log filtering in several cases 6 years ago
mixins.py ansible: avoid roundtrip in copy action due to fixup_perms2(). 6 years ago
module_finder.py ansible: fix 3.x dependency scanning on OS X 6 years ago
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 6 years ago
planner.py ansible: don't crash when adhoc tries to run a missing module. 6 years ago
process.py ansible: bump UNIX listener default backlog, and set it to match forks. 6 years ago
runner.py issue #321: 2.4+ compatibility fixes, disable test on Vanilla. 6 years ago
services.py issue #321: fix probable threading issue. 6 years ago
strategy.py issue #299: ansible: fix PluginLoader.get() monkey-patch 6 years ago
target.py issue #321: take remote_tmp and system_tmpdirs into account. 6 years ago