1. 10 Sep, 2014 12 commits
  2. 09 Sep, 2014 4 commits
  3. 08 Sep, 2014 6 commits
  4. 07 Sep, 2014 9 commits
  5. 06 Sep, 2014 3 commits
  6. 05 Sep, 2014 1 commit
  7. 04 Sep, 2014 2 commits
  8. 03 Sep, 2014 2 commits
  9. 02 Sep, 2014 1 commit
    • Daniel Stenberg's avatar
      curl_multi_cleanup: remove superfluous NULL assigns · a6c48c8b
      Daniel Stenberg authored
      ... as the struct is free()d in the end anyway. It was first pointed out
      to me that one of the ->msglist assignments were supposed to have been
      ->pending but was a copy and paste mistake when I realized none of the
      clearing of pointers had to be there.
      a6c48c8b