aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2011-05-05remove FILE protocol-specific checksDaniel Stenberg
2011-05-05socks proxy: allow socks5h:// prefix tooDaniel Stenberg
2011-05-05Corrected commentsDaniel Stenberg
2011-05-04ConnectionStore: remove unused return codeDaniel Stenberg
2011-04-29ConnectionExists: avoid NULL dereferenceDaniel Stenberg
2011-04-28proxy: allow socks:// prefix in proxy stringDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2011-04-25asynch resolvers: cleanupDaniel Stenberg
2011-04-25asynch resolvers: unifiedVsevolod Novikov
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-19Windows native IDN fixes.Guenter Knauf
2011-04-18transfer-encoding: added new option and cmdlineDaniel Stenberg
2011-04-18HTTP: add support for gzip and deflate Transfer-EncodingDaniel Stenberg
2011-04-05return code cleanup: build, init and run-time errorsDaniel Stenberg
2011-04-04disable cookies: remove ifdefs, move codeDaniel Stenberg
2011-03-25fix: re-use of bound connectionsDaniel Stenberg
2011-03-23rtsp: move protocol code to dedicated fileDaniel Stenberg
2011-03-19url: 0 is PROTOPT_NONE.Julien Chaffraix
2011-03-17connection setup: if HTTP is disabled asking for HTTP proxy is badDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-03-07Fixed libcurl to honour the --disable-ldaps configure optionDan Fandrich
2011-02-18multi: better failed connect treatmentDaniel Stenberg
2011-01-27ares: memory leak fixDaniel Stenberg
2011-01-19TLS-SRP: support added when using GnuTLSQuinn Slack
2011-01-07HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2010-12-28IDN: use win32 API if told toPierre Joye
2010-12-27c-ares: fix cancelled resolvesDaniel Stenberg
2010-12-18Curl_do: avoid using stale conn pointerPasha Kuznetsov
2010-12-13IsPipeliningPossible: only for HTTPDaniel Stenberg
2010-12-06disconnect: pass on the dead_connection argumentDaniel Stenberg
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-12-01fix compiler warning: conversion may lose significant bitsYang Tse
2010-11-30fix getinfo CURLINFO_LOCAL* for reused connections (take 2)Yang Tse
2010-11-30fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse
2010-11-28atoi: remove atoi usageYang Tse
2010-11-13urldata: Capitalize enum protect_level values.Julien Chaffraix
2010-11-13security: tighten enum protection_level usage.Julien Chaffraix
2010-11-11ip_version: moved to connection structDaniel Stenberg
2010-11-08CURLOPT_RESOLVE: addedDaniel Stenberg
2010-11-05Revert: use Host: name for SNI and cert name checksDaniel Stenberg
2010-11-04host: get the custom Host: name more genericlyDaniel Stenberg
2010-10-19URL-parsing: consider ? a dividerDaniel Stenberg
2010-10-14Curl_setopt: disallow CURLOPT_USE_SSL without SSL supportDaniel Stenberg
2010-09-28multi: don't expire timeouts at disonnect or doneDaniel Stenberg
2010-09-21parse_remote_port: ignore colons without port numberDaniel Stenberg
2010-09-06portabilty: use proper variable type to hold socketsDaniel Stenberg