1. 14 Mar, 2011 2 commits
    • Daniel Stenberg's avatar
      configure: removed wrongly claimed default paths · c40ae2cb
      Daniel Stenberg authored
      Several --with-XXX options claimed the wrong default path in their help
      outputs.
      
      Reported by: Vincent Torri
      c40ae2cb
    • Ask Bjørn Hansen's avatar
      mk-ca-bundle.pl: Only download if modified · 3e00af34
      Ask Bjørn Hansen authored
      Only download and convert the certdata to the ca-bundle.crt if Mozilla
      changed the data
      
      The Perl LWP module (which in a bit of a circular reference is used by
      mk-ca-bundle.pl) is now indirectly using this script. I made this small
      tweak to make it easier to automatically maintain the generated
      ca-bundle.crt file in version control.
      3e00af34
  2. 13 Mar, 2011 5 commits
    • Daniel Stenberg's avatar
      SSH: add protocol lock direction · 3eac14b4
      Daniel Stenberg authored
      Some protocols have to call the underlying functions without regard to
      what exact state the socket signals. For example even if the socket says
      "readable", the send function might need to be called while uploading,
      or vice versa. This is the case for libssh2 based protocols: SCP and
      SFTP and we now introduce a define to set those protocols and we make
      the multi interface code aware of this concept.
      
      This is another fix to make test 582 run properly.
      3eac14b4
    • Daniel Stenberg's avatar
      state: add missing state to debug table · 60406ff7
      Daniel Stenberg authored
      As a new state recently was added to the IMAP state machine it has to be
      in the array of names as well as otherwise libcurl crashes when a debug
      version runs...
      60406ff7
    • Daniel Stenberg's avatar
      test 582: enabled again · 6c5448d5
      Daniel Stenberg authored
      Commit ca37692b should now hopefully make it run
      6c5448d5
    • Daniel Stenberg's avatar
      ssh_statemach_act: set cselect for sftp upload · ca37692b
      Daniel Stenberg authored
      For uploads we want to use the _sending_ function even when the socket
      turns out readable as the underlying libssh2 sftp send function will
      deal with both accordingly. This is what the cselect_bits magic is for.
      
      Fixes test 582.
      ca37692b
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with e649a7ba · 176092d7
      Daniel Stenberg authored
      176092d7
  3. 12 Mar, 2011 13 commits
  4. 11 Mar, 2011 1 commit
  5. 10 Mar, 2011 3 commits
  6. 09 Mar, 2011 4 commits
  7. 08 Mar, 2011 7 commits
  8. 07 Mar, 2011 2 commits
  9. 06 Mar, 2011 1 commit
  10. 04 Mar, 2011 2 commits