summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-06-07Fixed a compiler warning on uClibc.Dan Fandrich
2007-06-05if we read zero bytes from the proxy, the connection is broken and we needDaniel Stenberg
2007-06-05mark connect failures as non-connected when ConnectPlease() fails, like whenDaniel Stenberg
2007-06-01ouch, two conditionals were turned backwards!Daniel Stenberg
2007-06-01do the update timer stuff even when CURLM_CALL_MULTI_PERFORM is returnedDaniel Stenberg
2007-05-31When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg
2007-05-31Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.Daniel Stenberg
2007-05-30Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for settingDaniel Stenberg
2007-05-30remove really annoying debug output that makes life miserable when you doDaniel Stenberg
2007-05-26Primarily this fixes an off-by-one buffer overwrite (rare but still existing).Daniel Stenberg
2007-05-25Rob Crittenden fixed bug #1705802Daniel Stenberg
2007-05-24Song Ma filed bug report #1724016Daniel Stenberg
2007-05-24stay within 80 colsDaniel Stenberg
2007-05-22Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failedDaniel Stenberg
2007-05-22Andre Guibert de Bruet fixed a memory leak in the function that verifies theDaniel Stenberg
2007-05-20WaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE isDaniel Stenberg
2007-05-18better fix for the dl/ul countersDaniel Stenberg
2007-05-18Feng Tu reported that curl -w did wrong on TFTP transfers inDaniel Stenberg
2007-05-18bail out with error codes on failuresDaniel Stenberg
2007-05-17Feng Tu pointed out a division by zero error in the TFTP connect timeoutDaniel Stenberg
2007-05-17Added support for compiling under Minix 3.1.3 using ACK.Dan Fandrich
2007-05-15Added call to setvbuf (disabled by default for speed) to flush theDan Fandrich
2007-05-15Added support for quote commands before a transfer using SFTP and testDan Fandrich
2007-05-09Kristian Gunstone fixed a problem where overwriting an uploaded file withDan Fandrich
2007-05-08CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This isDaniel Stenberg
2007-05-07James Bursa fixed a bug in the multi handle code that made the connectionDaniel Stenberg
2007-05-02Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0Daniel Stenberg
2007-05-02Fixed an out of memory handling issue with HTTP pipelines.Dan Fandrich
2007-05-02Tobias Rundstrom reported a problem they experienced with xmms2 and recentDaniel Stenberg
2007-05-02- Set the timeout for easy handles to expire really soon after addition orDaniel Stenberg
2007-05-02spell and language fixDaniel Stenberg
2007-05-01Use memcpy instead of strcpy to improve performance.Dan Fandrich
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