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-12-04
libcurl: add UNIX domain sockets support
Peter Wu
2014-11-30
libcurl: Exclude SMB from the protocol redirect
Steve Holme
2014-11-30
libcurl: Enable support for the SMB protocol
Bill Nagel
2014-11-09
build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is defined
Steve Holme
2014-11-05
url.c: Fixed compilation warning
Steve Holme
2014-11-05
curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds
Daniel Stenberg
2014-10-25
ntlm: Only define ntlm data structure when USE_NTLM is defined
Steve Holme
2014-10-24
url.c: use 'CURLcode result'
Daniel Stenberg
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-07
SSL: implement public key pinning
moparisthebest
2014-10-03
parse_proxy: remove dead code.
Daniel Stenberg
2014-10-02
detect_proxy: fix possible single-byte memory leak
Daniel Stenberg
2014-09-25
CURLOPT_COOKIELIST: Added "RELOAD" command
Yousuke Kimoto
2014-09-13
curlssl: make tls backend symbols use curlssl in the name
Daniel Stenberg
2014-09-13
url: let the backend decide CURLOPT_SSL_CTX_ support
Daniel Stenberg
2014-09-13
vtls: have the backend tell if it supports CERTINFO
Daniel Stenberg
2014-09-13
CURLOPT_CAPATH: return failure if set without backend support
Daniel Stenberg
2014-09-06
url.c: Use CURLAUTH_NONE constant rather than 0
Steve Holme
2014-08-25
disconnect: don't touch easy-related state on disconnects
Daniel Stenberg
2014-08-22
NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth
Frank Meier
2014-08-20
Curl_disconnect: don't free the URL
Daniel Stenberg
2014-08-12
create_conn: prune dead connections
Frank Meier
2014-07-23
findprotocol: show unsupported protocol within quotes
Daniel Stenberg
2014-07-23
docs: Improve inline GSS-API naming in code documentation
Michael Osipov
2014-07-23
curl.h/features: Deprecate GSS-Negotiate macros due to bad naming
Michael Osipov
2014-07-22
url.c: use the preferred symbol name: *READDATA
Marcel Raad
2014-07-15
cookie: avoid mutex deadlock
Yousuke Kimoto
2014-07-09
url.c: Fixed memory leak on OOM
Dan Fandrich
2014-07-05
Update instances of some obsolete CURLOPTs to their new names
Dan Fandrich
2014-07-05
compiler warnings: potentially uninitialized variables
Marcel Raad
2014-07-02
progress callback: skip last callback update on errors
Ray Satiro
2014-06-13
conncache: move the connection counter to the cache struct
Lindley French
2014-05-26
url-parser: only use if_nametoindex if detected by configure
Daniel Stenberg
2014-05-24
curl_easy_reset: reset the URL
Daniel Stenberg
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-05-07
url.c: Fixed compilation warning/error
Steve Holme
2014-05-06
fix_hostname: strip off a single trailing dot from host name
Daniel Stenberg
2014-04-26
INFILESIZE: fields in UserDefined must not be changed run-time
Daniel Stenberg
2014-04-23
handler: make 'protocol' always specified as a single bit
Daniel Stenberg
2014-04-19
url.c: fix possible use of non-null-terminated string with strlen
Marc Hoersken
2014-04-19
url.c: fix possible use of non-null-terminated string with strlen
Marc Hoersken
2014-04-18
url.c: Fixed typo in comment
Steve Holme
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
[prev]
[next]