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
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
add logging message if attempting to kill critical process
smurawski/agressive_termination
Steven Murawski
2016-06-06
1
-5
/
+7
*
Keep `kill_process_tree` from killing protected system processes.
Steven Murawski
2016-05-24
1
-3
/
+43
*
convert environment hash keys to strings
Evan Tschuy
2015-11-10
1
-0
/
+8
*
improve the test to more accurately detrermine if child process is killed
Matt Wrock
2015-10-20
1
-8
/
+5
*
kill all windows child processes when the command times out
Matt Wrock
2015-09-24
1
-0
/
+13
*
make tests pass when run by a domain joined user
Matt Wrock
2015-09-24
1
-2
/
+2
*
prevent shellout from attempting to execute a directory on windows
Matt Wrock
2015-09-11
1
-0
/
+2
*
have failing test
Matt Wrock
2015-09-11
1
-0
/
+29
*
Added comment for bug
jdm/test
Jay Mundrawala
2015-08-26
1
-0
/
+10
*
Don't use presence of fd to check if fd's were inherited
Jay Mundrawala
2015-08-26
1
-2
/
+4
*
force expect syntax
Lamont Granquist
2015-05-15
1
-0
/
+3
*
rspec3ification
Lamont Granquist
2015-05-15
3
-283
/
+350
*
Merge pull request #94 from chef/lcg/no-getpgrp
Lamont Granquist
2015-05-15
1
-6
/
+6
|
\
|
*
remove getpgrp back to setsid
lcg/no-getpgrp
Lamont Granquist
2015-05-15
1
-6
/
+6
*
|
Fix 2 ruby warnings for uninitialized variables
danielsdeleo
2015-05-15
1
-0
/
+3
|
/
*
Merge pull request #78 from BackSlasher/add-login
Lamont Granquist
2015-05-14
1
-1
/
+83
|
\
|
*
Added TODO for next major
Nitz
2015-02-15
1
-0
/
+3
|
*
Option "login" now simulates login in unix
Nitz
2015-02-15
1
-1
/
+80
*
|
Change mixlib spec test to pass on windows by invoking powershell explicitly.
ksubrama/test_fix
Kartik Null Cating-Subramanian
2015-04-21
1
-1
/
+1
*
|
Add some test coverage for timeouts on windows
Jay Mundrawala
2014-12-18
1
-99
/
+115
*
|
The process no longer inherit LC_ALL from the parent. Update spec to refelect...
Jay Mundrawala
2014-12-17
1
-8
/
+3
|
/
*
Merge pull request #57 from ClogenyTechnologies/kd/processgrp-fix
lamont-granquist
2014-09-11
1
-11
/
+14
|
\
|
*
removed emulated Errno::ESRCH
kaustubh-d
2014-09-10
1
-10
/
+11
|
*
raise Errno::ESRCH in spec for aix
kaustubh-d
2014-08-27
1
-1
/
+1
|
*
fix getpgid issue on aix
kaustubh-d
2014-08-27
1
-2
/
+4
*
|
control ENV['LC_ALL'] global better
Lamont Granquist
2014-09-03
1
-10
/
+9
*
|
remove LC_ALL default environment variable
Lamont Granquist
2014-08-28
1
-13
/
+8
*
|
aix does not allow resetting real uid once the euid is changed to non-root.
kaustubh-d
2014-08-27
3
-0
/
+27
*
|
remove #clean_parent_file_descriptors which is not required now.
kaustubh-d
2014-08-25
1
-14
/
+0
|
/
*
Simplify live_stream vs live_stdout vs live_stderr based on PR comments
Max Lincoln
2014-07-17
1
-22
/
+34
*
Support separate live stream for stderr
Max Lincoln
2014-07-17
1
-4
/
+78
*
Correct spelling in spec files
Tyler Cipriani
2014-05-16
1
-5
/
+5
*
Merge pull request #26 from akshaykarle/master
Serdar Sutay
2014-05-13
1
-2
/
+7
|
\
|
*
Fix a broken spec
Akshay Karle
2014-01-06
1
-4
/
+3
|
*
Add a spec for showing stderr to live_stream.
Akshay Karle
2014-01-06
1
-0
/
+6
*
|
marking some unix_only tests unix_only
Lamont Granquist
2014-04-08
1
-2
/
+2
*
|
[MIXLIB-6] Add comment describing why the test was changed, per Dan DeLeo.
Julian C. Dunn
2014-04-01
1
-0
/
+2
*
|
[MIXLIB-6] Use conditional to determine whether to use /tmp or /bin as a cwd ...
Julian C. Dunn
2014-04-01
1
-1
/
+1
*
|
[MIXLIB-6] Fix test due to /bin being a symlink on Fedora. Use /tmp instead
Julian C. Dunn
2014-04-01
1
-1
/
+1
*
|
Exclude ESRCH test from windows
danielsdeleo
2014-03-31
1
-1
/
+1
*
|
Handle ESRCH when getting pgid of a zombie on OS X
danielsdeleo
2014-03-31
1
-0
/
+19
*
|
Add debugging to volatile specs
danielsdeleo
2014-03-07
1
-7
/
+25
*
|
Adds error? method to check whether the process exited successfully. This all...
Chris Armstrong
2014-01-21
1
-0
/
+18
*
|
Always send KILL to process group
danielsdeleo
2013-12-09
1
-2
/
+4
*
|
Run commands with unique pgid to improve timeout cleanup
danielsdeleo
2013-12-09
1
-1
/
+52
*
|
Run timeout tests without a subshell
danielsdeleo
2013-12-06
1
-3
/
+10
*
|
Add termination info to error messages
danielsdeleo
2013-11-04
1
-1
/
+1
*
|
Add logging about timed-out cmd termination when possible
danielsdeleo
2013-11-04
1
-0
/
+19
*
|
Cleanup control flow in main loop
danielsdeleo
2013-11-01
1
-6
/
+10
*
|
Force subprocess to exit after timeout
danielsdeleo
2013-11-01
1
-2
/
+30
[next]