summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-10RELEASE-NOTES: synced with 8373ca3641curl-7_28_0Daniel Stenberg
2012-10-09curl_multi_wait: no wait if no descriptors to wait forDaniel Stenberg
2012-10-09TODO-RELEASE: cleanup for 7.28.0Daniel Stenberg
2012-10-09curl_multi_wait.3: style formatting mistakeDaniel Stenberg
2012-10-08ssluse.c: md5.h is required for Curl_ossl_md5sumMarc Hoersken
2012-10-08curl_multi_wait.3: fix the name of the man pageDaniel Stenberg
2012-10-08curl_multi_wait.3: renamed the last argument variable for clarityDaniel Stenberg
2012-10-06curl_schannel.c: Fixed caching more data than requiredMarc Hoersken
2012-10-06curl_schannel: Removed buffer limit and optimized buffer strategyMarc Hoersken
2012-10-04lib/socks.c: Merged two size variables into oneMarc Hoersken
2012-10-04lib/socks.c: Avoid type conversions where possibleMarc Hoersken
2012-10-04lib/curl_schannel.c: Hide size_t conversion warningMarc Hoersken
2012-10-04krb5/curl_rtmp.c: Hide size_t to int type conversion warningMarc Hoersken
2012-10-04security.c: Aligned internal type to return typeMarc Hoersken
2012-10-03lib/curl_schannel: Increased maximum buffer size to factor 128Marc Hoersken
2012-10-03winbuild/MakefileBuild.vc: Follow up on 0c8ccf7Marc Hoersken
2012-10-02RELEASE-NOTES: synced with 971f5bcedd418Daniel Stenberg
2012-10-02multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitationDaniel Stenberg
2012-10-01tool_metalink.c: Filtered resource URLs by typeTatsuhiro Tsujikawa
2012-10-01https.c example: remember to call curl_global_init()Kamil Dudka
2012-09-28FAQ: remove the date from the topmost lineDaniel Stenberg
2012-09-28FAQ: 5.16 I want a different time-out!Daniel Stenberg
2012-09-28Curl_reconnect_request: clear pointer on failureDaniel Stenberg
2012-09-26CURLOPT_CONNECTTIMEOUT: works without signals or posix too!Daniel Stenberg
2012-09-24Makefile.vc6: Follow up on 0c8ccf7Marc Hoersken
2012-09-23Makefile.vc6: Added missing default library advapi32.libMarc Hoersken
2012-09-19HTTP_ONLY: disable more protocolsDaniel Stenberg
2012-09-18test2006: Updated expected output to include hash nameDaniel Stenberg
2012-09-17cmake: use standard findxxx modules for cmake v2.8+Sergei Nikulov
2012-09-17setup.h: fixed for MS VC10 buildSergei Nikulov
2012-09-17TODO-RELEASE: push new features to 7.29Daniel Stenberg
2012-09-17metalink tests: Updated expected output to include hash nameMarc Hoersken
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-12tool_metalink.c: Added name of validation hash to messagesMarc Hoersken
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-11Makefile.m32: Updated to build against libmetalink 0.1.2Marc Hoersken
2012-09-11tool_metalink.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken
2012-09-11libntlmconnect.c: Fixed typo and conversionMarc Hoersken
2012-09-11libntlmconnect.c: Fixed warning: curl_easy_getinfo expects long pointerMarc Hoersken