aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
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
2010-09-01resolve_server: simplify codeDaniel Stenberg
2010-08-25Remove url.c testCameron Kaiser
2010-08-25Gopher protocol support (initial release)Cameron Kaiser
2010-08-25http: handle trailer headers in all chunked responsesDaniel Stenberg
2010-08-15multi: support timeoutsDaniel Stenberg
2010-08-10parse_remote_port: fix ;type= URL suffix over HTTP proxyDaniel Stenberg
2010-08-02Curl_connected_proxy: skip the bits.tcpconnect checkDaniel Stenberg
2010-07-18CUSTOMREQUEST: shouldn't be disabled when HTTP is disabledJan Van Boghout
2010-06-07Curl_updateconninfo() error handling fixYang Tse
2010-06-05getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier
2010-06-01fix ldap related compilation issuesYang Tse
2010-06-01fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-31fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-31fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-28LDAPS: list availability depending on SSL's presenceHoward Chu
2010-05-27url.c: avoid implied cast to boolKamil Dudka
2010-05-25LDAP: properly implemented as a curl_handlerHoward Chu
2010-05-20setopt: Fix setting of set.is_fwrite_setBen Greear
2010-05-16ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup
2010-05-12RTMP: initial support added, powered by librtmpHoward Chu
2010-05-11sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu
2010-05-07multi interface: missed storing connection timeDaniel Stenberg
2010-05-07verboseconnect: so the verbose checking within the functionDaniel Stenberg
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-04-29telnet: Allow programatic use of telnet.Ben Greear
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg
2010-04-15Remove redundant conditionalDan Fandrich
2010-03-27allow user+password in the URL for all protocolsBen Greear
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg