summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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] 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
| * [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
|\
| * 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
* Add debugging to volatile specsdanielsdeleo2014-03-071-7/+25
* Merge pull request #38 from opscode/new-policy-filesSerdar Sutay2014-02-272-0/+18
|\
| * New policy files.sersut2014-02-272-0/+18
|/
* Merge branch 'MIXLIB-18'danielsdeleo2014-01-212-8/+30
|\
| * Adds error? method to check whether the process exited successfully. This all...Chris Armstrong2014-01-212-8/+30
|/
* Merge branch 'travis-it-up'danielsdeleo2013-12-121-0/+10
|\
| * Add travis yamldanielsdeleo2013-12-121-0/+10
|/
* Merge branch 'track-child-by-pgid'danielsdeleo2013-12-093-12/+103
|\
| * Always send KILL to process groupdanielsdeleo2013-12-092-34/+14
| * Run commands with unique pgid to improve timeout cleanupdanielsdeleo2013-12-092-7/+111
| * Run timeout tests without a subshelldanielsdeleo2013-12-061-3/+10
| * Remove -b from default rspec optionsdanielsdeleo2013-12-061-1/+1
|/
* Merge pull request #32 from opscode/fix-windows-testsSeth Chisamore2013-12-052-6/+12
|\
| * Silence `:rubygems` Bundler deprecation notice.Seth Chisamore2013-12-051-1/+2
| * Clean up `jenkins_run_tests.bat`Seth Chisamore2013-12-051-5/+10
|/
* Bump the version number for release.1.3.0sersut2013-12-031-1/+1
* Merge branch 'MIXLIB-16'danielsdeleo2013-11-0411-104/+124
|\
| * Add termination info to error messagesdanielsdeleo2013-11-043-2/+6
| * Add logging about timed-out cmd termination when possibledanielsdeleo2013-11-042-0/+21
| * Cleanup control flow in main loopdanielsdeleo2013-11-012-19/+23
| * Force subprocess to exit after timeoutdanielsdeleo2013-11-012-19/+82
| * Update mock/stubs to avoid deprecationsdanielsdeleo2013-11-011-2/+2
| * Remove cruftdanielsdeleo2013-11-018-74/+2
|/
* Merge pull request #29 from opscode/lcg/MIXLIB-7lamont-granquist2013-10-313-4/+0
|\
| * [MIXLIB-7] remove awesome_printLamont Granquist2013-10-313-4/+0
|/
* Merge pull request #28 from opscode/lcg/ap-wtfbbqlamont-granquist2013-10-311-1/+1
|\
| * remove Associated Press Breaking API gem depLamont Granquist2013-10-231-1/+1
* | Merge pull request #27 from opscode/lcg/win32-process-0.7.1lamont-granquist2013-10-311-1/+1
|\ \ | |/ |/|
| * min version for win32-process is 0.7.1Lamont Granquist2013-09-261-1/+1
* | Add scripts to run the specs on Jenkins.sersut2013-10-112-0/+22
|/
* Fix MIXLIB-17danielsdeleo2013-09-113-2/+41
|\
| * Use blocking waitpid only on ENOENTdanielsdeleo2013-09-111-2/+10
| * Wait for child process to die in case of critical errorsdanielsdeleo2013-09-092-1/+33