summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RELEASE-NOTES: synced with 8373ca3641curl-7_28_0Daniel Stenberg2012-10-101-1/+2
* curl_multi_wait: no wait if no descriptors to wait forDaniel Stenberg2012-10-092-3/+10
* TODO-RELEASE: cleanup for 7.28.0Daniel Stenberg2012-10-091-9/+0
* curl_multi_wait.3: style formatting mistakeDaniel Stenberg2012-10-091-1/+1
* ssluse.c: md5.h is required for Curl_ossl_md5sumMarc Hoersken2012-10-081-0/+1
* curl_multi_wait.3: fix the name of the man pageDaniel Stenberg2012-10-081-1/+1
* curl_multi_wait.3: renamed the last argument variable for clarityDaniel Stenberg2012-10-081-2/+2
* 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
* winbuild/MakefileBuild.vc: Follow up on 0c8ccf7Marc Hoersken2012-10-031-2/+2
* RELEASE-NOTES: synced with 971f5bcedd418Daniel Stenberg2012-10-021-2/+21
* multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitationDaniel Stenberg2012-10-021-1/+6
* tool_metalink.c: Filtered resource URLs by typeTatsuhiro Tsujikawa2012-10-011-3/+18
* https.c example: remember to call curl_global_init()Kamil Dudka2012-10-011-0/+5
* FAQ: remove the date from the topmost lineDaniel Stenberg2012-09-281-1/+0
* FAQ: 5.16 I want a different time-out!Daniel Stenberg2012-09-281-0/+17
* Curl_reconnect_request: clear pointer on failureDaniel Stenberg2012-09-281-1/+3
* CURLOPT_CONNECTTIMEOUT: works without signals or posix too!Daniel Stenberg2012-09-261-3/+2
* Makefile.vc6: Follow up on 0c8ccf7Marc Hoersken2012-09-241-3/+3
* Makefile.vc6: Added missing default library advapi32.libMarc Hoersken2012-09-231-1/+1
* HTTP_ONLY: disable more protocolsDaniel Stenberg2012-09-191-0/+18
* test2006: Updated expected output to include hash nameDaniel Stenberg2012-09-181-1/+1
* cmake: use standard findxxx modules for cmake v2.8+Sergei Nikulov2012-09-172-13/+17
* setup.h: fixed for MS VC10 buildSergei Nikulov2012-09-171-5/+5
* TODO-RELEASE: push new features to 7.29Daniel Stenberg2012-09-171-9/+12
* metalink tests: Updated expected output to include hash nameMarc Hoersken2012-09-176-6/+6
* curl_multi_wait: Add parameter to return number of active socketsSara Golemon2012-09-164-5/+19
* 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-142-32/+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-122-8/+15
* ssh: move the fingerprint checking code to a separate fncKamil Dudka2012-09-121-32/+39
* tool_metalink.c: Added name of validation hash to messagesMarc Hoersken2012-09-121-7/+8
* wincrypt: Fixed cross-compilation issues caused by include nameMarc Hoersken2012-09-112-2/+2
* md5.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken2012-09-111-13/+42
* Makefile.m32: Updated to build against libmetalink 0.1.2Marc Hoersken2012-09-111-3/+3
* tool_metalink.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken2012-09-111-0/+95
* libntlmconnect.c: Fixed typo and conversionMarc Hoersken2012-09-111-2/+2
* libntlmconnect.c: Fixed warning: curl_easy_getinfo expects long pointerMarc Hoersken2012-09-111-1/+8