summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/process
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleaning up FIXMEsJames Cammarata2015-10-222-9/+7
* Simplify group_by by removing BYPASS_HOST_LOOP from the actionJames Cammarata2015-10-191-1/+1
* Clean up a few more pyflakes warningsToshio Kuratomi2015-10-191-1/+1
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-162-9/+3
* Don't assume handlers exist in the same role (if any)James Cammarata2015-09-291-3/+0
* Use the task loop to calculate multiple delegated hostsJames Cammarata2015-09-251-6/+1
* Catch worker errors that may be subclassed on others that lead to incorrect e...James Cammarata2015-09-171-10/+14
* Re-adding part of 926f127 which was actually fixing #12277James Cammarata2015-09-111-1/+1
* Revert "set_fact should put facts in the fact_cache, not vars_cache"James Cammarata2015-09-111-1/+1
* set_fact should put facts in the fact_cache, not vars_cacheJames Cammarata2015-09-091-1/+1
* Python 3: use six.text_type instead of unicodeMarius Gedminas2015-09-041-2/+2
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+3
* Use 'except ... as' syntaxMarius Gedminas2015-08-271-2/+2
* Comments pointing the way towards substituting cryptography for pycryptoToshio Kuratomi2015-08-242-0/+4
* changed check to avoid OS X broken sem_getvalue()Brian Coca2015-08-181-1/+1
* Performance improvementsJames Cammarata2015-08-172-37/+33
* Switch up the task/host overrides for PlayContext to use the compiled vars dictJames Cammarata2015-07-281-1/+1
* Reworking internal result flags and making sure include_vars hides vault dataJames Cammarata2015-07-271-3/+3
* Moving ConnectionInformation -> PlayContextJames Cammarata2015-07-211-3/+3