1. 10 Dec, 2016 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Lookup backend host name dynamically · 38b5cad4
      Tatsuhiro Tsujikawa authored
      We have added "dns" parameter to backend option.  If specified, name
      lookup is done dynamically.  If not, name lookup is done at start up,
      or configuration reloading.  nghttpx caches DNS result including error
      case in 30 seconds in this commit.  Later commit makes this
      configurable.
      
      DNS resolution is done asynchronously using c-ares library.
      38b5cad4
  2. 04 Dec, 2016 1 commit
  3. 03 Dec, 2016 2 commits
  4. 30 Nov, 2016 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Wait for child process to exit · 85ba33c0
      Tatsuhiro Tsujikawa authored
      Normally, we don't have wait for child process to exit, since init can
      take care of them.  But in containerized environment, pid 0 init might
      not be available, and defunct processes can be piled up.  This commit
      ensures that OCSP and neverbleed processes are waited for before
      worker process exits.
      85ba33c0
  5. 29 Nov, 2016 1 commit
  6. 27 Nov, 2016 4 commits
  7. 26 Nov, 2016 5 commits
  8. 21 Nov, 2016 1 commit
  9. 18 Nov, 2016 1 commit
  10. 13 Nov, 2016 2 commits
  11. 12 Nov, 2016 2 commits
  12. 11 Nov, 2016 1 commit
  13. 10 Nov, 2016 1 commit
  14. 07 Nov, 2016 3 commits
  15. 04 Nov, 2016 4 commits
  16. 03 Nov, 2016 10 commits