Skip to content
  1. Dec 18, 2016
  2. Dec 17, 2016
  3. Dec 16, 2016
  4. Dec 15, 2016
  5. Dec 14, 2016
  6. Dec 13, 2016
  7. Dec 11, 2016
  8. Dec 08, 2016
  9. Dec 07, 2016
    • Adam Langley's avatar
      openssl: don't use OpenSSL's ERR_PACK. · 71a55534
      Adam Langley authored
      ERR_PACK is an internal detail of OpenSSL. Also, when using it, a
      function name must be specified which is overly specific: the test will
      break whenever OpenSSL internally change things so that a different
      function creates the error.
      
      Closes #1157
      71a55534
  10. Dec 05, 2016
  11. Dec 03, 2016
  12. Dec 02, 2016
  13. Dec 01, 2016
    • Daniel Stenberg's avatar
      http_proxy: simplify CONNECT response reading · 74595b22
      Daniel Stenberg authored
      Since it now reads responses one byte a time, a loop could be removed
      and it is no longer limited to get the whole response within 16K, it is
      now instead only limited to 16K maximum header line lengths.
      74595b22