summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* TFTP: resend the correct dataRutger Hofman2010-11-101-1/+1
* ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUTKamil Dudka2010-11-091-0/+6
* ftp: close connection as soon as ABOR has been sentKamil Dudka2010-11-081-4/+11
* CURLOPT_RESOLVE: addedDaniel Stenberg2010-11-086-5/+89
* fix compiler warningYang Tse2010-11-088-13/+14
* LDAP: detect non-binary attributes properlyAlfred Gebert2010-11-051-0/+2
* Revert: use Host: name for SNI and cert name checksDaniel Stenberg2010-11-054-29/+22
* certcheck: use the custom Host: name for checksDaniel Stenberg2010-11-041-4/+8
* SNI: simplify the custom host name useDaniel Stenberg2010-11-041-6/+2
* host: get the custom Host: name more genericlyDaniel Stenberg2010-11-044-29/+20
* SNI: set name to custom Host headerHongli Lai (Phusion)2010-11-041-3/+19
* ftp: prevent server from hanging on closed data connectionKamil Dudka2010-10-291-1/+6
* Removed a leftover mention of FTP in an error messageDan Fandrich2010-10-281-1/+1
* Removed the native Makefile.riscos filesDan Fandrich2010-10-212-233/+1
* Lightened the stack in wc_statemach to permit deeper recursionDan Fandrich2010-10-201-14/+14
* SSH: use libssh2_session_handshake()Daniel Stenberg2010-10-201-0/+7
* SSH: avoid using the libssh2_ prefixDaniel Stenberg2010-10-201-8/+9
* formdata: provide error messageDaniel Stenberg2010-10-203-68/+34
* URL-parsing: consider ? a dividerDaniel Stenberg2010-10-191-2/+2
* krb4.h: removed unused prototypesDaniel Stenberg2010-10-181-10/+0
* krb4: make a few functions staticDaniel Stenberg2010-10-183-23/+18
* http_chunks: remove debug outputDaniel Stenberg2010-10-171-1/+0
* Curl_setopt: disallow CURLOPT_USE_SSL without SSL supportDaniel Stenberg2010-10-141-1/+2
* Some more small Watcom makefile fixes.Guenter Knauf2010-10-141-1/+2
* Modified Watcom makefiles to work on Linux too.Guenter Knauf2010-10-131-36/+49
* gitignore: ignore Makefile.vc10.dist made by maketgzDaniel Stenberg2010-10-131-0/+1
* Fixed Watcom makefile.Guenter Knauf2010-10-121-1/+1
* Added build bits for librtmp / libssh2 to Watcom makefiles.Guenter Knauf2010-10-121-0/+26
* Added build bits for librtmp to NetWare makefiles.Guenter Knauf2010-10-121-0/+12
* SFTP: more ignoring negative file sizesDaniel Stenberg2010-10-121-0/+5
* SMTP: debug output for no known auth mechanisms supportedDaniel Stenberg2010-10-111-3/+7
* Added build bits for librtmp to MingW32 makefiles.Guenter Knauf2010-10-111-2/+11
* Some NetWare makefile tweaks.Guenter Knauf2010-10-031-39/+44
* krb5-gssapi: Removed a memory leak in krb5_auth.Julien Chaffraix2010-10-021-15/+19
* krb5-gssapi: Made the function always return a value.Julien Chaffraix2010-10-021-1/+2
* krb5-gssapi: Delete the GSS-API context.Julien Chaffraix2010-10-022-3/+26
* HTTP: remove special case for 416Daniel Stenberg2010-10-021-14/+1
* README.ares: we know require c-ares 1.6.0Daniel Stenberg2010-09-301-1/+1
* SFTP: avoid downloading negative sizes!Daniel Stenberg2010-09-301-2/+5
* krb5-gssapi: Remove several memory leaks.Julien Chaffraix2010-09-282-5/+14
* security.c: Remove Curl_sec_fflush_fd.Julien Chaffraix2010-09-283-16/+0
* security.c: We should always register the socket handler.Julien Chaffraix2010-09-281-6/+8
* security.c: Fix Curl_sec_login after rewrite.Julien Chaffraix2010-09-283-5/+4
* security.c: Readd the '\n' to the infof() calls.Julien Chaffraix2010-09-281-8/+8
* security.c: Fix typo (PSBZ -> PBSZ)Julien Chaffraix2010-09-281-1/+1
* security.c: Fix ftp_send_command.Julien Chaffraix2010-09-281-2/+5
* curl_easy_escape: don't escape "unreserved" charactersDaniel Stenberg2010-09-281-3/+6
* multi: don't expire timeouts at disonnect or doneDaniel Stenberg2010-09-282-3/+4
* multi_runsingle: set timeout error messagesDirk Manske2010-09-271-0/+13
* parsedate: allow time specified without secondsDaniel Stenberg2010-09-271-0/+6