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.c
Age
Commit message (
Expand
)
Author
2014-04-14
url: only use if_nametoindex() if IFNAMSIZ is available
Dan Fandrich
2014-04-04
CURLOPT_HEADEROPT: added
Daniel Stenberg
2014-04-04
CURLOPT_PROXYHEADER: set headers for proxy-only
Daniel Stenberg
2014-03-31
ipv6: strip off zone identifiers in redirects too
Daniel Stenberg
2014-03-31
URL parser: IPv6 zone identifiers are now supported
Till Maas
2014-03-25
url: Fixed connection re-use when using different log-in credentials
Steve Holme
2014-03-06
parse_remote_port: error out on illegal port numbers better
Daniel Stenberg
2014-03-05
remote_port: allow connect to port 0
Daniel Stenberg
2014-02-17
ConnectionDone: default maxconnects to 4 x number of easy handles
Shao Shuchao
2014-02-16
ConnectionExists: re-use connections better
Daniel Stenberg
2014-02-13
ConnectionExists: reusing possible HTTP+NTLM connections better
Daniel Stenberg
2014-02-13
transfer: make Expect: 100-continue timeout configurable.
Tiit Pikma
2014-02-10
NPN/ALPN: allow disabling via command line
Fabian Frank
2014-01-30
netrc: Fixed a memory leak in an OOM condition
Dan Fandrich
2014-01-28
oauth2: Fixed a memory leak in an OOM condition
Dan Fandrich
2014-01-08
info: remove debug output
Daniel Stenberg
2014-01-07
ConnectionExists: fix NTLM check for new connection
Daniel Stenberg
2013-12-31
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
Steve Holme
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg
2013-12-20
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
Daniel Stenberg
2013-12-14
login options: remove the ;[options] support from CURLOPT_USERPWD
Daniel Stenberg
2013-11-12
curl_easy_setopt: Added the ability to set the login options separately
Steve Holme
2013-11-10
connect: Close temporary sockets in conn_free()
Björn Stenberg
2013-11-05
url.c: Very small amount of policing
Steve Holme
2013-11-05
url.c: Remove superfluous for loop
Björn Stenberg
2013-11-04
connect: Add connection delay to Happy Eyeballs.
Björn Stenberg
2013-10-30
NSS: support for CERTINFO feature
Patrick Monnerat
2013-10-27
Add "Happy Eyeballs" for IPv4/IPv6.
Björn Stenberg
2013-10-26
FTP: make the data connection work when going through proxy
Daniel Stenberg
2013-09-12
libcurl: New options to bind DNS to local interfaces or IP addresses
Kim Vandry
2013-09-09
url: handle abortion by read/write callbacks, too
Kamil Dudka
2013-09-04
Curl_setopt: refuse CURL_HTTP_VERSION_2_0 if built without support
Daniel Stenberg
2013-09-01
url.c: Fixed compilation warning
Steve Holme
2013-08-25
options: added basic SASL XOAUTH2 support
Kyle L. Huff
2013-08-25
FTP: remove krb4 support
Daniel Stenberg
2013-08-20
url: handle arbitrary-length username and password before '@'
Jonathan Nieder
2013-08-20
url: handle exceptional cases first in parse_url_login()
Jonathan Nieder
2013-08-20
Curl_setopt: handle arbitrary-length username and password
Jonathan Nieder
2013-08-20
netrc: handle longer username and password
Jonathan Nieder
2013-08-20
url: allocate username, password, and options on the heap
Jonathan Nieder
2013-08-20
url: use goto in create_conn() for exception handling
Jonathan Nieder
2013-08-12
cleanup: removed one function, made one static
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-08-03
multi: remove data->state.current_conn struct field
Daniel Stenberg
2013-07-24
string formatting: fix 15+ printf-style format strings
Yang Tse
2013-07-24
string formatting: fix 25+ printf-style format strings
Yang Tse
2013-07-23
url.c: Fix dot file path cleanup when using an HTTP proxy
Fabian Keil
2013-07-18
CURLOPT_XFERINFOFUNCTION: introducing a new progress callback
Daniel Stenberg
[prev]
[next]