index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
url.h
Age
Commit message (
Expand
)
Author
2020-02-26
url: Make the IDN conversion functions available to others
Steve Holme
2019-10-30
url: make Curl_close() NULLify the pointer too
Daniel Stenberg
2019-09-03
cleanup: move functions out of url.c and make them static
Daniel Stenberg
2019-07-30
cleanup: remove the 'numsocks' argument used in many places
Daniel Stenberg
2019-07-10
headers: Remove no longer exported functions
Daniel Gustafsson
2019-04-06
pipelining: removed
Daniel Stenberg
2019-01-11
urldata: rename easy_conn to just conn
Daniel Stenberg
2018-10-23
Curl_follow: return better errors on URL problems
Daniel Stenberg
2018-09-22
url: use the URL API internally as well
Daniel Stenberg
2018-09-08
URL-API
Daniel Stenberg
2018-09-07
curl_easy_upkeep: removed 'conn' from the name
Daniel Stenberg
2018-09-07
upkeep: add a connection upkeep API: curl_easy_conn_upkeep()
Max Dymond
2018-09-06
CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
Daniel Stenberg
2018-09-05
tests: add unit tests for url.c
Jim Fuller
2018-07-11
conn: remove the boolean 'inuse' field
Daniel Stenberg
2018-01-13
setopt: reintroduce non-static Curl_vsetopt() for OS400 support
Patrick Monnerat
2017-12-20
curl_easy_reset: release mime-related data.
Patrick Monnerat
2017-11-10
setopt: split out curl_easy_setopt() to its own file
Daniel Stenberg
2017-11-09
share: add support for sharing the connection cache
Daniel Stenberg
2016-11-25
url: proxy: Use 443 as default port for https proxies
Thomas Glanzmann
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-09
CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME
Steve Holme
2016-04-08
http_negotiate: Calculate service name and proxy service name locally
Steve Holme
2016-03-30
multi: turn Curl_done into file local multi_done
Daniel Stenberg
2016-03-30
multi: move Curl_do and Curl_do_done to multi.c and make static
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-06-24
http2: init the pushed transfer properly
Daniel Stenberg
2015-04-28
Negotiate: custom service names for SPNEGO.
Linus Nielsen
2013-10-26
FTP: make the data connection work when going through proxy
Daniel Stenberg
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-08-12
urldata: clean up the use of the protocol specific structs
Daniel Stenberg
2013-08-06
FTP: when EPSV gets a 229 but fails to connect, retry with PASV
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-07
Introducing a new persistent connection caching system using "bundles".
Linus Nielsen Feltzing
2011-12-20
non-blocking active FTP: cleanup multi state usage
Daniel Stenberg
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-09-02
MemoryTracking: fix logging of free() calls done where Curl_safefree is called
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
Fixed compilation when the synchronous resolver is used
Dan Fandrich
2011-04-25
async resolvers: further cleanups
Daniel Stenberg
2010-12-06
url: provide dead_connection flag in Curl_handler::disconnect
Kamil Dudka
2010-05-07
multi interface: missed storing connection time
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-05-08
- Constantine Sapuntzakis fixed bug report #2784055
Daniel Stenberg
2009-02-07
Moved Curl_strntoupper() to the rawstr.c file where the other raw string
Daniel Stenberg
[next]