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 be6ab52fe1 issue #488: fix shutdown damage caused in 6ca2677de5
os._exit() subverted calm shutdown, meaning unix.Listener never had a
chance to cleanup its socket.

Move unix.Listener socket cleanup into its class so it is automatic
during shutdown, rather than cutpasted for each consumer.

Disable the watcher thread in the MuxProcess, it is useless.

Add .sock extension to /tmp/mitogen_unix_*, so we can write a test.
6 years ago
..
compat/simplejson issue #477: vendorize the last 2.4-compatible simplejson 6 years ago
plugins ansible: synchronize module needs '.docker_cmd' attr for Docker plugin. 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 6 years ago
connection.py issue #490: prevent double close() destroying unrelated Connection. 6 years ago
loaders.py issue #400: rework the monkeypatch. 6 years ago
logging.py issue #61: unused import (reported by LGTM) 6 years ago
mixins.py issue #477: target.file_exists() wrapper. 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 issue #477 / ansible: avoid a race in async job startup. 6 years ago
process.py issue #488: fix shutdown damage caused in 6ca2677de5 6 years ago
runner.py issue #477: shlex.split() in 2.4 required bytes input. 6 years ago
services.py issue #461: Ansible 2.3-compatible _get_candidate_temp_dirs(). 6 years ago
strategy.py issue #412: promote "mitogen_get_stack" to the main extension. 6 years ago
target.py issue #477 / ansible: avoid a race in async job startup. 6 years ago
transport_config.py issue #477: fix sudo_args selection. 6 years ago