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
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-03-27
http_ntlm: Renamed from curl_ntlm.[c|h]
Steve Holme
2016-03-26
url: don't use bad offset in tld_check_name to show error
Jay Satiro
2016-03-11
url: Corrected indentation when calling idna_to_ascii_lz()
Steve Holme
2016-03-11
idn_win32: Use boolean based success codes
Steve Holme
2016-03-10
url.c: fix clang warning: no newline at end of file
Daniel Stenberg
2016-03-08
imap/pop3/smtp: Fixed connections upgraded with TLS are not reused
Steve Holme
2016-03-08
pipeline: Sanity check pipeline pointer before accessing it.
Anders Bakken
2016-03-01
url: if Curl_done is premature then pipeline not in use
Anders Bakken
2016-02-23
TFTP: add option to suppress TFTP option requests (Part 1)
Michael Koenig
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2016-01-26
NTLM: Fix ConnectionExists to compare Proxy credentials
Isaac Boukris
2016-01-11
ConnectionExists: only do pipelining/multiplexing when asked
Daniel Stenberg
2016-01-11
lib: Prefix URLs with lower-case protocol names/schemes
Mohammad AlSaleh
2016-01-11
IDN host names: Remove the port number before converting to ACE
Michael Kaufmann
2016-01-09
url: Fix compile error with --enable-werror
Tatsuhiro Tsujikawa
2016-01-08
Revert "multiplex: allow only once HTTP/2 is actually used"
Daniel Stenberg
2016-01-08
connection reuse: IDN host names fixed
Michael Kaufmann
2016-01-06
ConnectionExists: add missing newline in infof() call
Daniel Stenberg
2016-01-06
multiplex: allow only once HTTP/2 is actually used
Daniel Stenberg
2015-12-23
ConnectionExists: with *PIPEWAIT, wait for connections
Anders Bakken
2015-12-14
setstropt: const-correctness
Anders Bakken
2015-12-13
http: add libcurl option to allow HTTP/2 for HTTPS only
Daniel Stenberg
2015-11-24
done: make sure the final progress update is made
Daniel Stenberg
2015-11-24
Revert "cleanup: general removal of TODO (and similar) comments"
Daniel Stenberg
2015-11-13
cleanup: general removal of TODO (and similar) comments
Daniel Stenberg
2015-11-09
oauth2: Don't use XOAUTH2 in OAuth 2.0 variables
Steve Holme
2015-11-09
oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments
Steve Holme
2015-10-23
http2: s/priority/weight
Daniel Stenberg
2015-10-23
http2: added three stream prio/deps options
Daniel Stenberg
2015-10-15
fread_func: move callback pointer from set to state struct
Daniel Stenberg
2015-09-19
NTLM: Reset auth-done when using a fresh connection
Isaac Boukris
2015-09-08
parse_proxy: reject illegal port numbers
Daniel Stenberg
2015-08-22
CURLOPT_DEFAULT_PROTOCOL: added
Nathaniel Waisbrot
2015-07-17
SSL: Add an option to disable certificate revocation checks
Jay Satiro
2015-06-24
http2: init the pushed transfer properly
Daniel Stenberg
2015-05-22
parse_proxy: switch off tunneling if non-HTTP proxy
Daniel Stenberg
2015-05-20
read_callback: move to SessionHandle from connectdata
Daniel Stenberg
2015-05-18
http2: fix build when NOT h2-enabled
Daniel Stenberg
2015-05-18
pipeline: switch some code over to functions
Daniel Stenberg
2015-05-18
CURLOPT_PIPEWAIT: added
Daniel Stenberg
2015-05-18
IsPipeliningPossible: fixed for http2
Daniel Stenberg
2015-05-18
http2: remove the stream from the hash in stream_close callback
Daniel Stenberg
2015-05-18
http2: set default concurrency, fix ConnectionExists for multiplex
Daniel Stenberg
2015-05-18
bundles: store no/default/pipeline/multiplex
Daniel Stenberg
2015-05-18
http2: separate multiplex/pipelining + cleanup memory leaks
Daniel Stenberg
2015-05-18
CURLMOPT_PIPELINE: bit 1 is for multiplexing
Daniel Stenberg
2015-05-18
pipeline: move function to pipeline.c and make static
Daniel Stenberg
2015-05-18
IsPipeliningPossible: http2 can always "pipeline" (multiplex)
Daniel Stenberg
[next]