An error occurred fetching the project authors.
  1. 19 Oct, 2014 1 commit
  2. 14 Oct, 2014 2 commits
  3. 10 Oct, 2014 2 commits
  4. 09 Oct, 2014 1 commit
  5. 08 Oct, 2014 1 commit
  6. 05 Oct, 2014 1 commit
  7. 28 Sep, 2014 2 commits
  8. 27 Sep, 2014 2 commits
  9. 24 Sep, 2014 1 commit
  10. 23 Sep, 2014 2 commits
  11. 14 Sep, 2014 1 commit
  12. 10 Sep, 2014 2 commits
  13. 29 Aug, 2014 2 commits
  14. 21 Aug, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Fix possible flow control issue · d5dcbf6f
      Tatsuhiro Tsujikawa authored
      Previously we only update consumed flow control window when number of
      bytes read in nghttp2 and spdylay callback is 0.  Now we notify
      nghttp2 library the consumed bytes even if number of bytes read > 0.
      This change also uses newly added spdylay_session_consume() API, so we
      require spdylay >= 1.3.0.
      d5dcbf6f
  15. 17 Aug, 2014 1 commit
  16. 16 Aug, 2014 1 commit
  17. 05 Aug, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Detect static libjemalloc · 8736f61f
      Tatsuhiro Tsujikawa authored
      libjemalloc as static library requires -pthread flag to link.  Without
      that, the check in configure.ac fails with unresolved symbols.
      8736f61f
  18. 22 Jul, 2014 2 commits
  19. 18 Jul, 2014 2 commits
  20. 29 Jun, 2014 2 commits
  21. 26 Jun, 2014 1 commit
  22. 18 Jun, 2014 2 commits
  23. 11 Jun, 2014 1 commit
  24. 02 Jun, 2014 2 commits
  25. 18 May, 2014 1 commit
  26. 16 May, 2014 2 commits
  27. 11 May, 2014 1 commit
    • Alexis La Goutte's avatar
      Add some news CFLAGS: · 88234cba
      Alexis La Goutte authored
      * -Wpragmas
      * -Wunreachable-code
      * -Wpedantic
      * -Waddress
      * -Wattributes
      * -Wdiv-by-zero
      * -Wheader-guard
      88234cba