1. 15 Feb, 2019 1 commit
  2. 14 Feb, 2019 19 commits
  3. 13 Feb, 2019 6 commits
  4. 12 Feb, 2019 12 commits
  5. 11 Feb, 2019 2 commits
    • Frank Gevaerts's avatar
      tests: add stderr comparison to the test suite · 35a8fd28
      Frank Gevaerts authored
      The code is more or less copied from the stdout comparison code, maybe
      some better reuse is possible.
      
      test 1457 is adjusted to make the output actually match (by using --silent)
      test 506 used <stderr> without actually needing it, so that <stderr> block is removed
      
      Closes #3536
      35a8fd28
    • Patrick Monnerat's avatar
      cli tool: do not use mime.h private structures. · cac0e4a6
      Patrick Monnerat authored
      Option -F generates an intermediate representation of the mime structure
      that is used later to create the libcurl mime structure and generate
      the --libcurl statements.
      
      Reported-by: Daniel Stenberg
      Fixes #3532
      Closes #3546
      cac0e4a6