summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout.rb
Commit message (Expand)AuthorAgeFilesLines
* Add buffering to the process status pipeRyan Cragun2014-10-311-1/+1
* Adds error? method to check whether the process exited successfully. This all...Chris Armstrong2014-01-211-8/+12
* Add termination info to error messagesdanielsdeleo2013-11-041-0/+2
* Make sure the parent process' LC_ALL setting is passed to subprocess when LC_...sersut2013-06-141-0/+6
* Add option validationMoser, Kevin2013-03-131-1/+5
* Remove remote_call optionMoser, Kevin2013-01-151-3/+0
* Add process impersonationMoser, Kevin2013-01-111-0/+11
* MIXLIB_SHELLOUT-02: Fix comments about default timeout to avoid confusion.Matthew Kent2012-10-241-1/+1
* [CHEF-2994][STDIN] Child process should accept stdin input if input is specifiedHo-Sheng Hsiao2012-03-261-1/+0
* [CHEF-2994][STDIN] ShellOut.new should accept input as an optionHo-Sheng Hsiao2012-03-261-0/+4
* [CHEF-2994][STDIN] Option :input should be set to nil by defaultHo-Sheng Hsiao2012-03-261-0/+5
* update license headers and datesDaniel DeLeo2011-12-011-1/+1
* remove hardcoded Chef::Log, allow a logger to be set on createDaniel DeLeo2011-12-011-15/+22
* document more methods in ShellOut base classDaniel DeLeo2011-12-011-0/+9
* add doc for the attributesDaniel DeLeo2011-12-011-6/+40
* Initial extraction of ShellOut from ChefDaniel DeLeo2011-12-011-0/+237