| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #57 from ClogenyTechnologies/kd/processgrp-fix | lamont-granquist | 2014-09-11 | 1 | -1/+4 |
|\ |
|
| * | fix getpgid issue on aix | kaustubh-d | 2014-08-27 | 1 | -1/+4 |
* | | bumping version to 2.0.0.rc.0 | Lamont Granquist | 2014-09-05 | 1 | -1/+1 |
* | | remove LC_ALL default environment variable | Lamont Granquist | 2014-08-28 | 2 | -16/+4 |
* | | aix does not allow resetting real uid once the euid is changed to non-root. | kaustubh-d | 2014-08-27 | 1 | -1/+1 |
* | | remove #clean_parent_file_descriptors which is not required now. | kaustubh-d | 2014-08-25 | 1 | -27/+0 |
* | | clean_parent_file_descriptors can be achieve with close_others flag to exec m... | kaustubh-d | 2014-08-25 | 1 | -1/+1 |
|/ |
|
* | Bump version number for RC release.1.6.0.rc.0 | Serdar Sutay | 2014-08-08 | 1 | -1/+1 |
* | Simplify live_stream vs live_stdout vs live_stderr based on PR comments | Max Lincoln | 2014-07-17 | 3 | -26/+25 |
* | Support separate live stream for stderr | Max Lincoln | 2014-07-17 | 3 | -4/+24 |
* | AIX returns Errno::EPERM here | Lamont Granquist | 2014-07-08 | 1 | -1/+1 |
* | Correct spelling in spec files | Tyler Cipriani | 2014-05-16 | 1 | -1/+1 |
* | Correct spelling of "exceeded" | Tyler Cipriani | 2014-05-15 | 1 | -2/+2 |
* | Merge pull request #26 from akshaykarle/master | Serdar Sutay | 2014-05-13 | 3 | -4/+7 |
|\ |
|
| * | Add stderr to live_stream. | Akshay Karle | 2013-09-26 | 3 | -4/+7 |
* | | Bump version number post release. | sersut | 2014-04-08 | 1 | -1/+1 |
* | | Bump the version number for release.1.4.01.4-stable | sersut | 2014-04-08 | 1 | -1/+1 |
* | | Bump the version number for RC release.1.4.0.rc.1 | sersut | 2014-03-31 | 1 | -1/+1 |
* | | Handle ESRCH when getting pgid of a zombie on OS X | danielsdeleo | 2014-03-31 | 1 | -1/+17 |
* | | Bump the version number for RC release.1.4.0.rc.0 | sersut | 2014-03-30 | 1 | -1/+1 |
* | | Handle leak fix for leaked token handle, avoid double close | adamedx | 2014-03-17 | 2 | -16/+25 |
* | | Only close handles that are set to a valid handle value | Adam Edwards | 2014-03-17 | 1 | -3/+3 |
* | | Retire the GC disable hack for all but ruby 1.8.7 | danielsdeleo | 2014-03-07 | 1 | -4/+9 |
* | | Adds error? method to check whether the process exited successfully. This all... | Chris Armstrong | 2014-01-21 | 1 | -8/+12 |
* | | Always send KILL to process group | danielsdeleo | 2013-12-09 | 1 | -32/+10 |
* | | Run commands with unique pgid to improve timeout cleanup | danielsdeleo | 2013-12-09 | 1 | -6/+59 |
* | | Bump the version number for release.1.3.0 | sersut | 2013-12-03 | 1 | -1/+1 |
* | | Add termination info to error messages | danielsdeleo | 2013-11-04 | 2 | -1/+5 |
* | | Add logging about timed-out cmd termination when possible | danielsdeleo | 2013-11-04 | 1 | -0/+2 |
* | | Cleanup control flow in main loop | danielsdeleo | 2013-11-01 | 1 | -13/+13 |
* | | Force subprocess to exit after timeout | danielsdeleo | 2013-11-01 | 1 | -17/+52 |
|/ |
|
* | Use blocking waitpid only on ENOENT | danielsdeleo | 2013-09-11 | 1 | -2/+10 |
* | Wait for child process to die in case of critical errors | danielsdeleo | 2013-09-09 | 1 | -1/+1 |
* | Release 1.2.0.1.2.0 | sersut | 2013-07-19 | 1 | -1/+1 |
* | Bump the version number for RC release.1.2.0.rc.1 | sersut | 2013-06-24 | 1 | -1/+1 |
* | Make sure the parent process' LC_ALL setting is passed to subprocess when LC_... | sersut | 2013-06-14 | 1 | -0/+6 |
* | close observed to throw EBADF | Lamont Granquist | 2013-06-14 | 1 | -2/+5 |
* | Update version number for release candidate | adamedx | 2013-05-02 | 1 | -1/+1 |
* | More robust pipe checks and tests. | sersut | 2013-04-17 | 1 | -5/+7 |
* | Clean inherited file descriptors from the parent while forking subprocess. | sersut | 2013-04-16 | 1 | -0/+22 |
* | Set domain to . if no domain is passed | Moser, Kevin | 2013-03-13 | 1 | -2/+3 |
* | Update hash reference to symbols | Moser, Kevin | 2013-03-13 | 1 | -2/+2 |
* | Add option validation | Moser, Kevin | 2013-03-13 | 3 | -1/+19 |
* | Update comments for why to use LogonUser and CreateProcessAsUser in some cases | Moser, Kevin | 2013-02-22 | 1 | -1/+4 |
* | Fix comments | Moser, Kevin | 2013-01-15 | 1 | -2/+3 |
* | Revert "Bump version to 1.2.0 to package gem locally" | Moser, Kevin | 2013-01-15 | 1 | -1/+1 |
* | Bump version to 1.2.0 to package gem locally | Moser, Kevin | 2013-01-15 | 1 | -1/+1 |
* | Add check for service window station and do logonuser if so | Moser, Kevin | 2013-01-15 | 1 | -267/+195 |
* | Remove remote_call option | Moser, Kevin | 2013-01-15 | 2 | -5/+0 |
* | Remove local_system file | Moser, Kevin | 2013-01-15 | 1 | -72/+0 |