Skip to content
Snippets Groups Projects
  1. Jun 12, 2007
  2. Jun 11, 2007
  3. Jun 08, 2007
    • James Housley's avatar
      Curl_scp_done() needs to call libssh2_channel_free() to prevent a · 4f8ebd16
      James Housley authored
      memory leak, and it is the right thing to do.
      4f8ebd16
    • James Housley's avatar
      Fix to work with the latest CVS version of libssh2 · cd4e6fbc
      James Housley authored
      * As of (LIBSSH2_APINO >= 200706012030) there are not *nb() functions
      * As of (LIBSSH2_APINO >= 200706012030) most libssh2_*() functions
        can return LIBSSH2_ERROR_EAGAIN to indicate that the call would block.
      
      To make the code work as previously, blocking, all the code has been
      updated so that when (LIBSSH2_APINO >= 200706012030) it loops simulating
      blocking.  This allows the existing code to function and not hold up
      the upcoming release.
      cd4e6fbc
  4. Jun 07, 2007
  5. Jun 05, 2007
  6. Jun 01, 2007
  7. May 31, 2007
  8. May 30, 2007
  9. May 26, 2007
    • Daniel Stenberg's avatar
      Primarily this fixes an off-by-one buffer overwrite (rare but still existing). · 8bd7197a
      Daniel Stenberg authored
      I also switched from calloc() to malloc() as a minor performance boost since
      the rest of the code fills in the structs fine anyway - and they must for the
      case when we use the stack-based auto variable array instead of the allocated
      one.
      
      I made the loop filling in poll_fds[] break when poll_nfds is reached as a
      minor speed improvement.
      8bd7197a
  10. May 25, 2007
  11. May 24, 2007
  12. May 22, 2007
  13. May 20, 2007
  14. May 18, 2007
  15. May 17, 2007
  16. May 15, 2007
  17. May 09, 2007
  18. May 08, 2007
  19. May 07, 2007
  20. May 02, 2007
Loading