Skip to content
  1. Mar 02, 2014
    • Steve Holme's avatar
      RELEASE-NOTES: Synced with 7fef4016 · d8073db3
      Steve Holme authored
      d8073db3
    • Steve Holme's avatar
      tool: Do not output libcurl source for the information only parameters · 7fef4016
      Steve Holme authored
      Ensure a source file isn't generated for the following informational
      command line parameters when --libcurl is specified:
      
      --help, --manual, --version and --engine list
      
      As the output would only include a fairly empty looking main() function
      and a call to curl_easy_init() and curl_easy_cleanup() when performed
      with --engine list.
      7fef4016
    • Steve Holme's avatar
      tool: Fixed libcurl source output for multiple operations · 68920b6c
      Steve Holme authored
      Correctly output libcurl source code that includes multiply operations
      as specified by --next. Note that each operation evaluates to a single
      curl_easy_perform() in source code form.
      
      Also note that the output could be optimised a little so global config
      options are only output once rather than per operation as is presently
      the case.
      68920b6c
  2. Mar 01, 2014
  3. Feb 28, 2014
  4. Feb 27, 2014
  5. Feb 26, 2014
  6. Feb 25, 2014
  7. Feb 24, 2014
  8. Feb 23, 2014