1. 21 Feb, 2016 2 commits
  2. 20 Feb, 2016 7 commits
  3. 18 Feb, 2016 1 commit
  4. 16 Feb, 2016 1 commit
  5. 15 Feb, 2016 2 commits
  6. 14 Feb, 2016 25 commits
  7. 13 Feb, 2016 2 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