index
:
delta/ruby-gems/mixlib-shellout.git
1-stable
1.4-stable
1.6-stable
2-stable
24_testing
ClogenyTechnologies-kd/aix-fdperf
appveyor
bk
btm/elevated
ci_fixup
dates
deprecate
dir
docs
domain_user
github
inherit
jdm/2.2.0
jdm/no-windows-pr
jdm/test
jdm/test-fixes
jdm/test-fixes-ruby2
jdm/win-kill-proc
jsinha/migrate_appvyr
ksubrama/test_fix
ksubrama/win32-process
ksubrama/win64
ksubrama/wtf
lcg/cleanup1
lcg/cleanup2
lcg/default-paths
lcg/extract-mixlib-shellout
lcg/issue-131
lcg/no-getpgrp
lcg/remove-hashrockets
lcg/revert-to-ruby-2.3
lcg/shellout-trace-logging
lcg/version-bump
lcg/version-bump2
lcg/win-array-args
lcg/windows-array-args
lcg/windows-array-args2
lcg/wtfgithub
loosen_win32_dep
main
master
more_ruby
new_ruby
poorndm/IPACK-104-Add-ruby-test
poorndm/IPACK-104-Test-Ruby3.0/3.1
promote_windows
rakefile
relative
requires
ruby22
ryan/issue_2062_10
ryan/issue_2062_12
safe
slim
smurawski/agressive_termination
spelling
testing
tests
tm/codeowners
typos
windows_testing
github.com: opscode/mixlib-shellout.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #78 from BackSlasher/add-login
Lamont Granquist
2015-05-14
2
-4
/
+67
|
\
|
*
Added TODO for next major
Nitz
2015-02-15
1
-0
/
+3
|
*
Option "login" now simulates login in unix
Nitz
2015-02-15
2
-4
/
+64
*
|
Bumped version to 2.0.1
Jay Mundrawala
2014-12-19
1
-1
/
+1
*
|
On windows, send sigkill to process if it exceeds its alloted time
Jay Mundrawala
2014-12-18
1
-0
/
+6
*
|
Fix live_stream for windows
Jay Mundrawala
2014-12-17
1
-1
/
+1
|
/
*
Document input and live stream options to `new`
danielsdeleo
2014-11-24
1
-0
/
+11
*
Block until child stream is empty
ryan/issue_2062_12
Ryan Cragun
2014-10-31
1
-1
/
+1
*
Remove child process pipe from open pipes when the stream is closed
Ryan Cragun
2014-10-31
1
-0
/
+1
*
Rescue ArgumentError on Marshal.load of buffered child status
Ryan Cragun
2014-10-31
1
-1
/
+1
*
Add buffering to the process status pipe
Ryan Cragun
2014-10-31
2
-8
/
+17
*
Bump version number after 2.0.0 branching.
Serdar Sutay
2014-10-27
1
-1
/
+1
*
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.0
1.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
[next]