1. 20 Feb, 2016 5 commits
  2. 18 Feb, 2016 1 commit
  3. 16 Feb, 2016 1 commit
  4. 15 Feb, 2016 2 commits
  5. 14 Feb, 2016 25 commits
  6. 13 Feb, 2016 6 commits
    • Peter Wu's avatar
      integration-tests: support out-of-tree tests · 25930360
      Peter Wu authored
      `go test` requires both config.go and the test files in the same
      directory. For out-of-tree builds, config.go is normally not placed next
      to the source files, so copy the tests to the build directory as a
      workaround.
      25930360
    • Peter Wu's avatar
      doc: fix out-of-tree doc builds · a6effb4d
      Peter Wu authored
      Fixes multiple errors while making docs:
      
          Could not import extension sphinxcontrib.rubydomain (exception: No module named 'sphinxcontrib')
      
      and
      
          ../../doc/sources/index.rst:15: WARNING: toctree contains reference to nonexisting document 'nghttp.1'
          ../../doc/sources/index.rst:15: WARNING: toctree contains reference to nonexisting document 'nghttpd.1'
          ../../doc/sources/index.rst:15: WARNING: toctree contains reference to nonexisting document 'nghttpx.1'
          ../../doc/sources/index.rst:15: WARNING: toctree contains reference to nonexisting document 'h2load.1'
          ../../doc/sources/index.rst:15: WARNING: toctree contains reference to nonexisting document 'programmers-guide'
      a6effb4d
    • Peter Wu's avatar
      examples: fix compile warnings · 17215002
      Peter Wu authored
      Fixes the following two warnings:
      
          examples/client.c:292:0: error: macro "MAX_OUTLEN" is not used [-Werror=unused-macros]
          examples/tiny-nghttpd.c:298:13: error: function declaration isn’t a prototype [-Werror=strict-prototypes]
      
      Caught using cmake as the autoconf check fails due to unused macros
      (HAVE_xxx in conftest.c) and a main function without parameters
      respectively.
      17215002
    • Peter Wu's avatar
      Fix typo in HAVE_CONFIG_H name · 0e469ed2
      Peter Wu authored
      Only used by lib/nghttp2_npn.c where the presence of config.h does not
      seem to make a difference though.
      0e469ed2
    • Tatsuhiro Tsujikawa's avatar
      Update default cipher list · 093eb51f
      Tatsuhiro Tsujikawa authored
      093eb51f
    • Tatsuhiro Tsujikawa's avatar
      Update man pages · 5f1866fd
      Tatsuhiro Tsujikawa authored
      5f1866fd