1. 12 Dec, 2014 3 commits
  2. 09 Dec, 2014 3 commits
  3. 08 Dec, 2014 1 commit
  4. 07 Dec, 2014 2 commits
    • Tatsuhiro Tsujikawa's avatar
      Support custom memory allocator · c0ffed77
      Tatsuhiro Tsujikawa authored
      nghttp2_mem structure is introduced to hold custom memory allocator
      functions and user supplied pointer.  nghttp2_mem object can be passed
      to nghttp2_session_client_new3(), nghttp2_session_server_new3(),
      nghttp2_hd_deflate_new2() and nghttp2_hd_inflate_new2() to replace
      standard malloc(), free(), calloc() and realloc().  nghttp2_mem
      structure has user supplied pointer mem_user_data which can be used as
      per session/object memory pool.
      c0ffed77
    • Tatsuhiro Tsujikawa's avatar
      Remove altsvc · 21b48d24
      Tatsuhiro Tsujikawa authored
      21b48d24
  5. 06 Dec, 2014 3 commits
  6. 05 Dec, 2014 2 commits
  7. 04 Dec, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Limit # of downstream connections per host when h2 proxy is used · 96146119
      Tatsuhiro Tsujikawa authored
      This commit limits the number of concurrent HTTP/1 downstream
      connections to same host.  By defualt, it is limited to 8 connections.
      --backend-connections-per-frontend option was replaced with
      --backend-http1-connections-per-host, which changes the maximum number
      of connections per host.  This limitation only kicks in when h2 proxy
      is used (-s option).
      96146119
  8. 03 Dec, 2014 4 commits
  9. 01 Dec, 2014 7 commits
  10. 30 Nov, 2014 12 commits
  11. 29 Nov, 2014 2 commits