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
/
mixlib
/
shellout
/
unix.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove hashrocket syntax
lcg/remove-hashrockets
Lamont Granquist
2018-06-25
1
-1
/
+1
*
add sensitive feature
dheerajd-msys
2018-06-15
1
-5
/
+6
*
Launch process with elevated token
NimishaS
2017-07-19
1
-1
/
+3
*
fix chefstyle offenses
Lamont Granquist
2017-06-20
1
-13
/
+11
*
Resolve most chefstyle warnings
Tim Smith
2016-10-07
1
-7
/
+7
*
opscode -> Chef
Tim Smith
2016-02-17
1
-2
/
+2
*
Merge pull request #94 from chef/lcg/no-getpgrp
Lamont Granquist
2015-05-15
1
-25
/
+8
|
\
|
*
remove getpgrp back to setsid
lcg/no-getpgrp
Lamont Granquist
2015-05-15
1
-25
/
+8
*
|
Fix 2 ruby warnings for uninitialized variables
danielsdeleo
2015-05-15
1
-0
/
+1
|
/
*
Option "login" now simulates login in unix
Nitz
2015-02-15
1
-1
/
+50
*
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
1
-7
/
+16
*
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
*
|
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
|
/
*
Simplify live_stream vs live_stdout vs live_stderr based on PR comments
Max Lincoln
2014-07-17
1
-2
/
+2
*
Support separate live stream for stderr
Max Lincoln
2014-07-17
1
-1
/
+1
*
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
1
-0
/
+1
|
\
|
*
Add stderr to live_stream.
Akshay Karle
2013-09-26
1
-0
/
+1
*
|
Handle ESRCH when getting pgid of a zombie on OS X
danielsdeleo
2014-03-31
1
-1
/
+17
*
|
Retire the GC disable hack for all but ruby 1.8.7
danielsdeleo
2014-03-07
1
-4
/
+9
*
|
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
*
|
Add termination info to error messages
danielsdeleo
2013-11-04
1
-1
/
+3
*
|
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
*
close observed to throw EBADF
Lamont Granquist
2013-06-14
1
-2
/
+5
*
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
*
Add option validation
Moser, Kevin
2013-03-13
1
-0
/
+5
*
MIXLIB_SHELLOUT-02: Fix comments about default timeout to avoid confusion.
Matthew Kent
2012-10-24
1
-1
/
+1
*
CHEF-3390: Avoid GC during Marshall.load
Bryan McLellan
2012-09-17
1
-5
/
+9
*
[CHEF-2994][STDIN] Child process should accept stdin input if input is specified
Ho-Sheng Hsiao
2012-03-26
1
-8
/
+27
*
[CHEF-2947] properly remove STDERR from list of fds to select/read
Daniel DeLeo
2012-02-22
1
-2
/
+2
*
update license headers and dates
Daniel DeLeo
2011-12-01
1
-0
/
+18
*
Initial extraction of ShellOut from Chef
Daniel DeLeo
2011-12-01
1
-0
/
+223