An error occurred fetching the project authors.
  1. 16 Jul, 2016 1 commit
  2. 22 Apr, 2016 1 commit
  3. 25 Mar, 2016 1 commit
  4. 24 Mar, 2016 1 commit
  5. 22 Mar, 2016 1 commit
  6. 20 Mar, 2016 2 commits
  7. 28 Feb, 2016 2 commits
  8. 27 Feb, 2016 1 commit
  9. 21 Feb, 2016 3 commits
  10. 07 Feb, 2016 1 commit
  11. 15 Oct, 2015 2 commits
  12. 01 Aug, 2015 1 commit
  13. 12 May, 2015 1 commit
  14. 10 Mar, 2015 1 commit
  15. 03 Feb, 2015 1 commit
  16. 10 Jan, 2015 1 commit
  17. 06 Dec, 2014 1 commit
  18. 16 Aug, 2014 2 commits
  19. 12 Aug, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Add hot deploy feature · bf13d912
      Tatsuhiro Tsujikawa authored
      nghttpx supports hot deploy feature using signals.  The host deploy in
      nghttpx is multi step process.  First send USR2 signal to nghttpx
      process.  It will do fork and execute new executable, using same
      command-line arguments and environment variables.  At this point, both
      current and new processes can accept requests.  To gracefully shutdown
      current process, send QUIT signal to current nghttpx process.  When
      all existing frontend connections are done, the current process will
      exit.  At this point, only new nghttpx process exists and serves
      incoming requests.
      bf13d912
  20. 10 Aug, 2014 1 commit
  21. 30 Jun, 2014 1 commit
  22. 28 Jun, 2014 1 commit
  23. 27 Jun, 2014 1 commit
  24. 26 Jun, 2014 1 commit
  25. 20 Apr, 2014 1 commit