Use icu library for IDN feature
[platform/upstream/curl.git] / lib / url.c
2018-04-18 Seonah MoonUse icu library for IDN feature 98/176298/1
2018-04-12 Seonah MoonUpdate version to 7.59.0 81/175781/1
2018-04-12 Seonah MoonImported Upstream version 7.59.0 63/175763/1 upstream/7.59.0
2018-01-24 taesub kimMerge "Use icu library for IDN feature" into tizen
2018-01-24 Seonah MoonUse icu library for IDN feature 72/168072/1
2017-08-16 Seonah MoonUse icu library for IDN feature 46/144346/1
2017-07-21 Seonah MoonAdd glib2 dependency to support IDN 18/138718/2
2017-06-19 Daniel Stenberg[CVE-2017-9502] url: fix buffer overwrite with file... 79/134479/2 accepted/tizen/unified/20170706.193711 submit/tizen/20170620.102303 submit/tizen/20170630.012307 submit/tizen/20170703.231407 submit/tizen/20170705.224745
2017-06-19 Jay Satiro[CVE-2017-7468] TLS: Fix switching off SSL session... 75/134475/2
2017-03-23 Seonah MoonUpdate version to 7.53.1 83/120583/1 accepted/tizen/common/20170323.154553 accepted/tizen/ivi/20170324.023348 accepted/tizen/mobile/20170324.023258 accepted/tizen/tv/20170324.023313 accepted/tizen/unified/20170324.023404 accepted/tizen/wearable/20170324.023330 submit/tizen/20170323.081345 submit/tizen/20170323.081420
2017-03-23 taesub kimImported Upstream version 7.53.1 59/120559/1 upstream/7.53.1
2017-03-23 taesub kimRevert "Imported Upstream version 7.53.1" 51/120551/1
2017-03-22 taesub kimImported Upstream version 7.53.1 94/120194/1
2016-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
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-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
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 :'
next