1. 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
  2. 14 Oct, 2015 1 commit
  3. 13 Oct, 2015 1 commit
  4. 12 Oct, 2015 1 commit
  5. 11 Oct, 2015 1 commit
  6. 09 Oct, 2015 4 commits
  7. 08 Oct, 2015 6 commits
  8. 07 Oct, 2015 4 commits
  9. 05 Oct, 2015 1 commit
  10. 04 Oct, 2015 2 commits
  11. 02 Oct, 2015 1 commit
  12. 01 Oct, 2015 1 commit
  13. 30 Sep, 2015 1 commit
    • Jay Satiro's avatar
      runtests: Fix pid check in checkdied · c6ff538e
      Jay Satiro authored
      Because the 'not' operator has a very low precedence and as a result the
      entire statement was erroneously negated and could never be true.
      c6ff538e
  14. 29 Sep, 2015 3 commits
  15. 28 Sep, 2015 1 commit
  16. 27 Sep, 2015 3 commits
  17. 26 Sep, 2015 4 commits
  18. 25 Sep, 2015 1 commit
  19. 23 Sep, 2015 3 commits