Permalink
Commits on Jul 25, 2016
  1. Bump to 3.6.0

    evanphx committed Jul 25, 2016
Commits on Jul 24, 2016
Commits on Jul 20, 2016
  1. Bump to 3.5.2

    evanphx committed Jul 20, 2016
  2. Merge pull request #1021 from benzrf/patch-1

    evanphx committed Jul 20, 2016
    Don't let persistent_timeout be nil
  3. Bump to 3.5.1

    evanphx committed Jul 20, 2016
Commits on Jul 19, 2016
  1. Don't let persistent_timeout be nil

    benzrf committed Jul 19, 2016
    I got some errors in a project that uses Puma because persistent_timeout doesn't get set, and arithmetic with nil explodes.
  2. Bump to 3.5.0

    evanphx committed Jul 19, 2016
  3. Remove old test

    evanphx committed Jul 19, 2016
  4. Merge pull request #1017 from jorihardman/configurable_persistent_tim…

    evanphx committed Jul 19, 2016
    …eout
    
    Allow persistent_timeout to be configured via the dsl.
  5. Merge pull request #1015 from bf4/patch-1

    evanphx committed Jul 19, 2016
    Typo :) [ci skip]
  6. Merge pull request #993 from scorix/master

    evanphx committed Jul 19, 2016
    Fix `TCPLogger` log error in tcp cluster mode.
  7. Merge pull request #981 from zach-chai/patch-1

    evanphx committed Jul 19, 2016
    fix typo in example config
Commits on Jul 15, 2016
Commits on Jul 14, 2016
  1. Typo

    bf4 committed Jul 14, 2016
Commits on Jul 11, 2016
  1. Merge pull request #1014 from jeznet/patch-1

    evanphx committed Jul 11, 2016
    Update reference to the instances management script
Commits on Jun 24, 2016
  1. Merge pull request #1007 from willnet/patch-1

    evanphx committed Jun 24, 2016
    [ci skip]Update default number of threads
Commits on Jun 6, 2016
  1. Bump required_ruby_version to 1.9.3

    jeremyevans committed Jun 6, 2016
    I'm not sure it runs on 1.9.3, but it doesn't compile on 1.8.7:
    
    mini_ssl.c:4:26: error: ruby/version.h: No such file or directory
    mini_ssl.c:9:21: error: ruby/io.h: No such file or directory