summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* initialize pending_ms to zero to avoid compiler warning:Yang Tse2007-04-201-3/+3
* - Save one call to curlx_tvnow(), which calls gettimeofday(), in each ofYang Tse2007-04-201-33/+127
* keep lines < 80 columnsDaniel Stenberg2007-04-191-2/+4
* fix comment and line spacingYang Tse2007-04-191-7/+6
* clarify the comment about libssh2_sftp_write's return typeDaniel Stenberg2007-04-181-1/+2
* - James Housley made SFTP uploads use libssh2's non-blocking API (if available)Daniel Stenberg2007-04-181-4/+7
* - Prevent the internal progress meter from updating more frequently than onceDaniel Stenberg2007-04-181-2/+9
* added ranlib when library is created with ar.Gunter Knauf2007-04-161-0/+5
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-167-25/+48
* proper fix for compiler warningYang Tse2007-04-131-1/+1
* Take in account that it can be built with compiler debug info andYang Tse2007-04-131-1/+1
* fix compiler warningYang Tse2007-04-133-3/+3
* Song Ma found a memory leak in the if2ip code if you pass in an interfaceDaniel Stenberg2007-04-121-1/+3
* Work around an out of memory situation in Curl_ftp_done instead ofDan Fandrich2007-04-121-16/+18
* convenience SIG_ATOMIC_T macro definitionYang Tse2007-04-111-0/+11
* Fixed some out of memory handling issues.Dan Fandrich2007-04-112-19/+21
* Fixed some out of memory handling issues.Dan Fandrich2007-04-102-51/+62
* Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg2007-04-107-53/+97
* Update NTLM flag and descriptionYang Tse2007-04-102-5/+9
* Fixed an out of memory handling issue.Dan Fandrich2007-04-101-1/+4
* VC8+ (VS2005+) has C99 variadic macro supportYang Tse2007-04-091-0/+5
* fix out of memory handling issueYang Tse2007-04-082-3/+12
* Nick Zitzmann did ssh.c cleanupsDaniel Stenberg2007-04-081-24/+40
* fix out of memory handling issueYang Tse2007-04-071-0/+1
* fix out of memory handling issueYang Tse2007-04-072-4/+18
* fix compiler warningYang Tse2007-04-071-1/+1
* fix out of memory handling issueYang Tse2007-04-061-1/+1
* Fixed a few memory leaks in OOM conditions.Dan Fandrich2007-04-061-5/+6
* runtests -t discovered this out of memory handling issuesYang Tse2007-04-051-2/+9
* Fixes some more out of memory handling bugs.Dan Fandrich2007-04-044-1/+9
* Fixed file handle leak in OOM condition.Dan Fandrich2007-04-041-0/+1
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse2007-04-043-15/+6
* Fixed a memory leak and improper shutdown on SFTP post-quote command failure.Dan Fandrich2007-04-041-5/+3
* Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg2007-04-034-0/+20
* update copyright yearYang Tse2007-04-036-6/+6
* fix MSDOS symbol checkYang Tse2007-04-031-3/+3
* recover code simplification lost with last commitYang Tse2007-04-031-2/+1
* DOS targets do have setmode().Gisle Vanem2007-04-031-0/+1
* Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.Daniel Stenberg2007-04-021-1/+338
* fix compiler warningYang Tse2007-04-021-11/+13
* fix compiler warningYang Tse2007-04-021-1/+1
* Robert Iakobashvili made curl_multi_remove_handle() a lot faster when manyDaniel Stenberg2007-04-012-7/+11
* Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg2007-04-011-1/+5
* Pointless to check for non-NULL pointers that already have been dereferencedDaniel Stenberg2007-03-311-2/+2
* avoid dereferencing a NULL pointer by setting a default word to lookup in caseDaniel Stenberg2007-03-311-3/+5
* Better deal with NULL pointers.Daniel Stenberg2007-03-311-8/+14
* *** empty log message ***Daniel Stenberg2007-03-311-2/+2
* When curl_easy_duphandle() fails because it can't get or make a connectionDaniel Stenberg2007-03-311-1/+2
* The info types cannot be checked for explicity by ANDing the types since theyDaniel Stenberg2007-03-311-12/+12
* Check for a NULL easy->easy_conn in multi_getsock() since it can in factDaniel Stenberg2007-03-311-1/+8