summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TFTP: block id wrap bug fixDaniel Stenberg2010-05-213-8/+19
* Fix build warnings.Ben Greear2010-05-203-16/+17
* setopt: Fix setting of set.is_fwrite_setBen Greear2010-05-201-1/+1
* build: allow curl to build with Microsoft VC10Tanguy Fautre2010-05-202-0/+28
* Test 573: Use correct type for CURLINFO_CONNECT_TIMETor Arntsen2010-05-201-3/+3
* lib: Fix AIX build failureTor Arntsen2010-05-193-1/+5
* Fixed some memory leaks in the POP3 torture testsDan Fandrich2010-05-191-3/+5
* Fixed a memory leak in the SMTP torture testsDan Fandrich2010-05-181-5/+7
* TFTP: send timeout option correctlyDaniel Stenberg2010-05-183-3/+13
* lib: Change some CRLF line endings to LFTor Arntsen2010-05-162-2/+2
* ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka2010-05-1611-10/+27
* RMTP: the version code is now rtmp awareHoward Chu2010-05-152-6/+27
* RTMP: fix wrong #ifdefHoward Chu2010-05-151-1/+1
* ftp wildcard: fix int32_t and size/group mixupsPavel Raiskup2010-05-152-18/+10
* Fixed test 577 to work when --enable-hidden-symbols is configuredDan Fandrich2010-05-142-0/+43
* OpenSSL: multi interface handshake could hangDaniel Stenberg2010-05-143-2/+34
* changelog: add link to bug reportDaniel Stenberg2010-05-141-0/+2
* Added directories.pm to the source tar ballDan Fandrich2010-05-141-1/+1
* follow redirect: ignore response-body on redirect even if compressedDaniel Stenberg2010-05-143-1/+8
* version: we're now going for 7.21.0Daniel Stenberg2010-05-141-4/+4
* Remove support for BSD version of PolarSSLHoi-Ho Chan2010-05-133-27/+0
* Added Polar SSL and RTMP files to the non-autoconf build filesDan Fandrich2010-05-124-3/+6
* Added the new ftp source files to the non-autoconf build filesDan Fandrich2010-05-125-8/+30
* Copy the license file so it's seen by the Android build systemDan Fandrich2010-05-121-5/+16
* updated with symbols added in recent commits for 7.21.0Daniel Stenberg2010-05-131-8/+27
* changelogs: mention RTMP and the FTP wildcard supportDaniel Stenberg2010-05-132-3/+22
* ftp wildcards: mention they're added in 7.21.0Daniel Stenberg2010-05-121-20/+25
* style: minor whitespace changeDaniel Stenberg2010-05-121-4/+4
* syntax: cleanupsDaniel Stenberg2010-05-121-24/+24
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-1236-16/+3778
* RTMP: initial support added, powered by librtmpHoward Chu2010-05-127-6/+411
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-1110-22/+26
* changelog: fixed CRL support in libcurl-NSSKamil Dudka2010-05-112-0/+5
* 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
* git: how to write a fine commit messageDaniel Stenberg2010-05-101-2/+24
* findtool: file name as a full path requires a slashDaniel Stenberg2010-05-091-4/+10
* moved vars into conditional since seems that winsock implementation doesnt us...Hacki2010-05-081-2/+2
* multi interface: missed storing connection timeDaniel Stenberg2010-05-079-12/+189
* verboseconnect: so the verbose checking within the functionDaniel Stenberg2010-05-071-8/+6
* changelogs: split the I/O handlingDaniel Stenberg2010-05-072-1/+14
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-0726-424/+288
* changelog: PolarSSLDaniel Stenberg2010-05-052-1/+6
* PolarSSL: initial support addedHoi-Ho Chan2010-05-0510-6/+592
* TODO: we've done PRET already, consider HOST for the futureDaniel Stenberg2010-04-291-26/+12
* TODO: GnuTLS connects are now non-blockingDaniel Stenberg2010-04-291-1/+0
* INTERNALS: tftp is decent now, ldap is notDaniel Stenberg2010-04-291-1/+1
* changelog: mention Ben Greear's telnet workDaniel Stenberg2010-04-292-2/+18
* telnet: Allow programatic use of telnet.Ben Greear2010-04-294-30/+86
* test: enable valgrind for 604, seems to workDaniel Stenberg2010-04-281-3/+0