summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-5/+0
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* NTLM single-sign on supportedMandy Wu2011-07-181-1/+10
* disconnect: wipe out the keeps_speed time stampKamil Dudka2011-06-081-0/+1
* create_conn: only switch protocol handler if necessaryDaniel Stenberg2011-05-251-2/+5
* compiler warning: fixYang Tse2011-05-211-1/+1
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-2/+22
* set_userpass: convert from protocol-specific to genericDaniel Stenberg2011-05-051-1/+1
* RTSP: cleanupsDaniel Stenberg2011-05-051-1/+0
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+1
* remove FILE protocol-specific checksDaniel Stenberg2011-05-051-6/+5
* socks proxy: allow socks5h:// prefix tooDaniel Stenberg2011-05-051-1/+3
* Corrected commentsDaniel Stenberg2011-05-051-6/+7
* ConnectionStore: remove unused return codeDaniel Stenberg2011-05-041-5/+2
* ConnectionExists: avoid NULL dereferenceDaniel Stenberg2011-04-291-0/+1
* proxy: allow socks:// prefix in proxy stringDaniel Stenberg2011-04-281-36/+40
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-2/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-58/+59
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-61/+17
* asynch resolvers: cleanupDaniel Stenberg2011-04-251-1/+2
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-14/+13
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-18/+3
* Windows native IDN fixes.Guenter Knauf2011-04-191-5/+7
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-181-1/+5
* HTTP: add support for gzip and deflate Transfer-EncodingDaniel Stenberg2011-04-181-0/+1
* return code cleanup: build, init and run-time errorsDaniel Stenberg2011-04-051-5/+5
* disable cookies: remove ifdefs, move codeDaniel Stenberg2011-04-041-37/+2
* fix: re-use of bound connectionsDaniel Stenberg2011-03-251-1/+31
* rtsp: move protocol code to dedicated fileDaniel Stenberg2011-03-231-38/+1
* url: 0 is PROTOPT_NONE.Julien Chaffraix2011-03-191-1/+1
* connection setup: if HTTP is disabled asking for HTTP proxy is badDaniel Stenberg2011-03-171-0/+5
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-9/+9
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-25/+23
* Fixed libcurl to honour the --disable-ldaps configure optionDan Fandrich2011-03-071-2/+3
* multi: better failed connect treatmentDaniel Stenberg2011-02-181-1/+1
* ares: memory leak fixDaniel Stenberg2011-01-271-0/+2
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-0/+27
* HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs2011-01-071-4/+4
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* IDN: use win32 API if told toPierre Joye2010-12-281-5/+29
* c-ares: fix cancelled resolvesDaniel Stenberg2010-12-271-4/+0
* Curl_do: avoid using stale conn pointerPasha Kuznetsov2010-12-181-2/+3
* IsPipeliningPossible: only for HTTPDaniel Stenberg2010-12-131-15/+10
* disconnect: pass on the dead_connection argumentDaniel Stenberg2010-12-061-1/+1
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-7/+8
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-011-4/+18
* fix getinfo CURLINFO_LOCAL* for reused connections (take 2)Yang Tse2010-11-301-1/+2
* fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse2010-11-301-6/+2
* atoi: remove atoi usageYang Tse2010-11-281-1/+1