summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-1216-12/+2113
* RTMP: initial support added, powered by librtmpHoward Chu2010-05-125-6/+327
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-1110-22/+26
* nss: make it possible to read ASCII and DER CRLKamil Dudka2010-05-111-56/+53
* nss: add CRL to cache instead of read-only NSS dbKamil Dudka2010-05-111-12/+30
* moved vars into conditional since seems that winsock implementation doesnt us...Hacki2010-05-081-2/+2
* multi interface: missed storing connection timeDaniel Stenberg2010-05-073-9/+13
* verboseconnect: so the verbose checking within the functionDaniel Stenberg2010-05-071-8/+6
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-0726-424/+288
* PolarSSL: initial support addedHoi-Ho Chan2010-05-058-3/+495
* telnet: Allow programatic use of telnet.Ben Greear2010-04-293-29/+83
* SSH: init and cleanup libssh2 in global_init/cleanupDaniel Stenberg2010-04-261-0/+11
* nss: fix SSL handshake timeout underflowKamil Dudka2010-04-241-1/+9
* encourage users to take latest lib dependencies.Guenter Knauf2010-04-242-4/+4
* socks5: please static code analyzerDaniel Stenberg2010-04-241-4/+6
* gzip: Value stored to 'data' is never readDaniel Stenberg2010-04-241-1/+0
* 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