summaryrefslogtreecommitdiff
path: root/lib/mixlib
Commit message (Collapse)AuthorAgeFilesLines
...
* [CHEF-2994][STDIN] Child process should accept stdin input if input is specifiedHo-Sheng Hsiao2012-03-262-9/+27
|
* [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
|
* Bump for 1.0.0 release.1.0.0Noah Kantrowitz2012-02-281-1/+1
|
* [CHEF-2947] properly remove STDERR from list of fds to select/readDaniel DeLeo2012-02-221-2/+2
| | | | | | | | | | Properly remove child's stderr pipe from the list of IO objects to select on in the case that stdout has already been removed from the list. This prevents a situation where the stdout stream is always considered readable by select (because it has reached eof) but ShellOut would attempt to read from it in a tight loop. Since GC is disabled while a command is running, this would generate a bunch of EOFError objects that were not reaped and use a ton of heap space.
* 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
| | | | | | | * smart resolution of any file with extension in %PATHEXT% * ensure *.bat and *.cmd files are executed under `cmd /c` * ensure STDIN is *also* redirected as many programs (ie xcopy) will fail silently if only STDOUT is
* [CHEF-2721] Fix not_if and only_if on WindowsSeth Chisamore2011-12-151-0/+3
|
* bump RC version with some test fixes1.0.0.rc.1Daniel DeLeo2011-12-061-1/+1
|
* ShellOut not Shellout1.0.0.rc.0Daniel DeLeo2011-12-011-1/+1
|
* update CommandTimeout with new exception namespacingSeth Chisamore2011-12-011-1/+1
|
* update license headers and datesDaniel DeLeo2011-12-012-1/+19
|
* 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
|
* indent `when` to the same depth as `case`Daniel DeLeo2011-12-011-35/+35
|
* add doc for the attributesDaniel DeLeo2011-12-011-6/+40
|
* Initial extraction of ShellOut from ChefDaniel DeLeo2011-12-015-0/+1027