aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-30Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for settingDaniel Stenberg
2007-05-30In case of test failure, try not to show log files of other testsYang Tse
2007-05-30added ares_process_fd() to allow applications to ask for processing onDaniel Stenberg
2007-05-30remove really annoying debug output that makes life miserable when you doDaniel Stenberg
2007-05-26When working with a problem Stefan Becker had, I found an off-by-one bufferDaniel Stenberg
2007-05-26Primarily this fixes an off-by-one buffer overwrite (rare but still existing).Daniel Stenberg
2007-05-26Clarify a bit about the fact that easy handles remain in the multi stack whenDaniel Stenberg
2007-05-26make it a WARNING since this hits people hard in their facesDaniel Stenberg
2007-05-25Rob Crittenden fixed bug #1705802Daniel Stenberg
2007-05-25updatedDaniel Stenberg
2007-05-25Ravi Pratap fixed a flaw in the init_by_resolv_conf() function for windowsDaniel Stenberg
2007-05-24Song Ma filed bug report #1724016Daniel Stenberg
2007-05-24stay within 80 colsDaniel Stenberg
2007-05-24'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194)Daniel Stenberg
2007-05-23TFTP transfers are also blockingDaniel Stenberg
2007-05-23fix the formatting of the trailing listDaniel 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-17they spell five with a v...Daniel 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-16Match file times occurring in the morning.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-14Added SFTP directory listing test case 613.Dan Fandrich
2007-05-10Added FTPS upload tests 408 and 409.Dan Fandrich
2007-05-09Kristian Gunstone fixed a problem where overwriting an uploaded file withDan Fandrich
2007-05-09Added the list of SFTP post-quote commands, and fixed a few typos.Dan Fandrich
2007-05-08Added FTPS test cases 406 and 407Dan 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-06extended the description for the curl_multi_socket_action() changeDaniel Stenberg
2007-05-0342. Daniel Black filed bug report #1705802 where he accurately mentions thatDaniel Stenberg
2007-05-03Fixed a few typos.Dan Fandrich
2007-05-03document the new 200alias behaviourDaniel 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- Jeff Pohlmeyer improved the hiperfifo.c example to use theDaniel Stenberg
2007-05-02- Set the timeout for easy handles to expire really soon after addition orDaniel Stenberg
2007-05-02Merged _all_ old changelogs into the single CHANGES.0 file. Having a new oneDaniel Stenberg
2007-05-02spell and language fixDaniel Stenberg
2007-05-02Check the return code from curl_multi_add_handle()Dan Fandrich
2007-05-02Fixed a logic error in the last patch and another out of memory issue.Dan Fandrich
2007-05-01Improved behaviour in out of memory conditions.Dan Fandrich
2007-05-01Use memcpy instead of strcpy to improve performance.Dan Fandrich