Age | Commit message (Expand) | Author |
2012-09-16 | curl_multi_wait: Add parameter to return number of active sockets | Sara Golemon |
2012-09-14 | socks.c: Fixed warning: conversion to 'int' from 'long unsigned int' | Marc Hoersken |
2012-09-14 | http_negotiate.c: Fxied warning: unused variable 'rc' | Marc Hoersken |
2012-09-14 | ssh.c: Fixed warning: implicit conversion from enumeration type | Marc Hoersken |
2012-09-14 | socks.c: Check that IPv6 is enabled before using it's features | Marc Hoersken |
2012-09-14 | checksrc: Fixed line length and comment indentation | Marc Hoersken |
2012-09-14 | socks.c: Updated error messages to handle hostname and IPv6 | Marc Hoersken |
2012-09-14 | socks.c: Added support for IPv6 connections through SOCKSv5 proxy | Marc Hoersken |
2012-09-13 | parse_proxy: treat "socks://x" as a socks4 proxy | Daniel Stenberg |
2012-09-12 | ssh: do not crash if MD5 fingerprint is not provided by libssh2 | Kamil Dudka |
2012-09-12 | ssh: move the fingerprint checking code to a separate fnc | Kamil Dudka |
2012-09-11 | wincrypt: Fixed cross-compilation issues caused by include name | Marc Hoersken |
2012-09-11 | md5.c: Added support for Microsoft Windows CryptoAPI | Marc Hoersken |
2012-09-11 | nss.c: Fixed warning: 'err' may be used uninitialized in this function | Marc Hoersken |
2012-09-09 | curl_schannel.c: Reference count the credential/session handle | Marc Hoersken |
2012-09-08 | darwinssl: fixed for older Mac OS X versions | Nick Zitzmann |
2012-09-06 | SOCKS: truly disable it if CURL_DISABLE_PROXY is defined | Daniel Stenberg |
2012-09-04 | mk-ca-bundle: detect start of trust section better | Daniel Stenberg |
2012-09-04 | gnutls: do not fail on non-fatal handshake errors | Alessandro Ghedini |
2012-09-04 | SMTP: only send SIZE if supported | František Kučera |
2012-09-01 | multi: add curl_multi_wait() | Sara Golemon |
2012-09-01 | darwinssl: Bugfix for previous commit for older cats | Nick Zitzmann |
2012-08-31 | NTLM: re-use existing connection better | Joe Mason |
2012-08-18 | darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functions | Nick Zitzmann |
2012-08-16 | ftp: active conn, place calling sockopt callback at the end of function | Gokhan Sengun |
2012-08-16 | ftp: active conn, allow application to set sockopt after accept() call | Gokhan Sengun |
2012-08-10 | ssh: use the libssh2 agent API conditionally | Daniel Stenberg |
2012-08-10 | white space fix: shorten long line | Daniel Stenberg |
2012-08-09 | docs: update the links to cipher-suites supported by NSS | Kamil Dudka |
2012-08-09 | nss: do not print misleading NSS error codes | Kamil Dudka |
2012-08-08 | SSH: added agent based authentication | Armel Asselin |
2012-08-08 | curl_version: fixed Value stored to 'len' is never read | Daniel Stenberg |
2012-08-08 | add_next_timeout: minor restructure of code | Daniel Stenberg |
2012-08-08 | verbose messages: fixed output of hostnames in re-used connections | Daniel Stenberg |
2012-08-07 | Avoid leak of local device string when reusing connection | Mike Crowe |
2012-08-07 | Curl_socket_check: fix timeout return value for select users | Daniel Stenberg |
2012-08-07 | Curl_socket_check: fix return code for timeout | Maxime Larocque |
2012-08-07 | WSAPoll: disabled on all windows builds | Daniel Stenberg |
2012-08-07 | retry request: only access the HTTP data if in fact HTTP | Daniel Stenberg |
2012-08-07 | VC build: add define for openssl | Daniel Stenberg |
2012-08-06 | gtls: fix build failure by including nettle-specific headers | Daniel Stenberg |
2012-08-03 | Cleanup handshake after clean NTLM failure | Joe Mason |
2012-08-03 | Zero out auth structs before transfer | Joe Mason |
2012-07-30 | file: use fdopen() for uploaded files if available | Kamil Dudka |
2012-07-27 | Fixed compiler warning 'unused parameter'. | Guenter Knauf |
2012-07-27 | Added prototypes to kill compiler warning. | Guenter Knauf |
2012-07-26 | Changed Windows IDN text to 'WinIDN'. | Guenter Knauf |
2012-07-25 | darwinssl: fixed freeze involving the multi interface | Nick Zitzmann |
2012-07-25 | Added support for tls-srp to MinGW builds. | Guenter Knauf |
2012-07-22 | keepalive: multiply value for OS-specific units | Daniel Stenberg |