aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-02multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitationDaniel Stenberg
2012-09-28Curl_reconnect_request: clear pointer on failureDaniel Stenberg
2012-09-23Makefile.vc6: Added missing default library advapi32.libMarc Hoersken
2012-09-19HTTP_ONLY: disable more protocolsDaniel Stenberg
2012-09-17setup.h: fixed for MS VC10 buildSergei Nikulov
2012-09-16curl_multi_wait: Add parameter to return number of active socketsSara Golemon
2012-09-14socks.c: Fixed warning: conversion to 'int' from 'long unsigned int'Marc Hoersken
2012-09-14http_negotiate.c: Fxied warning: unused variable 'rc'Marc Hoersken
2012-09-14ssh.c: Fixed warning: implicit conversion from enumeration typeMarc Hoersken
2012-09-14socks.c: Check that IPv6 is enabled before using it's featuresMarc Hoersken
2012-09-14checksrc: Fixed line length and comment indentationMarc Hoersken
2012-09-14socks.c: Updated error messages to handle hostname and IPv6Marc Hoersken
2012-09-14socks.c: Added support for IPv6 connections through SOCKSv5 proxyMarc Hoersken
2012-09-13parse_proxy: treat "socks://x" as a socks4 proxyDaniel Stenberg
2012-09-12ssh: do not crash if MD5 fingerprint is not provided by libssh2Kamil Dudka
2012-09-12ssh: move the fingerprint checking code to a separate fncKamil Dudka
2012-09-11wincrypt: Fixed cross-compilation issues caused by include nameMarc Hoersken
2012-09-11md5.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken
2012-09-11nss.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken
2012-09-09curl_schannel.c: Reference count the credential/session handleMarc Hoersken
2012-09-08darwinssl: fixed for older Mac OS X versionsNick Zitzmann
2012-09-06SOCKS: truly disable it if CURL_DISABLE_PROXY is definedDaniel Stenberg
2012-09-04mk-ca-bundle: detect start of trust section betterDaniel Stenberg
2012-09-04gnutls: do not fail on non-fatal handshake errorsAlessandro Ghedini
2012-09-04SMTP: only send SIZE if supportedFrantišek Kučera
2012-09-01multi: add curl_multi_wait()Sara Golemon
2012-09-01darwinssl: Bugfix for previous commit for older catsNick Zitzmann
2012-08-31NTLM: re-use existing connection betterJoe Mason
2012-08-18darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functionsNick Zitzmann
2012-08-16ftp: active conn, place calling sockopt callback at the end of functionGokhan Sengun
2012-08-16ftp: active conn, allow application to set sockopt after accept() callGokhan Sengun
2012-08-10ssh: use the libssh2 agent API conditionallyDaniel Stenberg
2012-08-10white space fix: shorten long lineDaniel Stenberg
2012-08-09docs: update the links to cipher-suites supported by NSSKamil Dudka
2012-08-09nss: do not print misleading NSS error codesKamil Dudka
2012-08-08SSH: added agent based authenticationArmel Asselin
2012-08-08curl_version: fixed Value stored to 'len' is never readDaniel Stenberg
2012-08-08add_next_timeout: minor restructure of codeDaniel Stenberg
2012-08-08verbose messages: fixed output of hostnames in re-used connectionsDaniel Stenberg
2012-08-07Avoid leak of local device string when reusing connectionMike Crowe
2012-08-07Curl_socket_check: fix timeout return value for select usersDaniel Stenberg
2012-08-07Curl_socket_check: fix return code for timeoutMaxime Larocque
2012-08-07WSAPoll: disabled on all windows buildsDaniel Stenberg
2012-08-07retry request: only access the HTTP data if in fact HTTPDaniel Stenberg
2012-08-07VC build: add define for opensslDaniel Stenberg
2012-08-06gtls: fix build failure by including nettle-specific headersDaniel Stenberg
2012-08-03Cleanup handshake after clean NTLM failureJoe Mason
2012-08-03Zero out auth structs before transferJoe Mason
2012-07-30file: use fdopen() for uploaded files if availableKamil Dudka
2012-07-27Fixed compiler warning 'unused parameter'.Guenter Knauf