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