summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
...
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-10/+14
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-6/+6
* URL parser: reject non-numerical port numbersDaniel Stenberg2016-12-011-1/+6
* CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properlyMichael Kaufmann2016-11-301-3/+7
* http2: Fix crashes when parent stream gets abortedAnders Bakken2016-11-281-3/+6
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+8
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-1/+13
* url: proxy: Use 443 as default port for https proxiesThomas Glanzmann2016-11-251-1/+7
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-241-4/+2
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-199/+520
* url: Fix conn reuse for local ports and interfacesJay Satiro2016-11-221-3/+2
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-6/+6
* Don't mix unix domain sockets with regular onesIsaac Boukris2016-11-171-5/+31
* URL-parser: for file://[host]/ URLs, the [host] must be localhostDaniel Stenberg2016-11-111-25/+30
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-051-0/+3
* url: remove unconditional idn2.h includeDaniel Stenberg2016-10-311-2/+0
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-15/+14
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+4
* connectionexists: use case sensitive user/password comparisonsDaniel Stenberg2016-10-311-6/+6
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-311-28/+27
* idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg2016-10-311-79/+20
* urlparse: accept '#' as end of host nameDaniel Stenberg2016-10-311-5/+5
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+1
* 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