Skip to content
  1. Oct 23, 2015
  2. Oct 22, 2015
  3. Oct 21, 2015
  4. Oct 20, 2015
  5. Oct 19, 2015
  6. Oct 18, 2015
  7. Oct 17, 2015
  8. Oct 16, 2015
  9. 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
  10. Oct 14, 2015
  11. Oct 13, 2015
  12. Oct 12, 2015
  13. Oct 11, 2015
  14. Oct 09, 2015
  15. Oct 08, 2015
  16. Oct 07, 2015
  17. Oct 05, 2015