summaryrefslogtreecommitdiff
path: root/lib/url.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup: move functions out of url.c and make them staticDaniel Stenberg2019-09-031-10/+0
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-5/+2
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-101-3/+0
* pipelining: removedDaniel Stenberg2019-04-061-8/+1
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-3/+2
* Curl_follow: return better errors on URL problemsDaniel Stenberg2018-10-231-0/+1
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-0/+2
* URL-APIDaniel Stenberg2018-09-081-0/+2
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-071-1/+1
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-071-0/+1
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-0/+12
* tests: add unit tests for url.cJim Fuller2018-09-051-5/+2
* conn: remove the boolean 'inuse' fieldDaniel Stenberg2018-07-111-1/+2
* setopt: reintroduce non-static Curl_vsetopt() for OS400 supportPatrick Monnerat2018-01-131-3/+1
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-201-1/+1
* setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg2017-11-101-1/+7
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-091-3/+1
* url: proxy: Use 443 as default port for https proxiesThomas Glanzmann2016-11-251-0/+2
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+11
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-14/+14
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-2/+0
* http_negotiate: Calculate service name and proxy service name locallySteve Holme2016-04-081-3/+0
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-1/+2
* multi: move Curl_do and Curl_do_done to multi.c and make staticDaniel Stenberg2016-03-301-3/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: init the pushed transfer properlyDaniel Stenberg2015-06-241-1/+2
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+3
* FTP: make the data connection work when going through proxyDaniel Stenberg2013-10-261-1/+1
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-0/+1
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-5/+0
* FTP: when EPSV gets a 229 but fails to connect, retry with PASVDaniel Stenberg2013-08-061-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+86
* build: rename 76 lib/*.h filesYang Tse2012-12-281-86/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-9/+0
* non-blocking active FTP: cleanup multi state usageDaniel Stenberg2011-12-201-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+2
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-1/+0
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-1/+2
* Fixed compilation when the synchronous resolver is usedDan Fandrich2011-04-251-2/+0
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-1/+3
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-1/+1
* multi interface: missed storing connection timeDaniel Stenberg2010-05-071-1/+8
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Constantine Sapuntzakis fixed bug report #2784055Daniel Stenberg2009-05-081-0/+2
* Moved Curl_strntoupper() to the rawstr.c file where the other raw stringDaniel Stenberg2009-02-071-2/+1
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-0/+1
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-0/+1