aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-04-29Rearranged some allocs so they will be freed correctly in the error path.Dan Fandrich
2007-04-28Peter O'Gorman fixed libcurl to not init GnuTLS as early as we did before,Daniel Stenberg
2007-04-28Frank Hempel fixed a curl_easy_duphandle() crash on a handle that hadDaniel Stenberg
2007-04-27Move the explictit free of the range string to Curl_close() from Curl_disconn...Daniel Stenberg
2007-04-27oops, this was supposed to be properly removedDaniel Stenberg
2007-04-27As a follow-up to the removal of the free of the range data in Curl_done() - ...Daniel Stenberg
2007-04-26Peter O'Gorman found a problem with SCP downloads when the downloaded fileDaniel Stenberg
2007-04-25Fixed an out of memory handling issue.Dan Fandrich
2007-04-25Sonia Subramanian brought our attention to a problem that happens if you setDaniel Stenberg
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2007-04-24Robert Iakobashvili made the 'master_buffer' get allocated first once it isDaniel Stenberg
2007-04-22Avoid an unnecessary call to gettimeofday() whenYang Tse
2007-04-21Daniel Black filed bug #1704675 (http://curl.haxx.se/bug/view.cgi?id=1704675)Daniel Stenberg
2007-04-21Curl_ssl_close(): mark the connection as not using SSL anymore, to betterDaniel Stenberg
2007-04-21fixed ARFLAGS for CodeWarrior build.Gunter Knauf
2007-04-20initialize pending_ms to zero to avoid compiler warning:Yang Tse
2007-04-20- Save one call to curlx_tvnow(), which calls gettimeofday(), in each ofYang Tse
2007-04-19keep lines < 80 columnsDaniel Stenberg
2007-04-19fix comment and line spacingYang Tse
2007-04-18clarify the comment about libssh2_sftp_write's return typeDaniel Stenberg
2007-04-18- James Housley made SFTP uploads use libssh2's non-blocking API (if available)Daniel Stenberg
2007-04-18- Prevent the internal progress meter from updating more frequently than onceDaniel Stenberg
2007-04-16added ranlib when library is created with ar.Gunter Knauf
2007-04-16- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg
2007-04-13proper fix for compiler warningYang Tse
2007-04-13Take in account that it can be built with compiler debug info andYang Tse
2007-04-13fix compiler warningYang Tse
2007-04-12Song Ma found a memory leak in the if2ip code if you pass in an interfaceDaniel Stenberg
2007-04-12Work around an out of memory situation in Curl_ftp_done instead ofDan Fandrich
2007-04-11convenience SIG_ATOMIC_T macro definitionYang Tse
2007-04-11Fixed some out of memory handling issues.Dan Fandrich
2007-04-10Fixed some out of memory handling issues.Dan Fandrich
2007-04-10Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg
2007-04-10Update NTLM flag and descriptionYang Tse
2007-04-10Fixed an out of memory handling issue.Dan Fandrich
2007-04-09VC8+ (VS2005+) has C99 variadic macro supportYang Tse
2007-04-08fix out of memory handling issueYang Tse
2007-04-08Nick Zitzmann did ssh.c cleanupsDaniel Stenberg
2007-04-07fix out of memory handling issueYang Tse
2007-04-07fix out of memory handling issueYang Tse
2007-04-07fix compiler warningYang Tse
2007-04-06fix out of memory handling issueYang Tse
2007-04-06Fixed a few memory leaks in OOM conditions.Dan Fandrich
2007-04-05runtests -t discovered this out of memory handling issuesYang Tse
2007-04-04Fixes some more out of memory handling bugs.Dan Fandrich
2007-04-04Fixed file handle leak in OOM condition.Dan Fandrich
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse
2007-04-04Fixed a memory leak and improper shutdown on SFTP post-quote command failure.Dan Fandrich
2007-04-03Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg
2007-04-03update copyright yearYang Tse