summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/process
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete Python 2.x controller code.Matt Clay2022-03-081-4/+2
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-1/+1
* Remove PyCrypto (#74699)Sam Doran2021-05-181-14/+0
* Fix fallback to devnull when trying to preserve stdin in worker (#74192)Martin Krizek2021-04-151-8/+9
* Use a file-like obj for stdout/stderr for deadlock workaround (#74156)Martin Krizek2021-04-061-2/+1
* Implement workaround for stdout deadlock in multiprocessing shutdown (#74099)Matt Martz2021-04-051-0/+13
* Allow callbacks from forks (#70501)Matt Martz2020-08-171-9/+6
* fix vault temp file handling (#68433)Brian Coca2020-03-251-0/+11
* Explicitly use multiprocessing fork start method (#63581)Matt Martz2019-10-161-2/+2
* Avoid WorkerProcess._new_stdin FD sharing (#51623) (#51624)dw2019-03-261-19/+30
* Avoid accidental fork bombs due to try/except (#51633) (#51636)dw2019-02-041-0/+33
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-6/+3
* Remove unused rslt_q, rename the one queue to final_q everywhere (#43894)Matt Martz2018-08-131-6/+6
* include_role handlers bug fix (#26335)Will Thames2017-07-191-3/+3
* Cyptography pr 20566 rebase (#25560)Toshio Kuratomi2017-06-271-6/+8
* ansible/executor: PEP8 compliancy (#24695)Dag Wieers2017-05-302-21/+19
* tolerate 'batch' systems that mess with stdin (#23596)Brian Coca2017-04-181-15/+19
* Stash post-validated fields of the task in the TaskResultJames Cammarata2017-02-211-3/+18
* Revert "Move queuing tasks to a background thread"James Cammarata2016-09-151-5/+2
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-14/+5
* Move queuing tasks to a background threadJames Cammarata2016-08-311-2/+5
* py3-friendly multi-exception fix for missing fileno under debuggernitzmahone2016-08-231-1/+1
* fix pycharm debugger issue on missing filenonitzmahone2016-08-231-1/+1
* Performance improvementsJames Cammarata2016-08-082-199/+15
* Use loop_control.loop_var directlyAbhijit Menon-Sen2016-07-011-1/+1
* Tweak the poll time to 0.005 to improve perf with large playbooksJames Cammarata2016-06-061-1/+1
* Fix sleep intervals (14219)Andrey Shestakov2016-05-311-1/+1
* Make the loop variable (item by default) settable per taskJames Cammarata2016-04-191-1/+4
* Correct the worker.run documentationToshio Kuratomi2016-04-121-6/+3
* moved last utils.debug to display.debugBrian Coca2016-04-082-14/+23
* Make sure VariableManager has a view of HostVarsJames Cammarata2016-04-051-1/+1
* Renaming per-item and retry callbacksJames Cammarata2016-03-181-4/+4
* Merge pull request #14793 from xiaket/develBrian Coca2016-03-071-1/+1
|\
| * remove main_q for simplicity.夏恺(Xia Kai)2016-03-041-1/+1
* | add per item diff handlingBrian Coca2016-03-071-0/+2
|/
* issue callbacks per item and retry failsJames Cammarata2016-02-232-0/+14
* correctly handle term signalsBrian Coca2016-02-082-3/+3
* Transform tracebacks into unicode before printingToshio Kuratomi2016-01-251-3/+4
* Changing the way workers are forkedJames Cammarata2015-12-111-70/+46
* Make sure run_once tasks properly set variables for all active hostsJames Cammarata2015-11-301-1/+1
* Don't modify things we've put on the queueJames Cammarata2015-11-171-2/+0
* Performance improvements for HostVars and some bugfixesJames Cammarata2015-11-162-10/+11
* Remove unnecessary sleep from result processJames Cammarata2015-11-131-1/+1
* Reduce spinning while waiting on queuesJames Cammarata2015-11-121-2/+2
* Add variable compression optionJames Cammarata2015-11-051-1/+9
* Fixing up performanceJames Cammarata2015-11-051-6/+16
* properly sanitize registered varsBrian Coca2015-10-301-1/+6
* removed key striping as they are read up the chainBrian Coca2015-10-301-2/+1
* sanatize resultsBrian Coca2015-10-241-1/+2