summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove 1.8.7 support, make sure this still buildsClogenyTechnologies-kd/aix-fdperfJulian C. Dunn2014-08-261-1/+1
|
* remove #clean_parent_file_descriptors which is not required now.kaustubh-d2014-08-252-41/+0
|
* clean_parent_file_descriptors can be achieve with close_others flag to exec ↵kaustubh-d2014-08-251-1/+1
| | | | method, aix removed method was slow.
* Bump version number for RC release.1.6.0.rc.0Serdar Sutay2014-08-081-1/+1
|
* Update contributing information for ↵Claire McQuin2014-08-081-0/+2
| | | | https://github.com/opscode/mixlib-shellout/pull/53
* Merge pull request #53 from maxlinc/stderr_livestreamClaire McQuin2014-08-084-14/+119
|\ | | | | Support separate live stream for stderr
| * Simplify live_stream vs live_stdout vs live_stderr based on PR commentsMax Lincoln2014-07-174-48/+59
| |
| * Support separate live stream for stderrMax Lincoln2014-07-174-8/+102
|/
* Merge pull request #52 from opscode/lcg/aix-epermlamont-granquist2014-07-161-1/+1
|\ | | | | AIX returns Errno::EPERM here
| * AIX returns Errno::EPERM hereLamont Granquist2014-07-081-1/+1
| |
* | Merge pull request #51 from kanerogers/patch-1Serdar Sutay2014-07-161-1/+1
|\ \ | |/ |/| Fix copypasta in README.md
| * Fix copypasta in README.mdKane Rogers2014-07-081-1/+1
|/ | | I think someone might have accidentally copypasta'd the text under Windows Impersonation Example. :P
* Remove CONTRIBUTIONS.md and merge it's contents with CHANGELOG.md.sersut2014-05-232-12/+12
|
* Merge pull request #46 from stevenproctor/patch-1Bryan McLellan2014-05-211-1/+1
|\ | | | | | | | | Update link to posix-spawn in README.md Obvious Fix.
| * Update link to posix-spawn in README.mdSteven Proctor2014-05-081-1/+1
| | | | | | The See Also link to posix-spawn was trying to route deeper into this repo, instead of referencing the actual URL desired.
* | Merge pull request #7 from juliandunn/MIXLIB-6Serdar Sutay2014-05-210-0/+0
|\ \ | | | | | | [MIXLIB-6] Fix test due to /bin being a symlink on Fedora.
| * | [MIXLIB-6] Add comment describing why the test was changed, per Dan DeLeo.Julian C. Dunn2014-01-081-0/+2
| | |
| * | [MIXLIB-6] Use conditional to determine whether to use /tmp or /bin as a cwd ↵Julian C. Dunn2013-12-041-1/+1
| | | | | | | | | | | | for the test.
| * | [MIXLIB-6] Fix test due to /bin being a symlink on Fedora. Use /tmp insteadJulian C. Dunn2013-12-041-1/+1
| | |
* | | Merge pull request #48 from thcipriani/patch-1Bryan McLellan2014-05-162-8/+8
|\ \ \ | | | | | | | | | | | | | | | | Correct spelling of "exceeded" Obvious Fix.
| * | | Correct spelling in spec filesTyler Cipriani2014-05-162-6/+6
| | | |
| * | | Correct spelling of "exceeded"Tyler Cipriani2014-05-151-2/+2
|/ / /
* | | Merge pull request #47 from opscode/sersut/CC-139Serdar Sutay2014-05-132-1/+2
|\ \ \ | | | | | | | | Contribution info for MIXLIB-19.
| * | | Contribution info for MIXLIB-19.sersut2014-05-132-1/+2
| | |/ | |/|
* | | Merge pull request #26 from akshaykarle/masterSerdar Sutay2014-05-134-6/+14
|\ \ \ | |/ / |/| | [#MIXLIB-19] Copy stderr to live_stream along with stdout of the subprocess
| * | Fix a broken specAkshay Karle2014-01-061-4/+3
| | |
| * | Add a spec for showing stderr to live_stream.Akshay Karle2014-01-061-0/+6
| | |
| * | Add stderr to live_stream.Akshay Karle2013-09-263-4/+7
| | |
* | | Merge pull request #45 from opscode/lcg/unix-onlylamont-granquist2014-04-081-2/+2
|\ \ \ | | | | | | | | marking some unix_only tests unix_only
| * | | marking some unix_only tests unix_onlyLamont Granquist2014-04-081-2/+2
|/ / /
* | | Bump version number post release.sersut2014-04-081-1/+1
| | |
* | | Bump the version number for release.1.4.01.4-stablesersut2014-04-081-1/+1
| | |
* | | Merge pull request #43 from opscode/adamed/changelog-mixlib25Adam Edwards2014-04-011-0/+1
|\ \ \ | | | | | | | | MIXLIB-25 should be included in change log
| * | | CR feedback: Make changelog description closer to user identifiable symptomsadamedx2014-04-011-1/+1
| | | |
| * | | MIXLIB-25 should be included in change logadamedx2014-04-011-0/+1
|/ / /
* | | Merge pull request #44 from opscode/adamed/mixlib-6Adam Edwards2014-04-011-1/+3
|\ \ \ | | | | | | | | MIXLIB-6: Fedora test break due to symlink
| * | | [MIXLIB-6] Add comment describing why the test was changed, per Dan DeLeo.Julian C. Dunn2014-04-011-0/+2
| | | |
| * | | [MIXLIB-6] Use conditional to determine whether to use /tmp or /bin as a cwd ↵Julian C. Dunn2014-04-011-1/+1
| | | | | | | | | | | | | | | | for the test.
| * | | [MIXLIB-6] Fix test due to /bin being a symlink on Fedora. Use /tmp insteadJulian C. Dunn2014-04-011-1/+1
|/ / /
* | | Bump the version number for RC release.1.4.0.rc.1sersut2014-03-311-1/+1
| | |
* | | Exclude ESRCH test from windowsdanielsdeleo2014-03-311-1/+1
| | |
* | | Handle ESRCH when getting pgid of a zombie on OS Xdanielsdeleo2014-03-313-1/+37
| | |
* | | Bump the version number for RC release.1.4.0.rc.0sersut2014-03-301-1/+1
| | |
* | | Merge pull request #41 from opscode/adamed/mixlib-25Adam Edwards2014-03-272-18/+27
|\ \ \ | | | | | | | | MIXLIB-25: Only close handles that are set to a valid handle value
| * | | Handle leak fix for leaked token handle, avoid double closeadamedx2014-03-172-16/+25
| | | |
| * | | Only close handles that are set to a valid handle valueAdam Edwards2014-03-171-3/+3
|/ / /
* | | Update changelog for GC.disable removaldanielsdeleo2014-03-071-0/+1
| | |
* | | Retire the GC disable hack for all but ruby 1.8.7danielsdeleo2014-03-071-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | Originally we needed this hack for 1.8.6 and 1.8.7, which were the most common versions in use at the time. 1.8.6 is dead so we don't need to account for it any more, which leaves 1.8.7 as the only case we need to care about for this hack. On Ruby 1.9 and greater this hack isn't needed and causes memory bloat for very long running shell commands.
* | | Add debugging to volatile specsdanielsdeleo2014-03-071-7/+25
| | | | | | | | | | | | | | | | | | Attempting to reproduce this in isolation hasn't worked. Add debug information permanently so we may get a hint of why this test sometimes fails if we see it again.
* | | Merge pull request #38 from opscode/new-policy-filesSerdar Sutay2014-02-272-0/+18
|\ \ \ | | | | | | | | New policy files.