1. 27 Dec, 2014 4 commits
  2. 26 Dec, 2014 7 commits
  3. 25 Dec, 2014 6 commits
  4. 24 Dec, 2014 10 commits
  5. 23 Dec, 2014 1 commit
  6. 22 Dec, 2014 4 commits
  7. 21 Dec, 2014 7 commits
  8. 20 Dec, 2014 1 commit
    • Steve Holme's avatar
      non-ascii: Reduce variable usage · 2c7f0992
      Steve Holme authored
      Removed 'next' variable in Curl_convert_form(). Rather than setting it
      from 'form->next' and using that to set 'form' after the conversion
      just use 'form = form->next' instead.
      2c7f0992