summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #94 from chef/lcg/no-getpgrpLamont Granquist2015-05-151-25/+8
|\
| * remove getpgrp back to setsidlcg/no-getpgrpLamont Granquist2015-05-151-25/+8
* | Fix 2 ruby warnings for uninitialized variablesdanielsdeleo2015-05-152-0/+2
|/
* Merge pull request #78 from BackSlasher/add-loginLamont Granquist2015-05-142-4/+67
|\
| * Added TODO for next majorNitz2015-02-151-0/+3
| * Option "login" now simulates login in unixNitz2015-02-152-4/+64
* | Bumped version to 2.0.1Jay Mundrawala2014-12-191-1/+1
* | 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
|/
* Document input and live stream options to `new`danielsdeleo2014-11-241-0/+11
* Block until child stream is emptyryan/issue_2062_12Ryan Cragun2014-10-311-1/+1
* Remove child process pipe from open pipes when the stream is closedRyan Cragun2014-10-311-0/+1
* Rescue ArgumentError on Marshal.load of buffered child statusRyan Cragun2014-10-311-1/+1
* Add buffering to the process status pipeRyan Cragun2014-10-312-8/+17
* Bump version number after 2.0.0 branching.Serdar Sutay2014-10-271-1/+1
* Merge pull request #57 from ClogenyTechnologies/kd/processgrp-fixlamont-granquist2014-09-111-1/+4
|\
| * fix getpgid issue on aixkaustubh-d2014-08-271-1/+4
* | bumping version to 2.0.0.rc.0Lamont Granquist2014-09-051-1/+1
* | remove LC_ALL default environment variableLamont Granquist2014-08-282-16/+4
* | 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