aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2014-11-09build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme
2014-11-05url.c: Fixed compilation warningSteve Holme
2014-11-05curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg
2014-10-25ntlm: Only define ntlm data structure when USE_NTLM is definedSteve Holme
2014-10-24url.c: use 'CURLcode result'Daniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-07SSL: implement public key pinningmoparisthebest
2014-10-03parse_proxy: remove dead code.Daniel Stenberg
2014-10-02detect_proxy: fix possible single-byte memory leakDaniel Stenberg
2014-09-25CURLOPT_COOKIELIST: Added "RELOAD" commandYousuke Kimoto
2014-09-13curlssl: make tls backend symbols use curlssl in the nameDaniel Stenberg
2014-09-13url: let the backend decide CURLOPT_SSL_CTX_ supportDaniel Stenberg
2014-09-13vtls: have the backend tell if it supports CERTINFODaniel Stenberg
2014-09-13CURLOPT_CAPATH: return failure if set without backend supportDaniel Stenberg
2014-09-06url.c: Use CURLAUTH_NONE constant rather than 0Steve Holme
2014-08-25disconnect: don't touch easy-related state on disconnectsDaniel Stenberg
2014-08-22NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP authFrank Meier
2014-08-20Curl_disconnect: don't free the URLDaniel Stenberg
2014-08-12create_conn: prune dead connectionsFrank Meier
2014-07-23findprotocol: show unsupported protocol within quotesDaniel Stenberg
2014-07-23docs: Improve inline GSS-API naming in code documentationMichael Osipov
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-07-22url.c: use the preferred symbol name: *READDATAMarcel Raad
2014-07-15cookie: avoid mutex deadlockYousuke Kimoto
2014-07-09url.c: Fixed memory leak on OOMDan Fandrich
2014-07-05Update instances of some obsolete CURLOPTs to their new namesDan Fandrich
2014-07-05compiler warnings: potentially uninitialized variablesMarcel Raad
2014-07-02progress callback: skip last callback update on errorsRay Satiro
2014-06-13conncache: move the connection counter to the cache structLindley French
2014-05-26url-parser: only use if_nametoindex if detected by configureDaniel Stenberg
2014-05-24curl_easy_reset: reset the URLDaniel Stenberg
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-05-07url.c: Fixed compilation warning/errorSteve Holme
2014-05-06fix_hostname: strip off a single trailing dot from host nameDaniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg
2014-04-19url.c: fix possible use of non-null-terminated string with strlenMarc Hoersken
2014-04-19url.c: fix possible use of non-null-terminated string with strlenMarc Hoersken
2014-04-18url.c: Fixed typo in commentSteve Holme
2014-04-14url: only use if_nametoindex() if IFNAMSIZ is availableDan Fandrich
2014-04-04CURLOPT_HEADEROPT: addedDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-03-31ipv6: strip off zone identifiers in redirects tooDaniel Stenberg
2014-03-31URL parser: IPv6 zone identifiers are now supportedTill Maas
2014-03-25url: Fixed connection re-use when using different log-in credentialsSteve Holme
2014-03-06parse_remote_port: error out on illegal port numbers betterDaniel Stenberg
2014-03-05remote_port: allow connect to port 0Daniel Stenberg
2014-02-17ConnectionDone: default maxconnects to 4 x number of easy handlesShao Shuchao
2014-02-16ConnectionExists: re-use connections betterDaniel Stenberg
2014-02-13ConnectionExists: reusing possible HTTP+NTLM connections betterDaniel Stenberg