summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* LDAP: properly implemented as a curl_handlerHoward Chu2010-05-256-11/+586
* curl_fnmatch: Use int not bool when function returns intTor Arntsen2010-05-211-1/+1
* TFTP: send legal timeout valueDaniel Stenberg2010-05-211-2/+3
* TFTP: don't ack if wrong block num is receivedDaniel Stenberg2010-05-211-1/+2
* TFTP: block id wrap bug fixDaniel Stenberg2010-05-211-7/+11
* 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-201-0/+25
* lib: Fix AIX build failureTor Arntsen2010-05-192-0/+4
* 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-181-2/+4
* lib: Change some CRLF line endings to LFTor Arntsen2010-05-162-2/+2
* ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka2010-05-165-4/+9
* RMTP: the version code is now rtmp awareHoward Chu2010-05-151-5/+26
* RTMP: fix wrong #ifdefHoward Chu2010-05-151-1/+1
* ftp wildcard: fix int32_t and size/group mixupsPavel Raiskup2010-05-151-16/+8
* OpenSSL: multi interface handshake could hangDaniel Stenberg2010-05-141-1/+11
* follow redirect: ignore response-body on redirect even if compressedDaniel Stenberg2010-05-141-1/+1
* Remove support for BSD version of PolarSSLHoi-Ho Chan2010-05-132-23/+0
* Added Polar SSL and RTMP files to the non-autoconf build filesDan Fandrich2010-05-123-2/+5
* Added the new ftp source files to the non-autoconf build filesDan Fandrich2010-05-123-5/+22
* style: minor whitespace changeDaniel Stenberg2010-05-121-4/+4
* 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