aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-27wildcard.c: add missing include of "setup.h"Kamil Dudka
2010-05-27lib573: do not compare double for exact matchTor Arntsen
2010-05-27wildcard.c: add missing include of "curl_memory.h"Pavel Raiskup
2010-05-27setup_once: use enum type for 'bool' on non-C99 platformsTor Arntsen
2010-05-27url.c: avoid implied cast to boolKamil Dudka
2010-05-27curl_fnmatch: remove use of register keywordTor Arntsen
2010-05-26RTMP: Fix compiler warningsJulien Chaffraix
2010-05-26OOM fixes in http_negociate.c and lib/splay.cJulien Chaffraix
2010-05-25LDAP: properly implemented as a curl_handlerHoward Chu
2010-05-21curl_fnmatch: Use int not bool when function returns intTor Arntsen
2010-05-21TFTP: send legal timeout valueDaniel Stenberg
2010-05-21TFTP: don't ack if wrong block num is receivedDaniel Stenberg
2010-05-21TFTP: block id wrap bug fixDaniel Stenberg
2010-05-20Fix build warnings.Ben Greear
2010-05-20setopt: Fix setting of set.is_fwrite_setBen Greear
2010-05-20build: allow curl to build with Microsoft VC10Tanguy Fautre
2010-05-20Test 573: Use correct type for CURLINFO_CONNECT_TIMETor Arntsen
2010-05-19lib: Fix AIX build failureTor Arntsen
2010-05-19Fixed some memory leaks in the POP3 torture testsDan Fandrich
2010-05-18Fixed a memory leak in the SMTP torture testsDan Fandrich
2010-05-18TFTP: send timeout option correctlyDaniel Stenberg
2010-05-16lib: Change some CRLF line endings to LFTor Arntsen
2010-05-16ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka
2010-05-15RMTP: the version code is now rtmp awareHoward Chu
2010-05-15RTMP: fix wrong #ifdefHoward Chu
2010-05-15ftp wildcard: fix int32_t and size/group mixupsPavel Raiskup
2010-05-14Fixed test 577 to work when --enable-hidden-symbols is configuredDan Fandrich
2010-05-14OpenSSL: multi interface handshake could hangDaniel Stenberg
2010-05-14changelog: add link to bug reportDaniel Stenberg
2010-05-14Added directories.pm to the source tar ballDan Fandrich
2010-05-14follow redirect: ignore response-body on redirect even if compressedDaniel Stenberg
2010-05-14version: we're now going for 7.21.0Daniel Stenberg
2010-05-13Remove support for BSD version of PolarSSLHoi-Ho Chan
2010-05-12Added Polar SSL and RTMP files to the non-autoconf build filesDan Fandrich
2010-05-12Added the new ftp source files to the non-autoconf build filesDan Fandrich
2010-05-12Copy the license file so it's seen by the Android build systemDan Fandrich
2010-05-13updated with symbols added in recent commits for 7.21.0Daniel Stenberg
2010-05-13changelogs: mention RTMP and the FTP wildcard supportDaniel Stenberg
2010-05-12ftp wildcards: mention they're added in 7.21.0Daniel Stenberg
2010-05-12style: minor whitespace changeDaniel Stenberg
2010-05-12syntax: cleanupsDaniel Stenberg
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup
2010-05-12RTMP: initial support added, powered by librtmpHoward Chu
2010-05-11sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu
2010-05-11changelog: fixed CRL support in libcurl-NSSKamil Dudka
2010-05-11nss: make it possible to read ASCII and DER CRLKamil Dudka
2010-05-11nss: add CRL to cache instead of read-only NSS dbKamil Dudka
2010-05-10git: how to write a fine commit messageDaniel Stenberg
2010-05-09findtool: file name as a full path requires a slashDaniel Stenberg
2010-05-08moved vars into conditional since seems that winsock implementation doesnt us...Hacki