1. 23 Oct, 2015 11 commits
  2. 22 Oct, 2015 2 commits
  3. 21 Oct, 2015 2 commits
  4. 20 Oct, 2015 3 commits
  5. 19 Oct, 2015 1 commit
  6. 18 Oct, 2015 3 commits
  7. 17 Oct, 2015 4 commits
  8. 16 Oct, 2015 4 commits
  9. 15 Oct, 2015 1 commit
    • Daniel Stenberg's avatar
      fread_func: move callback pointer from set to state struct · c6aedf68
      Daniel Stenberg authored
      ... and assign it from the set.fread_func_set pointer in the
      Curl_init_CONNECT function. This A) avoids that we have code that
      assigns fields in the 'set' struct (which we always knew was bad) and
      more importantly B) it makes it impossibly to accidentally leave the
      wrong value for when the handle is re-used etc.
      
      Introducing a state-init functionality in multi.c, so that we can set a
      specific function to get called when we enter a state. The
      Curl_init_CONNECT is thus called when switching to the CONNECT state.
      
      Bug: https://github.com/bagder/curl/issues/346
      
      Closes #346
      c6aedf68
  10. 14 Oct, 2015 1 commit
  11. 13 Oct, 2015 1 commit
  12. 12 Oct, 2015 1 commit
  13. 11 Oct, 2015 1 commit
  14. 09 Oct, 2015 4 commits
  15. 08 Oct, 2015 1 commit