Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / url.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-07-15 Yousuke Kimotocookie: avoid mutex deadlock
2014-07-09 Dan Fandrichurl.c: Fixed memory leak on OOM
2014-07-05 Dan FandrichUpdate instances of some obsolete CURLOPTs to their...
2014-07-04 Marcel Raadcompiler warnings: potentially uninitialized variables
2014-07-02 Ray Satiroprogress callback: skip last callback update on errors
2014-06-13 Lindley Frenchconncache: move the connection counter to the cache...
2014-05-26 Daniel Stenbergurl-parser: only use if_nametoindex if detected by...
2014-05-24 Daniel Stenbergcurl_easy_reset: reset the URL
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-05-07 Steve Holmeurl.c: Fixed compilation warning/error
2014-05-06 Daniel Stenbergfix_hostname: strip off a single trailing dot from...
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-19 Marc Hoerskenurl.c: fix possible use of non-null-terminated string...
2014-04-18 Marc Hoerskenurl.c: fix possible use of non-null-terminated string...
2014-04-18 Steve Holmeurl.c: Fixed typo in comment
2014-04-14 Dan Fandrichurl: only use if_nametoindex() if IFNAMSIZ is available
2014-04-04 Daniel StenbergCURLOPT_HEADEROPT: added
2014-04-04 Daniel StenbergCURLOPT_PROXYHEADER: set headers for proxy-only
2014-03-31 Daniel Stenbergipv6: strip off zone identifiers in redirects too
2014-03-31 Till MaasURL parser: IPv6 zone identifiers are now supported
2014-03-25 Steve Holmeurl: Fixed connection re-use when using different log...
2014-03-06 Daniel Stenbergparse_remote_port: error out on illegal port numbers...
2014-03-05 Daniel Stenbergremote_port: allow connect to port 0
2014-02-17 Shao ShuchaoConnectionDone: default maxconnects to 4 x number of...
2014-02-16 Daniel StenbergConnectionExists: re-use connections better
2014-02-13 Daniel StenbergConnectionExists: reusing possible HTTP+NTLM connection...
2014-02-13 Tiit Pikmatransfer: make Expect: 100-continue timeout configurable.
2014-02-10 Fabian FrankNPN/ALPN: allow disabling via command line
2014-01-30 Dan Fandrichnetrc: Fixed a memory leak in an OOM condition
2014-01-28 Dan Fandrichoauth2: Fixed a memory leak in an OOM condition
2014-01-08 Daniel Stenberginfo: remove debug output
2014-01-07 Daniel StenbergConnectionExists: fix NTLM check for new connection
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-12-14 Daniel Stenberglogin options: remove the ;[options] support from CURLO...
2013-11-12 Steve Holmecurl_easy_setopt: Added the ability to set the login...
2013-11-10 Björn Stenbergconnect: Close temporary sockets in conn_free()
2013-11-05 Steve Holmeurl.c: Very small amount of policing
2013-11-05 Björn Stenbergurl.c: Remove superfluous for loop
2013-11-04 Björn Stenbergconnect: Add connection delay to Happy Eyeballs.
2013-10-30 Patrick MonneratNSS: support for CERTINFO feature
2013-10-27 Björn StenbergAdd "Happy Eyeballs" for IPv4/IPv6.
2013-10-26 Daniel StenbergFTP: make the data connection work when going through...
2013-09-12 Kim Vandrylibcurl: New options to bind DNS to local interfaces...
2013-09-09 Kamil Dudkaurl: handle abortion by read/write callbacks, too
2013-09-04 Daniel StenbergCurl_setopt: refuse CURL_HTTP_VERSION_2_0 if built...
2013-09-01 Steve Holmeurl.c: Fixed compilation warning
2013-08-25 Kyle L. Huffoptions: added basic SASL XOAUTH2 support
2013-08-25 Daniel StenbergFTP: remove krb4 support
2013-08-20 Jonathan Niederurl: handle arbitrary-length username and password...
2013-08-20 Jonathan Niederurl: handle exceptional cases first in parse_url_login()
2013-08-20 Jonathan NiederCurl_setopt: handle arbitrary-length username and password
2013-08-20 Jonathan Niedernetrc: handle longer username and password
2013-08-20 Jonathan Niederurl: allocate username, password, and options on the...
2013-08-20 Jonathan Niederurl: use goto in create_conn() for exception handling
2013-08-12 Daniel Stenbergcleanup: removed one function, made one static
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-08-06 Daniel StenbergFTP: when EPSV gets a 229 but fails to connect, retry...
2013-08-03 Daniel Stenbergmulti: remove data->state.current_conn struct field
2013-07-24 Yang Tsestring formatting: fix 15+ printf-style format strings
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-07-23 Fabian Keilurl.c: Fix dot file path cleanup when using an HTTP...
2013-07-18 Daniel StenbergCURLOPT_XFERINFOFUNCTION: introducing a new progress...
2013-07-15 Patrick MonneratOS400: new SSL backend GSKit
2013-07-15 Patrick Monneratx509asn1.c,x509asn1.h: new module to support ASN.1...
2013-07-14 Yang Tseurl.c: fix parse_url_login() OOM handling
2013-07-12 Yang Tseurl.c: fix parse_login_details() OOM handling
2013-07-11 Yang Tseurl.c: fix SIGSEGV
2013-06-30 Kamil Dudkaurl: restore the functionality of 'curl -u :'
2013-06-22 Daniel Stenbergdotdot: introducing dot file path cleanup
2013-06-17 Daniel StenbergCURLOPT_COOKIELIST: take cookie share lock
2013-04-27 Steve Holmesasl-ir: Added CURLOPT_SASL_IR to enable/disable the...
2013-04-26 Zdenek Pavlasurl: initialize speed-check data for file:// protocol
2013-04-23 Steve Holmeurl: Added smtp and pop3 hostnames to the protocol...
2013-04-21 Steve Holmeurl: Fixed missing length check in parse_proxy()
2013-04-21 Steve Holmeurl: Fixed crash when no username or password supplied...
2013-04-21 Steve Holmeurl: Updated proxy URL parsing to use parse_login_details()
2013-04-21 Steve Holmeurl: Tidy up of setstropt_userpwd() parameters
2013-04-21 Steve Holmeurl: Tidy up of code and comments following recent...
2013-04-20 Steve Holmeurl: Simplified setstropt_userpwd() following recent...
2013-04-20 Steve Holmeurl: Correction to scope of if statements when setting...
2013-04-20 Steve Holmeurl: Fixed memory leak in setstropt_userpwd()
2013-04-20 Steve Holmeurl: Added overriding of URL login options from CURLOPT...
2013-04-20 Steve Holmeurl: Added support for parsing login options from the...
2013-04-19 Steve Holmeurl: Added bounds checking to parse_login_details()
2013-04-19 Steve Holmeurl: Added size_t cast to pointer based length calculations
2013-04-19 Steve Holmeurl: Corrected minor typo in comment
2013-04-18 Steve Holmeurl: Fix chksrc longer than 79 columns warning
2013-04-18 Steve Holmeurl: Fix incorrect variable type for result code
2013-04-18 Steve Holmeurl: Fix compiler warning
2013-04-18 Steve Holmeurl: Moved parsing of login details out of parse_url_lo...
2013-04-18 Steve Holmeurl: Re-factored set_userpass() and parse_url_userpass()
2013-04-18 Steve Holmeurl: Reworked URL parsing to allow overriding by CURLOP...
2013-04-13 Steve Holmeurl: Added support for parsing login options from the URL
2013-04-08 Fabian Keilproxy: make ConnectionExists() check credential of...
next