1. 02 Mar, 2014 3 commits
    • 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. 01 Mar, 2014 6 commits
  3. 28 Feb, 2014 5 commits
  4. 27 Feb, 2014 5 commits
  5. 26 Feb, 2014 4 commits
  6. 25 Feb, 2014 7 commits
  7. 24 Feb, 2014 7 commits
  8. 23 Feb, 2014 3 commits