1. 04 Nov, 2018 1 commit
  2. 03 Nov, 2018 3 commits
    • Daniel Gustafsson's avatar
      infof: clearly indicate truncation · c37b66aa
      Daniel Gustafsson authored
      
      
      The internal buffer in infof() is limited to 2048 bytes of payload plus
      an additional byte for NULL termination. Servers with very long error
      messages can however cause truncation of the string, which currently
      isn't very clear, and leads to badly formatted output.
      
      This appends a "...\n" (or just "..." in case the format didn't with a
      newline char) marker to the end of the string to clearly show
      that it has been truncated.
      
      Also include a unittest covering infof() to try and catch any bugs
      introduced in this quite important function.
      
      Closes #3216
      Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
      Reviewed-by: default avatarMarcel Raad <Marcel.Raad@teamviewer.com>
      c37b66aa
    • Michael Kaufmann's avatar
      tool_getparam: fix some comments · d82a17ad
      Michael Kaufmann authored
      d82a17ad
    • Daniel Stenberg's avatar
      url: a short host name + port is not a scheme · 226cfa82
      Daniel Stenberg authored
      The function identifying a leading "scheme" part of the URL considered a few
      letters ending with a colon to be a scheme, making something like "short:80"
      to become an unknown scheme instead of a short host name and a port number.
      
      Extended test 1560 to verify.
      
      Reported-by: Hagai Auro
      Fixes #3220
      Closes #3223
      226cfa82
  3. 02 Nov, 2018 5 commits
  4. 01 Nov, 2018 7 commits
  5. 31 Oct, 2018 1 commit
  6. 30 Oct, 2018 6 commits
  7. 29 Oct, 2018 8 commits
  8. 27 Oct, 2018 9 commits