Skip to content
  1. May 21, 2018
    • 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. May 18, 2018
  3. May 17, 2018
  4. May 16, 2018
  5. May 15, 2018
  6. May 14, 2018
  7. May 12, 2018
  8. May 11, 2018
  9. May 10, 2018