index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
util.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Maint: Added the ability to replace the behavior of
Paul Berry
2011-03-07
1
-0
/
+5
*
Fix for #4299 -- Don't require which
Markus Roberts
2010-11-12
1
-9
/
+4
*
Fix for #4955 -- Race condition & memory leak in Puppet::Util
Markus Roberts
2010-11-12
1
-9
/
+16
*
(#4763) Don't call a method that was removed in Rails 3 activerecord
Matt Robinson
2010-09-22
1
-0
/
+8
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-381
/
+381
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
1
-3
/
+3
*
Code smell: Avoid unneeded blocks
Markus Roberts
2010-07-09
1
-3
/
+1
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-6
/
+6
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-21
/
+7
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-13
/
+13
*
Code smell: English names for special globals rather than line-noise
Markus Roberts
2010-07-09
1
-2
/
+2
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
1
-11
/
+14
*
Code smell: Win32 --> MS_windows
Markus Roberts
2010-07-09
1
-1
/
+1
*
Implement "forking" for Windows
David Schmitt
2010-02-17
1
-24
/
+46
*
Feature #2935: lazify require graph for applications
Jesse Wolfe
2010-02-17
1
-0
/
+1
*
Fix for #3107 Changing users on AIX
Markus Roberts
2010-02-17
1
-18
/
+4
*
Reversion of pipe IO patch for testing on #3025
Markus Roberts
2010-01-12
1
-39
/
+54
*
Fix for temporary file security whole
Markus Roberts
2010-01-05
1
-0
/
+22
*
Do not close stdout or stderr in execute.
Ricky Zhou
2010-01-02
1
-9
/
+12
*
Use a pipe instead of a temp file for command output.
Ricky Zhou
2010-01-01
1
-54
/
+36
*
Revert "Fix for #2731 (problem communicating with processes in SELinux)"
James Turnbull
2009-12-31
1
-22
/
+51
*
Fix for #2731 (problem communicating with processes in SELinux)
Markus Roberts
2009-12-23
1
-51
/
+22
*
Fixed #1806 - supplementary groups are not reset
James Turnbull
2009-11-20
1
-2
/
+3
*
Fixes #1719, this avoids calling the external binary *which* everytime we are...
Ohad Levy
2009-10-13
1
-11
/
+6
*
Monkey patch to improve yaml compatibility between ruby versions
Markus Roberts
2009-09-05
1
-0
/
+1
*
Fixes #724 - false is equivalent to 'ruby -W1'
Marc Fournier
2009-09-01
1
-1
/
+1
*
Removing chuser on darwin restriction
Luke Kanies
2009-08-24
1
-4
/
+0
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
1
-8
/
+8
*
Changed tabs to spaces without interfering with indentation or alignment
Ian Taylor
2009-06-06
1
-1
/
+1
*
Preparing to fix #1812 - Moving locking code to a module
Luke Kanies
2008-12-12
1
-34
/
+2
*
add some more sanity checks around stdin
Nigel Kersten
2008-12-06
1
-3
/
+9
*
add support for stdin to Puppet::Util.execute
Nigel Kersten
2008-12-06
1
-2
/
+2
*
Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine ...
James Turnbull
2008-11-19
1
-2
/
+7
*
Fixing a test that was failing because i-have-no-idea
Luke Kanies
2008-10-08
1
-1
/
+5
*
Fixed issues with file descriptors leaking into subprocesses
James Turnbull
2008-09-13
1
-0
/
+1
*
Fixed #1571 - Puppet::Util::binary returns incorrect results
James Turnbull
2008-09-13
1
-8
/
+3
*
Fixed #1414 - Return code from waitpid now right shifted 8 bits
James Turnbull
2008-07-17
1
-1
/
+1
*
Found all instances of methods where split() is used without
Luke Kanies
2008-03-21
1
-1
/
+2
*
Removing the Id tags from all of the files
Luke Kanies
2007-10-03
1
-1
/
+0
*
The new configuration handler looks to be ready for usage. Now I just need t...
Luke Kanies
2007-08-15
1
-1
/
+1
*
Hopefully fixing #720 -- I added tests and a lame back-off system to give the...
luke
2007-07-19
1
-3
/
+24
*
Removing the chdir from util.rb, I forgot that the directory often matters
luke
2007-07-19
1
-1
/
+0
*
Hopefully fixing #640, and maybe some warnings at the same time. I added a c...
luke
2007-07-19
1
-0
/
+2
*
Trying to get rid of the warning from #724
luke
2007-07-18
1
-0
/
+3
*
Adding the output_file.close, as wyvern recommended
luke
2007-06-18
1
-0
/
+1
*
Applying the patch by wyvern from #662. This should hopefully kill the clien...
luke
2007-06-18
1
-60
/
+43
*
Fixing error when commands fail -- the error code is now printed, instead of ...
luke
2007-06-11
1
-1
/
+1
*
Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th...
mpalmer
2007-05-03
1
-0
/
+1
*
Okay, one last try -- the Util#binary command was not returning a path in all...
luke
2007-04-27
1
-1
/
+1
*
Fix for #565: Final merge of changes from source:branches/execute-refactor in...
mccune
2007-04-03
1
-23
/
+60
[next]