summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update the version and CHANGELOG for 1.6.0 release.Serdar Sutay2014-10-071-1/+1
* aix does not allow resetting real uid once the euid is changed to non-root.kaustubh-d2014-08-271-1/+1
* remove #clean_parent_file_descriptors which is not required now.kaustubh-d2014-08-251-27/+0
* clean_parent_file_descriptors can be achieve with close_others flag to exec m...kaustubh-d2014-08-251-1/+1
* Bump version number for RC release.1.6.0.rc.0Serdar Sutay2014-08-081-1/+1
* Simplify live_stream vs live_stdout vs live_stderr based on PR commentsMax Lincoln2014-07-173-26/+25
* Support separate live stream for stderrMax Lincoln2014-07-173-4/+24
* AIX returns Errno::EPERM hereLamont Granquist2014-07-081-1/+1
* 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