summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* curl_multi_wait: no wait if no descriptors to wait forDaniel Stenberg2012-10-091-2/+6
* ssluse.c: md5.h is required for Curl_ossl_md5sumMarc Hoersken2012-10-081-0/+1
* curl_schannel.c: Fixed caching more data than requiredMarc Hoersken2012-10-061-1/+9
* curl_schannel: Removed buffer limit and optimized buffer strategyMarc Hoersken2012-10-062-30/+7
* lib/socks.c: Merged two size variables into oneMarc Hoersken2012-10-041-16/+15
* lib/socks.c: Avoid type conversions where possibleMarc Hoersken2012-10-041-16/+15
* lib/curl_schannel.c: Hide size_t conversion warningMarc Hoersken2012-10-041-1/+1
* krb5/curl_rtmp.c: Hide size_t to int type conversion warningMarc Hoersken2012-10-042-4/+6
* security.c: Aligned internal type to return typeMarc Hoersken2012-10-041-4/+4
* lib/curl_schannel: Increased maximum buffer size to factor 128Marc Hoersken2012-10-032-8/+7
* multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitationDaniel Stenberg2012-10-021-1/+6
* Curl_reconnect_request: clear pointer on failureDaniel Stenberg2012-09-281-1/+3
* Makefile.vc6: Added missing default library advapi32.libMarc Hoersken2012-09-231-1/+1
* HTTP_ONLY: disable more protocolsDaniel Stenberg2012-09-191-0/+18
* setup.h: fixed for MS VC10 buildSergei Nikulov2012-09-171-5/+5
* curl_multi_wait: Add parameter to return number of active socketsSara Golemon2012-09-161-2/+5
* socks.c: Fixed warning: conversion to 'int' from 'long unsigned int'Marc Hoersken2012-09-141-1/+1
* 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