aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-09-11sws.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken
2012-09-11libntlmconnect.c: Fixed warning: comparison of signed/unsigned integerMarc Hoersken
2012-09-11nss.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken
2012-09-11tool_metalink.c: Fixed error: 'O_BINARY' undeclaredMarc Hoersken
2012-09-11tool_metalink.c: Fixed validation of binary files containing EOFMarc Hoersken
2012-09-10winbuild: Added support for building with SPNEGO enabledMarc Hoersken
2012-09-10winbuild: Adjusted order of options to generated config nameMarc Hoersken
2012-09-09MANUAL: clarified user+password in HTTP URLsAnthony Bryan
2012-09-09RELEASE-NOTES: synced with 6c6f1f64c2Daniel Stenberg
2012-09-09TODO-RELEASE: CURLSSH_AUTH_AGENT and curl_multi_wait() are doneDaniel Stenberg
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-06tool_easysrc.c: Test pointers against NULLDavid Blaikie
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-04FILEFORMAT: the FTP commands work for more protocolsDaniel Stenberg
2012-09-04test1411: verify SMTP without SIZE supportDaniel Stenberg
2012-09-04SMTP: only send SIZE if supportedFrantišek Kučera
2012-09-04ftpserver: respond with a 250 to SMTP EHLODaniel Stenberg
2012-09-03RELEASE-NOTES: synced with abb0da919300eDaniel Stenberg
2012-09-03Updated Symbian build filesDan Fandrich
2012-09-03Updated build docs w.r.t. Android and binary sizesDan Fandrich
2012-09-01symbols-in-versions: new CURL_WAIT_* symbolsDaniel Stenberg
2012-09-01Unit test for curl_multi_wait()Sara Golemon
2012-09-01Manpage for curl_multi_wait().Sara Golemon
2012-09-01multi: add curl_multi_wait()Sara Golemon