Age | Commit message (Expand) | Author |
2010-11-26 | s/isspace/ISSPACE | Yang Tse |
2010-11-25 | curl_multi_info_read: fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-11-25 | inet_pton: fix compiler warning | Yang Tse |
2010-11-24 | Curl_getaddrinfo_ex: sanitize function results follow-up. | Yang Tse |
2010-11-23 | Curl_getaddrinfo_ex: sanitize function results. | Yang Tse |
2010-11-22 | openldap: use remote port in URL passed to ldap_init_fd() | Kamil Dudka |
2010-11-20 | gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO. | Yang Tse |
2010-11-19 | Detect socket errors in GnuTLS on Windows | Matthias Bolte |
2010-11-14 | gnutls->handshake: improved timeout handling | Daniel Stenberg |
2010-11-13 | urldata: Capitalize enum protect_level values. | Julien Chaffraix |
2010-11-13 | security: tighten enum protection_level usage. | Julien Chaffraix |
2010-11-12 | krb5: Use GSS_ERROR to check for error. | Julien Chaffraix |
2010-11-12 | security: Pass the right parameter to init. | Julien Chaffraix |
2010-11-11 | ip_version: moved to connection struct | Daniel Stenberg |
2010-11-10 | TFTP: resend the correct data | Rutger Hofman |
2010-11-09 | ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT | Kamil Dudka |
2010-11-08 | ftp: close connection as soon as ABOR has been sent | Kamil Dudka |
2010-11-08 | CURLOPT_RESOLVE: added | Daniel Stenberg |
2010-11-08 | fix compiler warning | Yang Tse |
2010-11-05 | LDAP: detect non-binary attributes properly | Alfred Gebert |
2010-11-05 | Revert: use Host: name for SNI and cert name checks | Daniel Stenberg |
2010-11-04 | certcheck: use the custom Host: name for checks | Daniel Stenberg |
2010-11-04 | SNI: simplify the custom host name use | Daniel Stenberg |
2010-11-04 | host: get the custom Host: name more genericly | Daniel Stenberg |
2010-11-04 | SNI: set name to custom Host header | Hongli Lai (Phusion) |
2010-10-29 | ftp: prevent server from hanging on closed data connection | Kamil Dudka |
2010-10-28 | Removed a leftover mention of FTP in an error message | Dan Fandrich |
2010-10-21 | Removed the native Makefile.riscos files | Dan Fandrich |
2010-10-20 | Lightened the stack in wc_statemach to permit deeper recursion | Dan Fandrich |
2010-10-20 | SSH: use libssh2_session_handshake() | Daniel Stenberg |
2010-10-20 | SSH: avoid using the libssh2_ prefix | Daniel Stenberg |
2010-10-20 | formdata: provide error message | Daniel Stenberg |
2010-10-19 | URL-parsing: consider ? a divider | Daniel Stenberg |
2010-10-18 | krb4.h: removed unused prototypes | Daniel Stenberg |
2010-10-18 | krb4: make a few functions static | Daniel Stenberg |
2010-10-17 | http_chunks: remove debug output | Daniel Stenberg |
2010-10-14 | Curl_setopt: disallow CURLOPT_USE_SSL without SSL support | Daniel Stenberg |
2010-10-14 | Some more small Watcom makefile fixes. | Guenter Knauf |
2010-10-13 | Modified Watcom makefiles to work on Linux too. | Guenter Knauf |
2010-10-13 | gitignore: ignore Makefile.vc10.dist made by maketgz | Daniel Stenberg |
2010-10-12 | Fixed Watcom makefile. | Guenter Knauf |
2010-10-12 | Added build bits for librtmp / libssh2 to Watcom makefiles. | Guenter Knauf |
2010-10-12 | Added build bits for librtmp to NetWare makefiles. | Guenter Knauf |
2010-10-12 | SFTP: more ignoring negative file sizes | Daniel Stenberg |
2010-10-11 | SMTP: debug output for no known auth mechanisms supported | Daniel Stenberg |
2010-10-11 | Added build bits for librtmp to MingW32 makefiles. | Guenter Knauf |
2010-10-03 | Some NetWare makefile tweaks. | Guenter Knauf |
2010-10-02 | krb5-gssapi: Removed a memory leak in krb5_auth. | Julien Chaffraix |
2010-10-02 | krb5-gssapi: Made the function always return a value. | Julien Chaffraix |
2010-10-02 | krb5-gssapi: Delete the GSS-API context. | Julien Chaffraix |