summaryrefslogtreecommitdiff
path: root/lib/url.h
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-05-30build: disable more code/data when built without proxy supportDaniel Stenberg
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2020-02-26url: Make the IDN conversion functions available to othersSteve Holme
2019-10-30url: make Curl_close() NULLify the pointer tooDaniel Stenberg
2019-09-03cleanup: move functions out of url.c and make them staticDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-10headers: Remove no longer exported functionsDaniel Gustafsson
2019-04-06pipelining: removedDaniel Stenberg
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2018-10-23Curl_follow: return better errors on URL problemsDaniel Stenberg
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-08URL-APIDaniel Stenberg
2018-09-07curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg
2018-09-07upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-05tests: add unit tests for url.cJim Fuller
2018-07-11conn: remove the boolean 'inuse' fieldDaniel Stenberg
2018-01-13setopt: reintroduce non-static Curl_vsetopt() for OS400 supportPatrick Monnerat
2017-12-20curl_easy_reset: release mime-related data.Patrick Monnerat
2017-11-10setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg
2017-11-09share: add support for sharing the connection cacheDaniel Stenberg
2016-11-25url: proxy: Use 443 as default port for https proxiesThomas Glanzmann
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-09CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme
2016-04-08http_negotiate: Calculate service name and proxy service name locallySteve Holme
2016-03-30multi: turn Curl_done into file local multi_doneDaniel Stenberg
2016-03-30multi: move Curl_do and Curl_do_done to multi.c and make staticDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-24http2: init the pushed transfer properlyDaniel Stenberg
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2013-10-26FTP: make the data connection work when going through proxyDaniel Stenberg
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-08-06FTP: when EPSV gets a 229 but fails to connect, retry with PASVDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-07Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing
2011-12-20non-blocking active FTP: cleanup multi state usageDaniel Stenberg
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-09-02MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-25Fixed compilation when the synchronous resolver is usedDan Fandrich
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-05-07multi interface: missed storing connection timeDaniel Stenberg