1. 27 Oct, 2015 2 commits
  2. 26 Oct, 2015 1 commit
  3. 25 Oct, 2015 1 commit
  4. 24 Oct, 2015 1 commit
    • Jay Satiro's avatar
      build: Fix support for PKG_CONFIG · d9a1776b
      Jay Satiro authored
      - Allow the user to use PKG_CONFIG but not PKGCONFIG.
      
      Background:
      
      Last week in 14d5a86b a change was made to allow the user to set the
      PKGCONFIG variable. Today in 72d99f2e I supplemented that to allow the
      more common PKG_CONFIG as an alternative if PKGCONFIG is not set.
      
      Neither of those changes worked as expected because PKGCONFIG is
      occasionally reset in configure and by the CURL_CHECK_PKGCONFIG macro.
      Instead in this commit I take the approach that the user may set
      PKG_CONFIG only.
      d9a1776b
  5. 23 Oct, 2015 12 commits
  6. 22 Oct, 2015 2 commits
  7. 21 Oct, 2015 2 commits
  8. 20 Oct, 2015 3 commits
  9. 19 Oct, 2015 1 commit
  10. 18 Oct, 2015 3 commits
  11. 17 Oct, 2015 4 commits
  12. 16 Oct, 2015 4 commits
  13. 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
  14. 14 Oct, 2015 1 commit
  15. 13 Oct, 2015 1 commit
  16. 12 Oct, 2015 1 commit