summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ouch, two conditionals were turned backwards!Daniel Stenberg2007-06-011-2/+2
* do the update timer stuff even when CURLM_CALL_MULTI_PERFORM is returnedDaniel Stenberg2007-06-011-6/+6
* When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg2007-05-315-257/+74
* Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.Daniel Stenberg2007-05-311-2/+35
* Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for settingDaniel Stenberg2007-05-301-5/+18
* remove really annoying debug output that makes life miserable when you doDaniel Stenberg2007-05-301-3/+0
* Primarily this fixes an off-by-one buffer overwrite (rare but still existing).Daniel Stenberg2007-05-261-6/+13
* Rob Crittenden fixed bug #1705802Daniel Stenberg2007-05-251-0/+8
* Song Ma filed bug report #1724016Daniel Stenberg2007-05-241-0/+4
* stay within 80 colsDaniel Stenberg2007-05-241-2/+2
* Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failedDaniel Stenberg2007-05-221-0/+1
* Andre Guibert de Bruet fixed a memory leak in the function that verifies theDaniel Stenberg2007-05-221-1/+2
* WaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE isDaniel Stenberg2007-05-201-1/+1
* better fix for the dl/ul countersDaniel Stenberg2007-05-181-5/+9
* Feng Tu reported that curl -w did wrong on TFTP transfers inDaniel Stenberg2007-05-182-6/+11
* bail out with error codes on failuresDaniel Stenberg2007-05-181-2/+6
* Feng Tu pointed out a division by zero error in the TFTP connect timeoutDaniel Stenberg2007-05-171-0/+4
* Added support for compiling under Minix 3.1.3 using ACK.Dan Fandrich2007-05-171-0/+6
* Added call to setvbuf (disabled by default for speed) to flush theDan Fandrich2007-05-151-0/+4
* Added support for quote commands before a transfer using SFTP and testDan Fandrich2007-05-151-9/+18
* Kristian Gunstone fixed a problem where overwriting an uploaded file withDan Fandrich2007-05-091-1/+1
* CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This isDaniel Stenberg2007-05-082-6/+10
* James Bursa fixed a bug in the multi handle code that made the connectionDaniel Stenberg2007-05-071-1/+1
* Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0Daniel Stenberg2007-05-021-2/+1
* Fixed an out of memory handling issue with HTTP pipelines.Dan Fandrich2007-05-023-31/+37
* Tobias Rundstrom reported a problem they experienced with xmms2 and recentDaniel Stenberg2007-05-021-2/+3
* - Set the timeout for easy handles to expire really soon after addition orDaniel Stenberg2007-05-021-0/+19
* spell and language fixDaniel Stenberg2007-05-021-3/+3
* Use memcpy instead of strcpy to improve performance.Dan Fandrich2007-05-011-1/+1
* Rearranged some allocs so they will be freed correctly in the error path.Dan Fandrich2007-04-291-14/+14
* Peter O'Gorman fixed libcurl to not init GnuTLS as early as we did before,Daniel Stenberg2007-04-281-7/+25
* Frank Hempel fixed a curl_easy_duphandle() crash on a handle that hadDaniel Stenberg2007-04-281-2/+6
* Move the explictit free of the range string to Curl_close() from Curl_disconn...Daniel Stenberg2007-04-271-6/+3
* oops, this was supposed to be properly removedDaniel Stenberg2007-04-271-8/+0
* As a follow-up to the removal of the free of the range data in Curl_done() - ...Daniel Stenberg2007-04-271-61/+48
* Peter O'Gorman found a problem with SCP downloads when the downloaded fileDaniel Stenberg2007-04-261-1/+4
* Fixed an out of memory handling issue.Dan Fandrich2007-04-251-3/+5
* Sonia Subramanian brought our attention to a problem that happens if you setDaniel Stenberg2007-04-251-10/+0
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-255-6/+43
* Robert Iakobashvili made the 'master_buffer' get allocated first once it isDaniel Stenberg2007-04-244-5/+21
* Avoid an unnecessary call to gettimeofday() whenYang Tse2007-04-222-35/+58
* Daniel Black filed bug #1704675 (http://curl.haxx.se/bug/view.cgi?id=1704675)Daniel Stenberg2007-04-211-1/+2
* Curl_ssl_close(): mark the connection as not using SSL anymore, to betterDaniel Stenberg2007-04-211-7/+4
* fixed ARFLAGS for CodeWarrior build.Gunter Knauf2007-04-211-1/+1
* 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