summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nss: handle client certificate related errorsKamil Dudka2010-04-061-1/+30
* ssl: Fix build when SSL isn't enabledBen Greear2010-04-061-2/+2
* refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka2010-04-049-97/+125
* simplify code of Curl_resolv_timeout()Kamil Dudka2010-04-041-64/+64
* eliminate a race condition in Curl_resolv_timeout()Kamil Dudka2010-04-041-2/+3
* fixed compiler warningsBen Greear2010-04-023-7/+7
* fix SFTP download hangDaniel Stenberg2010-04-011-1/+1
* removed README.cmake due to the improved situationDaniel Stenberg2010-03-312-26/+1
* fix compiler warning with a cast.Guenter Knauf2010-03-311-1/+1
* make folks use latest available dependent libraries.Guenter Knauf2010-03-312-20/+27
* use (s)size_t for string lengths to fix compiler warnsDaniel Stenberg2010-03-292-4/+4
* Fix compile warnings in ssh.cBen Greear2010-03-291-50/+87
* fix smtp compile warningBen Greear2010-03-292-2/+2
* pop3: Get message listing if no mailbox in URLBen Greear2010-03-282-5/+71
* allow user+password in the URL for all protocolsBen Greear2010-03-271-51/+50
* Make rate-limitation logic smootherBen Greear2010-03-263-41/+93
* remove all .cvsignore filesDaniel Stenberg2010-03-251-25/+0
* PROT_CLOSEACTION should not include TFTPDaniel Stenberg2010-03-251-1/+1
* use CURL_SIZEOF_LONG instead of SIZEOF_LONGDaniel Stenberg2010-03-251-3/+3
* Merge branch 'master' of github.com:bagder/curlBill Hoffman2010-03-242-14/+15
|\
| * fix: timeout after last data chunk was handledBob Richmond2010-03-241-13/+14
| * avoid compiler warning without USE_ALARM_TIMEOUTDaniel Stenberg2010-03-241-1/+1
* | Fix curl CMake build.Bill Hoffman2010-03-242-0/+9
|/
* Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy2010-03-241-30/+33
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-24166-166/+0
* update to current stateDaniel Stenberg2010-03-244-12/+15
* mark connection as connectedDaniel Stenberg2010-03-231-0/+1
* chunked-encoding with Content-Length: header problemDaniel Stenberg2010-03-231-2/+1
* delayed easy handle kill caused double Curl_close() callDaniel Stenberg2010-03-231-2/+8
* fix the alarm()-based DNS timeoutThomas Lopatic2010-03-221-9/+15
* Fix insufficient initialization in Curl_clone_ssl_config()douglas steinwand2010-03-221-0/+10
* Fix tftp return codes and tsize upload handlingBen Greear2010-03-211-7/+15
* more files to ignoreDaniel Stenberg2010-03-211-0/+3
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-201-0/+3
* - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka2010-03-192-7/+9
* fix warning about conversions between curl_off_t and longDaniel Stenberg2010-03-181-4/+7
* another shot at the ftp_init() icc 9.1 optimizer issueYang Tse2010-03-181-4/+8
* - Constantine Sapuntzakis brought a patch:Daniel Stenberg2010-03-151-67/+70
* fix compiler warningYang Tse2010-03-111-2/+2
* Allow compilation even when OpenSSL has been configured without MD4 support.Dan Fandrich2010-03-111-5/+16
* - Ben Greear brought a patch that fixed the rate limiting logic for TFTP whenDaniel Stenberg2010-03-061-17/+109
* indent fix by Ben Greear, I removed some braces for single-line conditionalDaniel Stenberg2010-03-061-6/+5
* Constantine Sapuntzakis detected and fixed a double free in builds doneYang Tse2010-03-051-4/+3
* - Based on patch provided by Jacob Moshenko, the transfer logic now properlyDaniel Stenberg2010-03-021-4/+13
* - Andrei Benea filed bug report #2956698 and pointed out that theDaniel Stenberg2010-03-021-0/+1
* - Made the pingpong timeout code properly deal with the response timeout ANDDaniel Stenberg2010-03-023-15/+25
* remove assignment never usedDaniel Stenberg2010-03-021-2/+2
* - Ben Greear provided an update for TFTP that fixes upload.Daniel Stenberg2010-03-011-33/+39
* - Wesley Miaw reported bug #2958179 which identified a case of looping duringDaniel Stenberg2010-03-011-1/+1