summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* sws.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken2012-09-111-1/+1
* libntlmconnect.c: Fixed warning: comparison of signed/unsigned integerMarc Hoersken2012-09-111-10/+16
* nss.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken2012-09-111-1/+1
* tool_metalink.c: Fixed error: 'O_BINARY' undeclaredMarc Hoersken2012-09-111-3/+8
* tool_metalink.c: Fixed validation of binary files containing EOFMarc Hoersken2012-09-111-1/+2
* winbuild: Added support for building with SPNEGO enabledMarc Hoersken2012-09-102-0/+31
* winbuild: Adjusted order of options to generated config nameMarc Hoersken2012-09-102-31/+31
* MANUAL: clarified user+password in HTTP URLsAnthony Bryan2012-09-091-3/+4
* RELEASE-NOTES: synced with 6c6f1f64c2Daniel Stenberg2012-09-091-1/+12
* TODO-RELEASE: CURLSSH_AUTH_AGENT and curl_multi_wait() are doneDaniel Stenberg2012-09-091-4/+0
* 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
* tool_easysrc.c: Test pointers against NULLDavid Blaikie2012-09-061-3/+3
* 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