aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-11-12krb5: Use GSS_ERROR to check for error.Julien Chaffraix
2010-11-12security: Pass the right parameter to init.Julien Chaffraix
2010-11-11ip_version: moved to connection structDaniel Stenberg
2010-11-10TFTP: resend the correct dataRutger Hofman
2010-11-09ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUTKamil Dudka
2010-11-08ftp: close connection as soon as ABOR has been sentKamil Dudka
2010-11-08CURLOPT_RESOLVE: addedDaniel Stenberg
2010-11-08fix compiler warningYang Tse
2010-11-05LDAP: detect non-binary attributes properlyAlfred Gebert
2010-11-05Revert: use Host: name for SNI and cert name checksDaniel Stenberg
2010-11-04certcheck: use the custom Host: name for checksDaniel Stenberg
2010-11-04SNI: simplify the custom host name useDaniel Stenberg
2010-11-04host: get the custom Host: name more genericlyDaniel Stenberg
2010-11-04SNI: set name to custom Host headerHongli Lai (Phusion)
2010-10-29ftp: prevent server from hanging on closed data connectionKamil Dudka
2010-10-28Removed a leftover mention of FTP in an error messageDan Fandrich
2010-10-21Removed the native Makefile.riscos filesDan Fandrich
2010-10-20Lightened the stack in wc_statemach to permit deeper recursionDan Fandrich
2010-10-20SSH: use libssh2_session_handshake()Daniel Stenberg
2010-10-20SSH: avoid using the libssh2_ prefixDaniel Stenberg
2010-10-20formdata: provide error messageDaniel Stenberg
2010-10-19URL-parsing: consider ? a dividerDaniel Stenberg
2010-10-18krb4.h: removed unused prototypesDaniel Stenberg
2010-10-18krb4: make a few functions staticDaniel Stenberg
2010-10-17http_chunks: remove debug outputDaniel Stenberg
2010-10-14Curl_setopt: disallow CURLOPT_USE_SSL without SSL supportDaniel Stenberg
2010-10-14Some more small Watcom makefile fixes.Guenter Knauf
2010-10-13Modified Watcom makefiles to work on Linux too.Guenter Knauf
2010-10-13gitignore: ignore Makefile.vc10.dist made by maketgzDaniel Stenberg
2010-10-12Fixed Watcom makefile.Guenter Knauf
2010-10-12Added build bits for librtmp / libssh2 to Watcom makefiles.Guenter Knauf
2010-10-12Added build bits for librtmp to NetWare makefiles.Guenter Knauf
2010-10-12SFTP: more ignoring negative file sizesDaniel Stenberg
2010-10-11SMTP: debug output for no known auth mechanisms supportedDaniel Stenberg
2010-10-11Added build bits for librtmp to MingW32 makefiles.Guenter Knauf
2010-10-03Some NetWare makefile tweaks.Guenter Knauf
2010-10-02krb5-gssapi: Removed a memory leak in krb5_auth.Julien Chaffraix
2010-10-02krb5-gssapi: Made the function always return a value.Julien Chaffraix
2010-10-02krb5-gssapi: Delete the GSS-API context.Julien Chaffraix
2010-10-02HTTP: remove special case for 416Daniel Stenberg
2010-09-30README.ares: we know require c-ares 1.6.0Daniel Stenberg
2010-09-30SFTP: avoid downloading negative sizes!Daniel Stenberg
2010-09-28krb5-gssapi: Remove several memory leaks.Julien Chaffraix
2010-09-28security.c: Remove Curl_sec_fflush_fd.Julien Chaffraix
2010-09-28security.c: We should always register the socket handler.Julien Chaffraix
2010-09-28security.c: Fix Curl_sec_login after rewrite.Julien Chaffraix
2010-09-28security.c: Readd the '\n' to the infof() calls.Julien Chaffraix
2010-09-28security.c: Fix typo (PSBZ -> PBSZ)Julien Chaffraix
2010-09-28security.c: Fix ftp_send_command.Julien Chaffraix
2010-09-28curl_easy_escape: don't escape "unreserved" charactersDaniel Stenberg