summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ConnectionExists: add missing newline in infof() callDaniel Stenberg2016-01-061-1/+1
* multiplex: allow only once HTTP/2 is actually usedDaniel Stenberg2016-01-061-3/+4
* ConnectionExists: with *PIPEWAIT, wait for connectionsAnders Bakken2015-12-231-0/+10
* setstropt: const-correctnessAnders Bakken2015-12-141-10/+10
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-2/+2
* done: make sure the final progress update is madeDaniel Stenberg2015-11-241-2/+7
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+2
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-2/+0
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-3/+3
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-091-1/+1
* http2: s/priority/weightDaniel Stenberg2015-10-231-2/+2
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-231-0/+28
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-6/+6
* NTLM: Reset auth-done when using a fresh connectionIsaac Boukris2015-09-191-0/+2
* parse_proxy: reject illegal port numbersDaniel Stenberg2015-09-081-1/+15
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-19/+28
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-1/+2
* http2: init the pushed transfer properlyDaniel Stenberg2015-06-241-9/+12
* parse_proxy: switch off tunneling if non-HTTP proxyDaniel Stenberg2015-05-221-2/+3
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-2/+0
* http2: fix build when NOT h2-enabledDaniel Stenberg2015-05-181-2/+2
* pipeline: switch some code over to functionsDaniel Stenberg2015-05-181-5/+4
* CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-181-13/+33
* IsPipeliningPossible: fixed for http2Daniel Stenberg2015-05-181-5/+10
* http2: remove the stream from the hash in stream_close callbackDaniel Stenberg2015-05-181-10/+0