Skip to content
  1. Oct 17, 2015
  2. Oct 16, 2015
  3. Oct 15, 2015
    • 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
  4. Oct 14, 2015
  5. Oct 13, 2015
  6. Oct 12, 2015
  7. Oct 11, 2015
  8. Oct 09, 2015
  9. Oct 08, 2015
  10. Oct 07, 2015
  11. Oct 05, 2015
  12. Oct 04, 2015
  13. Oct 02, 2015
  14. Oct 01, 2015
  15. Sep 30, 2015
  16. Sep 29, 2015
  17. Sep 28, 2015
  18. Sep 27, 2015