1. 08 Oct, 2014 3 commits
    • Daniel Stenberg's avatar
      do_sec_send: remove dead code · 87c8e00b
      Daniel Stenberg authored
      Coverity CID 1241951. The condition 'len >= 0' would always be true at
      that point and thus not necessary to check for.
      87c8e00b
    • Daniel Stenberg's avatar
      krb5_encode: remove unused argument · b90f6e87
      Daniel Stenberg authored
      Coverity CID 1241957. Removed the unused argument. As this struct and
      pointer now are used only for krb5, there's no need to keep unused
      function arguments around.
      b90f6e87
    • Daniel Stenberg's avatar
      operate_do: skip superfluous check for NULL pointer · 987a4a73
      Daniel Stenberg authored
      Coverity CID 1243583. get_url_file_name() cannot fail and return a NULL
      file name pointer so skip the check for that - it tricks coverity into
      believing it can happen and it then warns later on when we use 'outfile'
      without checking for NULL.
      987a4a73
  2. 07 Oct, 2014 7 commits
  3. 06 Oct, 2014 2 commits
  4. 04 Oct, 2014 6 commits
  5. 03 Oct, 2014 7 commits
  6. 02 Oct, 2014 5 commits
  7. 01 Oct, 2014 1 commit
  8. 30 Sep, 2014 3 commits
  9. 26 Sep, 2014 1 commit
  10. 25 Sep, 2014 2 commits
  11. 23 Sep, 2014 1 commit
  12. 19 Sep, 2014 2 commits