aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-12-13if2ip.[ch]: fix compilation with MinGWYang Tse
2011-12-13connect.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse
2011-12-13if2ip.c: fix compiler warning 'unused parameter'Yang Tse
2011-12-13pop3.c: fix compiler warning variable may be used uninitializedYang Tse
2011-12-13if2ip.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse
2011-12-12CURLOPT_INTERFACE: avoid resolving interfaces namesJason Glasgow
2011-12-12ConnectionExists: Fix reuse for TLS upgraded connectionsSteve Holme
2011-12-09create_conn: don't switch to HTTP protocol if tunneling is enabledDaniel Stenberg
2011-12-07Curl_closesocket: clear sock_accepted on closeGokhan Sengun
2011-12-07multi interface: fix block when CONNECT_ONLY option is usedGokhan Sengun
2011-12-06OpenSSL: check for the SSLv2 function in configureDaniel Stenberg
2011-12-05SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5Daniel Stenberg
2011-12-05Curl_resolver_is_resolved: differentiate between host/proxy errorsDaniel Stenberg
2011-12-05c-ares: return proxy failure for all proxy typesDaniel Stenberg
2011-12-05FTP: close callback fixDaniel Stenberg
2011-12-05FTP: call opensocket callback properlyDaniel Stenberg
2011-12-05Curl_socket: internal replacement for socket()Daniel Stenberg
2011-12-02CURLOPT_DNS_SERVERS: set name servers if possible (fix)Jason Glasgow
2011-12-02multi interface: only use non-NULL function pointer!Daniel Stenberg
2011-12-02multi: handle timeouts on DNS servers by checking for new socketsJason Glasgow
2011-12-01POP3: fixed escaped dot not being striped outSteve Holme
2011-11-29pop3.c: fix compiler warningYang Tse
2011-11-29POP3: detect when LIST returns no mailsDaniel Stenberg
2011-11-29POP3: fix end of body detectionDaniel Stenberg
2011-11-25CyaSSL 2.0+ library initialization adjustmentYang Tse
2011-11-25rectify commentJonas Schnelli
2011-11-25SSLSESSION_SHARED: new macro to check if session is sharedDaniel Stenberg
2011-11-25telnet.c: fix MSVC compiler warningYang Tse
2011-11-25tvdiff_secs(): sub-zero time difference adjustmentYang Tse
2011-11-25telnet: fix macros to allow proper semicolon useDaniel Stenberg
2011-11-25TELNET: improved treatment of optionsLaurent Rabret
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-11-24getinfo.c: reset app connect time when clearing session-info time variablesYang Tse
2011-11-24Fix unreleased regression when using windows gnutls versions older than 2.8Yang Tse
2011-11-23gnutls: only translate winsock errors for old versionsMark Brand
2011-11-21protocol_connect: show verbose connect and set connect timeDaniel Stenberg
2011-11-19Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo
2011-11-18SFTP: support '*' prefix for quote operationsJonas Schnelli
2011-11-17getsessionid: don't ever return while lockedDaniel Stenberg
2011-11-17Curl_ssl_getsessionid: increase the value, not the pointerDaniel Stenberg
2011-11-17SSL session share: move the age counter to the share objectAlejandro Alvarez Ayllon
2011-11-17CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow
2011-11-08Fix to skip untrusted certs.Guenter Knauf
2011-11-06ftp PORT: don't hang if bind() failsDaniel Stenberg
2011-11-06pingpong: change two comments wrongly referring "FTP"Daniel Stenberg
2011-11-06HTTP auth: fix proxy Negotiate bugRene Bernhardt
2011-11-04ssluse.c: fix calling of OpenSSL's ERR_remove_state(0)Yang Tse
2011-11-03url.c and file.c: fix OOM triggered segfaultYang Tse
2011-11-03rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg
2011-11-02gtls_connect_step1: remove use of deprecated functionsDaniel Stenberg