summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nss: fix SSL handshake timeout underflowKamil Dudka2010-04-243-1/+13
* encourage users to take latest lib dependencies.Guenter Knauf2010-04-244-8/+8
* socks5: please static code analyzerDaniel Stenberg2010-04-241-4/+6
* gzip: Value stored to 'data' is never readDaniel Stenberg2010-04-241-1/+0
* RELEASE-NOTES: update top numbersDaniel Stenberg2010-04-241-2/+2
* changelog: added the --proto and -proto-redir optionsDaniel Stenberg2010-04-242-2/+7
* curl: added --proto and --proto-redirAlex Bligh2010-04-242-0/+177
* test536: do not fail with threaded DNS resolverKamil Dudka2010-04-248-22/+46
* curl: -O crash on windowsDaniel Stenberg2010-04-213-1/+7
* hmac.c related compilation adjustmentYang Tse2010-04-201-2/+3
* hmac.c related compilation adjustmentYang Tse2010-04-205-6/+11
* 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-205-12/+16
* Merge branch 'master' of github.com:bagder/curlmonnerat2010-04-194-10/+34
|\
| * changelog: -J/--remote-header-name strips CRLFDaniel Stenberg2010-04-192-0/+5
| * parse_filename: strip trailing CRs and LFsDaniel Stenberg2010-04-191-3/+20
| * 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-1925-224/+281
|\
| * parseconfig: Value stored to 'line' is never readDaniel Stenberg2010-04-171-1/+1
| * 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
| * changelog: GnuTLS: SSL handshake phase is non-blockingDaniel Stenberg2010-04-162-1/+4
| * 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-1915-50/+858
|/
* OS400 version V5R2M0 not supported anymore by IBM: default target release cha...unknown2010-04-161-1/+1
* changelog: GnuTLS fix, no reverse loopkups and fixed GSS detectionDaniel Stenberg2010-04-162-1/+17
* SSL_RECV: EOF is not an error hereDaniel Stenberg2010-04-161-6/+0
* configure: GSSAPI detection on ancient Linux distrosPaul Howarth2010-04-161-2/+9
* 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