aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-05-08moved vars into conditional since seems that winsock implementation doesnt us...Hacki
2010-05-07multi interface: missed storing connection timeDaniel Stenberg
2010-05-07verboseconnect: so the verbose checking within the functionDaniel Stenberg
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-05-05PolarSSL: initial support addedHoi-Ho Chan
2010-04-29telnet: Allow programatic use of telnet.Ben Greear
2010-04-26SSH: init and cleanup libssh2 in global_init/cleanupDaniel Stenberg
2010-04-24nss: fix SSL handshake timeout underflowKamil Dudka
2010-04-24encourage users to take latest lib dependencies.Guenter Knauf
2010-04-24socks5: please static code analyzerDaniel Stenberg
2010-04-24gzip: Value stored to 'data' is never readDaniel Stenberg
2010-04-20hmac.c related compilation adjustmentYang Tse
2010-04-20hmac.c related compilation adjustmentYang Tse
2010-04-20Add compilation directives for hmac in Watcom,riscos and vc6 platform-specifi...monnerat
2010-04-20replaced wsock32.lib usage with ws2_32.lib in MSVC makefilesRuslan Gazizov
2010-04-19Merge branch 'master' of github.com:bagder/curlmonnerat
2010-04-19Remove null-effect leftover code.monnerat
2010-04-19Curl_HMAC_MD5: fix the array init to not warn with picky compilersDaniel Stenberg
2010-04-19Fix GnuTLS compilation problem in md5.cmonnerat
2010-04-19Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.monnerat
2010-04-19Merge branch 'master' of github.com:bagder/curlmonnerat
2010-04-19Implement SMTP authenticationmonnerat
2010-04-17parsedate: Value stored to 'found' is never readDaniel Stenberg
2010-04-17check_gzip_header: Value stored to 'data' is never readDaniel Stenberg
2010-04-16dprintf_formatf: Value stored to 'left' is never readDaniel Stenberg
2010-04-16curl_version: remove superfluous assignmentsDaniel Stenberg
2010-04-16FTP PORT: Value stored to 'rc' is never readDaniel Stenberg
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg
2010-04-16PASV response: Value stored to 'rc' is never readDaniel Stenberg
2010-04-16Curl_perform: Value stored to 'res2' is never readDaniel Stenberg
2010-04-16sftp range: remove unnecessary check for NULL pointerDaniel Stenberg
2010-04-16ftp_range: remove unnecessary check for NULL pointerDaniel Stenberg
2010-04-16file_range: remove unnecessary check for NULL pointerDaniel Stenberg
2010-04-16SOCKS4: Value stored to 'rc' is never readDaniel Stenberg
2010-04-16FTP PASV: Value stored to 'rc' is never readDaniel Stenberg
2010-04-16ftp_range: Value stored to 'totalsize' is never readDaniel Stenberg
2010-04-16SOCKS5: when name resolves fail return immediatelyDaniel Stenberg
2010-04-16POP3: when USER command fails, don't even try PASSDaniel Stenberg
2010-04-16tftp_rx: Value stored to 'sbytes' is never readDaniel Stenberg
2010-04-16file_range: Value stored to 'totalsize' is never readDaniel Stenberg
2010-04-16GnuTLS: make the connection phase non-blockingJerome Vouillon
2010-04-16krb5_auth: fix my previous change to compileDaniel Stenberg
2010-04-16SSL_RECV: EOF is not an error hereDaniel Stenberg
2010-04-16resolvers: no more using AI_CANONNAMEDaniel Stenberg
2010-04-16KRB5: use given host name instead of reverse lookup'ed nameDaniel Stenberg
2010-04-15Remove redundant conditionalDan Fandrich
2010-04-15Curl_ipv4_resolve_r: only set AI_CANONNAME when neededDaniel Stenberg
2010-04-14ignore files generated by 'maketgz'Daniel Stenberg
2010-04-13fix compiler warning: variable might be clobbered by longjmp or vforkYang Tse
2010-04-12added a cast to silent compiler warning with 64bit systems.Guenter Knauf