1. 18 Aug, 2017 4 commits
  2. 13 Aug, 2017 1 commit
  3. 12 Aug, 2017 1 commit
    • Anna Henningsen's avatar
      lib: add nghttp2_rcbuf_is_static() · eb306f46
      Anna Henningsen authored
      Add a `nghttp2_rcbuf_is_static()` method to tell whether a rcbuf
      is statically allocated.
      
      This can be useful for language bindings that wish to avoid
      creating duplicate strings for these buffers; concretely, I am
      planning to use this in the Node HTTP/2 module that is being
      introduced.
      eb306f46
  4. 09 Aug, 2017 2 commits
  5. 27 Jul, 2017 3 commits
  6. 15 Jul, 2017 1 commit
  7. 14 Jul, 2017 1 commit
  8. 12 Jul, 2017 1 commit
  9. 02 Jul, 2017 4 commits
  10. 28 Jun, 2017 1 commit
  11. 27 Jun, 2017 1 commit
  12. 22 Jun, 2017 2 commits
  13. 19 Jun, 2017 2 commits
  14. 15 Jun, 2017 1 commit
  15. 13 Jun, 2017 2 commits
  16. 12 Jun, 2017 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Set default minimum TLS version to TLSv1.2 · be164fc8
      Tatsuhiro Tsujikawa authored
      Previously, the default minimum TLS version was TLSv1.1, but the
      default cipher list didn't include any compatible ciphers with it.
      This made handshake fail if TLSv1.1 was negotiated because there was
      no shared ciphers.  To make the default settings consistent, the
      default minimum TLS version is now TLSv1.2.
      be164fc8
  17. 11 Jun, 2017 2 commits
  18. 02 Jun, 2017 2 commits
  19. 30 May, 2017 1 commit
  20. 26 May, 2017 5 commits
  21. 25 May, 2017 2 commits