Skip to content
  1. Mar 21, 2017
  2. Mar 20, 2017
  3. Mar 18, 2017
  4. Mar 16, 2017
  5. Mar 15, 2017
  6. Mar 14, 2017
  7. Mar 13, 2017
  8. Mar 12, 2017
  9. Mar 11, 2017
  10. Mar 10, 2017
  11. Mar 09, 2017
    • Daniel Stenberg's avatar
      tests: disabled 1903 now · 26e9fc27
      Daniel Stenberg authored
      Test 1903 is doing HTTP pipelining, and that is a timing and ordering
      sensitive operation and this fails far too often on the Travis CI
      leading to people more or less ignoring test failures there. Not good.
      
      The end of pipelning is probably coming sooner rather than later
      anyway...
      26e9fc27
    • Dan Fandrich's avatar
      tls-max.d: added to the makefile · e1960fef
      Dan Fandrich authored
      e1960fef
    • Dan Fandrich's avatar
      build: fixed making man page in out-of-tree tarball builds · b1dc45a8
      Dan Fandrich authored
      The man page taken from the release package is found in a different
      location than if it's built from source. It must be referenced as $< in
      the rule to get its correct location in the VPATH.
      b1dc45a8
    • Dan Fandrich's avatar
      mkhelp: simplified the gzip code · 9f3bc40f
      Dan Fandrich authored
      This eliminates the need for an external gzip program, which wasn't
      working with Busybox's gzip, anyway. It now compresses using perl's
      IO::Compress::Gzip
      9f3bc40f