1. 03 Oct, 2011 1 commit
    • Daniel Stenberg's avatar
      share: don't use SSL unless enabled · 15e3e451
      Daniel Stenberg authored
      Don't even declare the struct members for disabled features
      
      Introducing the CURLSHE_NOT_BUILT_IN return code for the share interface
      when trying to set a sharing option that has been disabled (or not
      enabled) in the library.
      15e3e451
  2. 02 Oct, 2011 1 commit
    • Daniel Stenberg's avatar
      multi: progress function abort must close connection · 9dd85bce
      Daniel Stenberg authored
      When the progress function returns to cancel the request, we must mark
      the connection to get closed and it must do to the DONE state.
      
      do_init() must be called as early as possible so that state variables
      for new connections are reset early. We could otherwise see that the old
      values were still there when a connection was to be disconnected very
      early and it would make it behave wrongly.
      
      Bug: http://curl.haxx.se/mail/lib-2011-10/0006.html
      Reported by: Vladimir Grishchenko
      9dd85bce
  3. 30 Sep, 2011 4 commits
  4. 29 Sep, 2011 5 commits
  5. 28 Sep, 2011 5 commits
  6. 27 Sep, 2011 3 commits
  7. 26 Sep, 2011 5 commits
  8. 25 Sep, 2011 10 commits
  9. 24 Sep, 2011 5 commits
  10. 23 Sep, 2011 1 commit