summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* url: skip to-be-closed connections when pipelining (follow-up)Jay Satiro2016-10-171-3/+4
* url: skip to-be-closed connections when pipeliningRider Linden2016-10-141-1/+3
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-221-0/+4
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-0/+11
* proxy: polished the error message for unsupported schemesDaniel Stenberg2016-08-151-1/+1
* proxy: reject attempts to use unsupported proxy schemesDaniel Stenberg2016-08-151-1/+7
* CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg2016-08-051-0/+1
* multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg2016-08-041-1/+1
* TLS: switch off SSL session id when client cert is usedDaniel Stenberg2016-08-031-0/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-57/+57
* URL parser: allow URLs to use one, two or three slashesDaniel Stenberg2016-05-301-5/+25
* ftp wildcard: segfault due to init only in multi_performDaniel Stenberg2016-05-151-0/+6
* ConnectionExists: follow-up fix for proxy re-useMichael Kaufmann2016-05-131-17/+17
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-0/+9
* connections: non-HTTP proxies on different ports aren't reused eitherDaniel Stenberg2016-05-031-1/+1
* tls: make setting pinnedkey option fail if not supportedDaniel Stenberg2016-05-011-0/+4
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+1
* url.c: fixed DEBUGASSERT() for WinSock workaroundKarlson2k2016-04-251-1/+3
* url.c: Prefer we don't use explicit NULLs in conditionsSteve Holme2016-04-201-2/+2
* NTLM: check for NULL pointer before deferencingIsaac Boukris2016-04-201-0/+4
* sendf.c: added ability to call recv() before send() as workaroundKarlson2k2016-04-201-0/+46
* connect: implement TCP Fast Open for LinuxAlessandro Ghedini2016-04-181-1/+1
* url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini2016-04-181-0/+10
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-18/+313
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-17/+5
* url: Ternary operator code style changesSteve Holme2016-04-091-54/+56
* sasl: Fixed compilation errors from commit 9d89a0387Steve Holme2016-04-091-0/+3
* url: Corrected comments following 9d89a0387Steve Holme2016-04-091-1/+1
* http_negotiate: Calculate service name and proxy service name locallySteve Holme2016-04-081-12/+0
* code: style updatesDaniel Stenberg2016-04-031-3/+3
* url: Corrected get protocol family for FTP and LDAPSteve Holme2016-04-011-2/+2
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-167/+4
* multi: move Curl_do and Curl_do_done to multi.c and make staticDaniel Stenberg2016-03-301-79/+0
* http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme2016-03-271-1/+1
* url: don't use bad offset in tld_check_name to show errorJay Satiro2016-03-261-5/+4
* url: Corrected indentation when calling idna_to_ascii_lz()Steve Holme2016-03-111-23/+19
* idn_win32: Use boolean based success codesSteve Holme2016-03-111-6/+5
* url.c: fix clang warning: no newline at end of fileDaniel Stenberg2016-03-101-1/+1
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-081-6/+121
* pipeline: Sanity check pipeline pointer before accessing it.Anders Bakken2016-03-081-7/+9
* url: if Curl_done is premature then pipeline not in useAnders Bakken2016-03-011-1/+2
* TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig2016-02-231-1/+8
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* NTLM: Fix ConnectionExists to compare Proxy credentialsIsaac Boukris2016-01-261-22/+40
* ConnectionExists: only do pipelining/multiplexing when askedDaniel Stenberg2016-01-111-3/+18
* lib: Prefix URLs with lower-case protocol names/schemesMohammad AlSaleh2016-01-111-0/+5
* IDN host names: Remove the port number before converting to ACEMichael Kaufmann2016-01-111-7/+7
* url: Fix compile error with --enable-werrorTatsuhiro Tsujikawa2016-01-091-0/+2
* Revert "multiplex: allow only once HTTP/2 is actually used"Daniel Stenberg2016-01-081-4/+3
* connection reuse: IDN host names fixedMichael Kaufmann2016-01-081-26/+30