summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* http_negotiate.c: Fxied warning: unused variable 'rc'Marc Hoersken2012-09-141-2/+0
* ssh.c: Fixed warning: implicit conversion from enumeration typeMarc Hoersken2012-09-141-2/+2
* socks.c: Check that IPv6 is enabled before using it's featuresMarc Hoersken2012-09-141-0/+4
* checksrc: Fixed line length and comment indentationMarc Hoersken2012-09-143-83/+84
* socks.c: Updated error messages to handle hostname and IPv6Marc Hoersken2012-09-141-1/+25
* socks.c: Added support for IPv6 connections through SOCKSv5 proxyMarc Hoersken2012-09-141-31/+34
* parse_proxy: treat "socks://x" as a socks4 proxyDaniel Stenberg2012-09-131-1/+1
* ssh: do not crash if MD5 fingerprint is not provided by libssh2Kamil Dudka2012-09-121-8/+14
* ssh: move the fingerprint checking code to a separate fncKamil Dudka2012-09-121-32/+39
* wincrypt: Fixed cross-compilation issues caused by include nameMarc Hoersken2012-09-111-1/+1
* md5.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken2012-09-111-13/+42
* nss.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken2012-09-111-1/+1
* curl_schannel.c: Reference count the credential/session handleMarc Hoersken2012-09-092-3/+18
* darwinssl: fixed for older Mac OS X versionsNick Zitzmann2012-09-081-13/+45
* SOCKS: truly disable it if CURL_DISABLE_PROXY is definedDaniel Stenberg2012-09-062-2/+2
* mk-ca-bundle: detect start of trust section betterDaniel Stenberg2012-09-041-6/+22
* gnutls: do not fail on non-fatal handshake errorsAlessandro Ghedini2012-09-041-5/+7
* SMTP: only send SIZE if supportedFrantišek Kučera2012-09-042-1/+8
* multi: add curl_multi_wait()Sara Golemon2012-09-011-0/+87
* darwinssl: Bugfix for previous commit for older catsNick Zitzmann2012-09-011-7/+29
* NTLM: re-use existing connection betterJoe Mason2012-08-311-7/+25
* darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functionsNick Zitzmann2012-08-181-19/+369
* ftp: active conn, place calling sockopt callback at the end of functionGokhan Sengun2012-08-161-3/+5
* ftp: active conn, allow application to set sockopt after accept() callGokhan Sengun2012-08-161-0/+14
* ssh: use the libssh2 agent API conditionallyDaniel Stenberg2012-08-101-0/+4
* white space fix: shorten long lineDaniel Stenberg2012-08-101-1/+2
* docs: update the links to cipher-suites supported by NSSKamil Dudka2012-08-091-54/+51
* nss: do not print misleading NSS error codesKamil Dudka2012-08-091-12/+30
* SSH: added agent based authenticationArmel Asselin2012-08-082-3/+120
* curl_version: fixed Value stored to 'len' is never readDaniel Stenberg2012-08-081-2/+5
* add_next_timeout: minor restructure of codeDaniel Stenberg2012-08-081-2/+2
* verbose messages: fixed output of hostnames in re-used connectionsDaniel Stenberg2012-08-081-5/+8
* Avoid leak of local device string when reusing connectionMike Crowe2012-08-071-0/+1
* Curl_socket_check: fix timeout return value for select usersDaniel Stenberg2012-08-071-2/+4
* Curl_socket_check: fix return code for timeoutMaxime Larocque2012-08-071-1/+3
* WSAPoll: disabled on all windows buildsDaniel Stenberg2012-08-071-19/+1
* retry request: only access the HTTP data if in fact HTTPDaniel Stenberg2012-08-071-1/+3
* VC build: add define for opensslDaniel Stenberg2012-08-071-1/+1
* gtls: fix build failure by including nettle-specific headersDaniel Stenberg2012-08-061-1/+4
* Cleanup handshake after clean NTLM failureJoe Mason2012-08-031-1/+7
* Zero out auth structs before transferJoe Mason2012-08-031-0/+4
* file: use fdopen() for uploaded files if availableKamil Dudka2012-07-301-0/+4
* Fixed compiler warning 'unused parameter'.curl-7_27_0Guenter Knauf2012-07-271-0/+1
* Added prototypes to kill compiler warning.Guenter Knauf2012-07-271-0/+3
* Changed Windows IDN text to 'WinIDN'.Guenter Knauf2012-07-261-1/+1
* darwinssl: fixed freeze involving the multi interfaceNick Zitzmann2012-07-253-24/+25
* Added support for tls-srp to MinGW builds.Guenter Knauf2012-07-251-0/+8
* keepalive: multiply value for OS-specific unitsDaniel Stenberg2012-07-221-0/+9
* http: print reason phrase from HTTP status line on errorKamil Dudka2012-07-221-2/+37
* Client's "qop" value should not be quoted (RFC2617, section 3.2.2).Anton Yabchinskiy2012-07-211-1/+1