summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout/windows.rb
Commit message (Expand)AuthorAgeFilesLines
* log to our own fileMatt Wrock2015-09-281-7/+24
* add logging for each child process killedMatt Wrock2015-09-241-0/+1
* kill all windows child processes when the command times outMatt Wrock2015-09-241-0/+15
* prevent shellout from attempting to execute a directory on windowsMatt Wrock2015-09-111-2/+6
* Remove dependency on windows-prjdm/no-windows-prJay Mundrawala2015-08-261-7/+2
* On windows, send sigkill to process if it exceeds its alloted timeJay Mundrawala2014-12-181-0/+6
* Fix live_stream for windowsJay Mundrawala2014-12-171-1/+1
* remove LC_ALL default environment variableLamont Granquist2014-08-281-1/+0
* Simplify live_stream vs live_stdout vs live_stderr based on PR commentsMax Lincoln2014-07-171-1/+1
* Support separate live stream for stderrMax Lincoln2014-07-171-1/+1
* Merge pull request #26 from akshaykarle/masterSerdar Sutay2014-05-131-1/+3
|\
| * Add stderr to live_stream.Akshay Karle2013-09-261-1/+3
* | Handle leak fix for leaked token handle, avoid double closeadamedx2014-03-171-2/+2
|/
* Set domain to . if no domain is passedMoser, Kevin2013-03-131-2/+3
* Update hash reference to symbolsMoser, Kevin2013-03-131-2/+2
* Add option validationMoser, Kevin2013-03-131-0/+9
* Remove remote_call optionMoser, Kevin2013-01-151-2/+0
* Add local_system fileMoser, Kevin2013-01-111-1/+1
* Add process impersonationMoser, Kevin2013-01-111-0/+5
* [CHEF-2994][WINDOWS] Expanded Utils.should_run_under_cmd?() to work like Ruby...Ho-Sheng Hsiao2012-05-101-1/+34
* [CHEF-2994][WINDOWS] Fixed Utils.which()Ho-Sheng Hsiao2012-05-101-10/+26
* [CHEF-2994][WINDOWS] Mixlib::ShellOut::Windows should push input into stdinHo-Sheng Hsiao2012-05-101-0/+5
* [CHEF-2994][WINDOWS] Mixlib::ShellOut::Windows::Utils.which() is broken and s...Ho-Sheng Hsiao2012-05-101-1/+4
* [CHEF-2994][WINDOWS] Factored out utility methods to Mixlib::ShellOut::Window...Ho-Sheng Hsiao2012-05-101-18/+24
* [CHEF-2994][WINDOWS] Broke out monkey patches to mixlib/shellout/windows/core...Ho-Sheng Hsiao2012-05-101-364/+4
* [CHEF-2994][WINDOWS] Broke up #command_to_run into manageable chunksHo-Sheng Hsiao2012-05-101-14/+19
* [CHEF-2994][WINDOWS] Added unit tests for private method #command_to_runHo-Sheng Hsiao2012-05-101-2/+2
* [CHEF-2994][WINDOWS] Fixed remaining failing tests on windowsHo-Sheng Hsiao2012-05-101-1/+1
* [CHEF-2994][WINDOWS] Fixed multiple quotes in commandHo-Sheng Hsiao2012-05-101-1/+5
* exceptions are in the Mixlib::ShellOut namespace not Chef::Exceptions!!Seth Chisamore2011-12-161-1/+1
* [CHEF-2819] fixes from Chef::ShellOut::Windows 0.10.8Seth Chisamore2011-12-151-11/+42
* [CHEF-2721] Fix not_if and only_if on WindowsSeth Chisamore2011-12-151-0/+3
* update CommandTimeout with new exception namespacingSeth Chisamore2011-12-011-1/+1
* indent `when` to the same depth as `case`Daniel DeLeo2011-12-011-35/+35
* Initial extraction of ShellOut from ChefDaniel DeLeo2011-12-011-0/+554