summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundant conditionalDan Fandrich2010-04-151-1/+1
* Curl_ipv4_resolve_r: only set AI_CANONNAME when neededDaniel Stenberg2010-04-151-1/+6
* ignore files generated by 'maketgz'Daniel Stenberg2010-04-141-0/+5
* fix compiler warning: variable might be clobbered by longjmp or vforkYang Tse2010-04-131-2/+2
* added a cast to silent compiler warning with 64bit systems.Guenter Knauf2010-04-121-1/+1
* update the section on timeoutsDaniel Stenberg2010-04-121-21/+9
* update URL and cut out wrong info on ipv6Daniel Stenberg2010-04-121-7/+2
* FTP quote commands prefixed with '*' now can fail without abortingDaniel Stenberg2010-04-091-2/+17
* qssl: reflect recent code changes in SSL interfaceKamil Dudka2010-04-073-11/+22
* 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