1. 21 May, 2018 6 commits
    • Daniel Stenberg's avatar
      checksrc: make sure sizeof() is used *with* parentheses · cb529b71
      Daniel Stenberg authored
      ... and unify the source code to adhere.
      
      Closes #2563
      cb529b71
    • Daniel Stenberg's avatar
      curl: added --styled-output · f3d836b7
      Daniel Stenberg authored
      It is enabled by default, so --no-styled-output will switch off the
      detection/use of bold headers.
      
      Closes #2538
      f3d836b7
    • Daniel Stenberg's avatar
      curl: show headers in bold · c1c27625
      Daniel Stenberg authored
      The feature is only enabled if the output is believed to be a tty.
      
      -J: There's some minor differences and improvements in -J handling, as
      now J should work with -i and it actually creates a file first using the
      initial name and then *renames* that to the one found in
      Content-Disposition (if any).
      
      -i: only shows headers for HTTP transfers now (as documented).
      Previously it would also show for pieces of the transfer that were HTTP
      (for example when doing FTP over a HTTP proxy).
      
      -i: now shows trailers as well. Previously they were not shown at all.
      
      --libcurl: the CURLOPT_HEADER is no longer set, as the header output is
      now done in the header callback.
      c1c27625
    • Daniel Stenberg's avatar
      configure: compile-time SIZEOF checks · 6876ccf9
      Daniel Stenberg authored
      ... instead of exeucting code to get the size. Removes the use of
      LD_LIBRARY_PATH for this.
      
      Fixes #2586
      Closes #2589
      Reported-by: Bernhard Walle
      6876ccf9
    • Daniel Stenberg's avatar
      configure: replace AC_TRY_RUN with CURL_RUN_IFELSE · 302d5374
      Daniel Stenberg authored
      ... and export LD_LIBRARY_PATH properly. This is a follow-up from
      2d4c2152.
      
      Fixes #2586
      Reported-by: Bernhard Walle
      302d5374
    • Daniel Stenberg's avatar
      docs: clarify CURLOPT_HTTPGET somewhat · d5a2df5f
      Daniel Stenberg authored
      Reported-by: bsammon on github
      Fixes #2590
      d5a2df5f
  2. 18 May, 2018 4 commits
  3. 17 May, 2018 4 commits
  4. 16 May, 2018 5 commits
  5. 15 May, 2018 3 commits
  6. 14 May, 2018 14 commits
  7. 12 May, 2018 2 commits
  8. 11 May, 2018 1 commit
  9. 10 May, 2018 1 commit