1. 31 Jul, 2016 8 commits
  2. 30 Jul, 2016 1 commit
  3. 29 Jul, 2016 3 commits
  4. 26 Jul, 2016 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttp: Allow multiple -p option · 3c1c2c4a
      Tatsuhiro Tsujikawa authored
      The N-th -p options sets N-th URI's weight.  If the number of -p is
      less than the number of URIs, the last -p value is repeated.  If no -p
      is set, use default weight, 16.
      3c1c2c4a
  5. 21 Jul, 2016 4 commits
  6. 17 Jul, 2016 2 commits
  7. 16 Jul, 2016 4 commits
  8. 13 Jul, 2016 1 commit
  9. 10 Jul, 2016 1 commit
  10. 08 Jul, 2016 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Retry memcached connection · 33153010
      Tatsuhiro Tsujikawa authored
      Previously, we didn't retry request on connection failure.  Sometimes
      we hit the edge case where connection is about to lost just when we
      write request.  To avoid this situation, we now retry request to
      failed attempt.  We also add ConnectBlocker to MemcachedConnection not
      to attempt to connect to memcached if connection could not be made
      previously.
      33153010
  11. 07 Jul, 2016 1 commit
  12. 06 Jul, 2016 3 commits
  13. 04 Jul, 2016 1 commit
  14. 02 Jul, 2016 2 commits
  15. 27 Jun, 2016 3 commits
  16. 26 Jun, 2016 4 commits