summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hmac.c related compilation adjustmentYang Tse2010-04-201-2/+3
* hmac.c related compilation adjustmentYang Tse2010-04-203-5/+9
* Add compilation directives for hmac in Watcom,riscos and vc6 platform-specifi...monnerat2010-04-203-2/+6
* replaced wsock32.lib usage with ws2_32.lib in MSVC makefilesRuslan Gazizov2010-04-201-3/+2
* Merge branch 'master' of github.com:bagder/curlmonnerat2010-04-191-7/+9
|\
| * Curl_HMAC_MD5: fix the array init to not warn with picky compilersDaniel Stenberg2010-04-191-7/+9
* | Remove null-effect leftover code.monnerat2010-04-191-1/+0
|/
* Fix GnuTLS compilation problem in md5.cmonnerat2010-04-191-1/+1
* Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.monnerat2010-04-191-1/+1
* Merge branch 'master' of github.com:bagder/curlmonnerat2010-04-1922-222/+276
|\
| * parsedate: Value stored to 'found' is never readDaniel Stenberg2010-04-171-2/+1
| * check_gzip_header: Value stored to 'data' is never readDaniel Stenberg2010-04-171-1/+0
| * dprintf_formatf: Value stored to 'left' is never readDaniel Stenberg2010-04-161-1/+0
| * curl_version: remove superfluous assignmentsDaniel Stenberg2010-04-161-0/+6
| * FTP PORT: Value stored to 'rc' is never readDaniel Stenberg2010-04-161-1/+1
| * Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-1612-111/+78
| * PASV response: Value stored to 'rc' is never readDaniel Stenberg2010-04-161-1/+1
| * Curl_perform: Value stored to 'res2' is never readDaniel Stenberg2010-04-161-3/+3
| * sftp range: remove unnecessary check for NULL pointerDaniel Stenberg2010-04-161-1/+1
| * ftp_range: remove unnecessary check for NULL pointerDaniel Stenberg2010-04-161-1/+1
| * file_range: remove unnecessary check for NULL pointerDaniel Stenberg2010-04-161-1/+1
| * SOCKS4: Value stored to 'rc' is never readDaniel Stenberg2010-04-161-2/+2
| * FTP PASV: Value stored to 'rc' is never readDaniel Stenberg2010-04-161-2/+3
| * ftp_range: Value stored to 'totalsize' is never readDaniel Stenberg2010-04-161-5/+2
| * SOCKS5: when name resolves fail return immediatelyDaniel Stenberg2010-04-161-1/+4
| * POP3: when USER command fails, don't even try PASSDaniel Stenberg2010-04-161-4/+4
| * tftp_rx: Value stored to 'sbytes' is never readDaniel Stenberg2010-04-161-5/+4
| * file_range: Value stored to 'totalsize' is never readDaniel Stenberg2010-04-161-3/+2
| * GnuTLS: make the connection phase non-blockingJerome Vouillon2010-04-164-75/+160
| * krb5_auth: fix my previous change to compileDaniel Stenberg2010-04-161-2/+2
* | Implement SMTP authenticationmonnerat2010-04-197-40/+668
|/
* SSL_RECV: EOF is not an error hereDaniel Stenberg2010-04-161-6/+0
* resolvers: no more using AI_CANONNAMEDaniel Stenberg2010-04-163-13/+1
* KRB5: use given host name instead of reverse lookup'ed nameDaniel Stenberg2010-04-161-1/+1
* 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