summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Correct spelling in spec filesTyler Cipriani2014-05-161-1/+1
* Correct spelling of "exceeded"Tyler Cipriani2014-05-151-2/+2
* Merge pull request #26 from akshaykarle/masterSerdar Sutay2014-05-133-4/+7
|\
| * Add stderr to live_stream.Akshay Karle2013-09-263-4/+7
* | Bump version number post release.sersut2014-04-081-1/+1
* | Bump the version number for release.1.4.01.4-stablesersut2014-04-081-1/+1
* | Bump the version number for RC release.1.4.0.rc.1sersut2014-03-311-1/+1
* | Handle ESRCH when getting pgid of a zombie on OS Xdanielsdeleo2014-03-311-1/+17
* | Bump the version number for RC release.1.4.0.rc.0sersut2014-03-301-1/+1
* | Handle leak fix for leaked token handle, avoid double closeadamedx2014-03-172-16/+25
* | Only close handles that are set to a valid handle valueAdam Edwards2014-03-171-3/+3
* | Retire the GC disable hack for all but ruby 1.8.7danielsdeleo2014-03-071-4/+9
* | Adds error? method to check whether the process exited successfully. This all...Chris Armstrong2014-01-211-8/+12
* | Always send KILL to process groupdanielsdeleo2013-12-091-32/+10
* | Run commands with unique pgid to improve timeout cleanupdanielsdeleo2013-12-091-6/+59
* | Bump the version number for release.1.3.0sersut2013-12-031-1/+1
* | Add termination info to error messagesdanielsdeleo2013-11-042-1/+5
* | Add logging about timed-out cmd termination when possibledanielsdeleo2013-11-041-0/+2
* | Cleanup control flow in main loopdanielsdeleo2013-11-011-13/+13
* | Force subprocess to exit after timeoutdanielsdeleo2013-11-011-17/+52
|/
* Use blocking waitpid only on ENOENTdanielsdeleo2013-09-111-2/+10
* Wait for child process to die in case of critical errorsdanielsdeleo2013-09-091-1/+1
* Release 1.2.0.1.2.0sersut2013-07-191-1/+1
* Bump the version number for RC release.1.2.0.rc.1sersut2013-06-241-1/+1
* Make sure the parent process' LC_ALL setting is passed to subprocess when LC_...sersut2013-06-141-0/+6
* close observed to throw EBADFLamont Granquist2013-06-141-2/+5
* Update version number for release candidateadamedx2013-05-021-1/+1
* More robust pipe checks and tests.sersut2013-04-171-5/+7
* Clean inherited file descriptors from the parent while forking subprocess.sersut2013-04-161-0/+22
* 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-133-1/+19
* Update comments for why to use LogonUser and CreateProcessAsUser in some casesMoser, Kevin2013-02-221-1/+4
* Fix commentsMoser, Kevin2013-01-151-2/+3
* Revert "Bump version to 1.2.0 to package gem locally"Moser, Kevin2013-01-151-1/+1
* Bump version to 1.2.0 to package gem locallyMoser, Kevin2013-01-151-1/+1
* Add check for service window station and do logonuser if soMoser, Kevin2013-01-151-267/+195
* Remove remote_call optionMoser, Kevin2013-01-152-5/+0
* Remove local_system fileMoser, Kevin2013-01-151-72/+0
* Add local_system fileMoser, Kevin2013-01-112-1/+73
* Add process impersonationMoser, Kevin2013-01-113-27/+89
* MIXLIB_SHELLOUT-02: Fix comments about default timeout to avoid confusion.Matthew Kent2012-10-242-2/+2
* CHEF-3390: Avoid GC during Marshall.loadBryan McLellan2012-09-171-5/+9
* Release 1.1.01.1.0Bryan McLellan2012-08-061-1/+1
* Release 1.1.0.rc.11.1.0.rc.1Bryan McLellan2012-08-061-1/+1
* [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