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
Jonathan Rosser 0bd3c6cba5 Fix AnsibleUnsafeText when copying files larger than SMALL_FILE_LIMIT
Small files are carried in-band in the communication between
controller and remote, with larger files being copied by falling back
to a more traditional ansible put_file mechanism. This large
file code path was missed in b822f20.
3 months ago
..
compat Remove vendored mitogen.compat.simplejson 2 years ago
plugins add SSH args into options documentation 2 years ago
utils ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 8 months ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
affinity.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
connection.py Fix AnsibleUnsafeText when copying files larger than SMALL_FILE_LIMIT 3 months ago
loaders.py Ansible 10 (ansible-core 2.17) support 3 months ago
logging.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mixins.py ansible_mitogen: Handle unsafe paths in _remote_chmod 3 months ago
module_finder.py mitogen: Support PEP 451 ModuleSpec API, required for Python 3.12 8 months ago
parsing.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
planner.py ansible_mitogen: Respect ansible_facts.discovered_interpreter_python more 3 months ago
process.py ansible_mitogen: Fix "filedescriptor out of range in select()" in WorkerProcess 7 months ago
runner.py mitogen: Support PEP 451 ModuleSpec API, required for Python 3.12 8 months ago
services.py ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 8 months ago
strategy.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
target.py Remove vendored mitogen.compat.simplejson 2 years ago
transport_config.py Fix 'ansible_host_key_checking' and 'ansible_ssh_host_key_checking' for 7 months ago