summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-18openssl: guard against OOM on context creationsubmit/tizen_base/20210218.045128accepted/tizen/base/20210221.221004Daniel Gustafsson1-2/+6
2021-02-18openssl: free mem_buf in error pathDaniel Stenberg1-9/+9
2020-12-24Imported Upstream version 7.73.0submit/tizen_base/20210107.050301accepted/tizen/base/20210110.213348Seonah Moon2251-55860/+61056
2020-12-23Imported Upstream version 7.73.0upstream/7.73.0Seonah Moon2250-55856/+61136
2020-11-05Update DLP featureSeonah Moon11-144/+166
2020-09-25multi_done: if multiplexed, make conn->data point to another transfersubmit/tizen_base/20200925.082411Seonah Moon2-0/+5
2020-09-25Revert "multi_done: if multiplexed, make conn->data point to another transfer"Seonah Moon2-5/+0
2020-09-25multi_done: if multiplexed, make conn->data point to another transferSeonah Moon2-0/+5
2020-09-18Add strict-ssl-check option to avoid unexpected 56 errortizen_6.0.m2_releasesubmit/tizen_base/20200921.004003submit/tizen_6.0_base_hotfix/20201102.162701submit/tizen_6.0_base_hotfix/20201030.192501submit/tizen_6.0_base/20201029.184801accepted/tizen/base/20200922.032751accepted/tizen/6.0/base/hotfix/20201102.093310accepted/tizen/6.0/base/20201029.110343tizen_6.0_base_hotfixaccepted/tizen_6.0_base_hotfixSeonah Moon2-1/+18
2020-05-28mime: properly check Content-Type even if it has parameterssubmit/tizen_base/20200601.000728accepted/tizen/base/20200608.211016Seonah Moon3-3/+84
2020-02-27Imported Upstream version 7.68.0submit/tizen_base/20200228.034800submit/tizen_base/20200228.034741accepted/tizen/base/20200302.014345Seonah Moon1589-44297/+60037
2020-02-24Imported Upstream version 7.68.0upstream/7.68.0Seonah Moon1590-44217/+60360
2020-02-04Migrate to openssl 1.1submit/tizen_base/20200205.050526accepted/tizen/base/20200207.013553Seonah Moon1-2/+1
2020-01-09http2: don't call stream-close on already closed streamssubmit/tizen_base/20200109.040447accepted/tizen/base/20200110.070424Seonah Moon1-4/+4
2020-01-07Fix segfault in h2_session_sendsubmit/tizen_base/20200108.091030Nishant Chaprana1-2/+3
2019-12-20url: make Curl_close() NULLify the pointer too.submit/tizen_base/20191220.141841accepted/tizen/base/20191223.060023Daniel Stenberg7-21/+21
2019-12-19disconnect: set conn->data for protocol disconnectDaniel Stenberg1-0/+3
2019-12-19disconnect: separate connections and easy handles betterDaniel Stenberg4-13/+13
2019-12-13Revert "ares: remove fd from multi fd set when ares is about to close the fd"submit/tizen_base/20191213.140919accepted/tizen/base/20191215.222036Niraj Kumar Goit9-43/+31
2019-12-12Change HAPPY_EYEBALLS_DNS_TIMEOUT to 1 sec for TV profilesubmit/tizen_base/20191213.011654Seonah Moon1-0/+4
2019-12-12Apply the Happy Eyeballs philosophy to parallel c-ares queriesSeonah Moon2-0/+91
2019-12-02curl_multi_remove_handle() don't block terminating c-ares requestssubmit/tizen_base/20191204.120048accepted/tizen/base/20191208.221818Niraj Kumar Goit8-19/+225
2019-12-02ares: remove fd from multi fd set when ares is about to close the fdNiraj Kumar Goit8-30/+42
2019-10-30Curl_fillreadbuffer: avoid double-free trailer buf on errorsubmit/tizen_base/20191031.113633accepted/tizen/base/20191105.214055Seonah Moon1-3/+7
2019-10-08Revert "Use openssl-1.1"tizen_5.5.m2_releasesubmit/tizen_base/20191010.142237submit/tizen_5.5_base_mobile_hotfix/20201023.171501submit/tizen_5.5_base/20191030.000001accepted/tizen/base/20191011.075552accepted/tizen/5.5/base/mobile/hotfix/20201023.085904accepted/tizen/5.5/base/20191030.084341tizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_base_mobile_hotfixSeonah Moon1-1/+1
2019-09-24http2: Stop drain from being permanently set onsubmit/tizen_base/20190924.062848accepted/tizen/base/20190929.221333Seonah Moon1-3/+4
2019-09-19security:read_data fix bad realloc()submit/tizen_base/20190919.235053accepted/tizen/base/20190921.035901Daniel Stenberg1-4/+2
2019-09-19ftp: Alloc maximum blksize, and use default unless OACK is receivedSeonah Moon1-3/+9
2019-07-31tftp: use the current blksize for recvfrom()submit/tizen_base/20190812.223828accepted/tizen/base/20190818.221630Daniel Stenberg1-1/+1
2019-07-24Merge "curl_easy_perform: fix timeout handling" into tizen_basesubmit/tizen_base/20190724.065731accepted/tizen/base/20190730.013322Jaehyun Kim3-5/+30
2019-07-23curl_easy_perform: fix timeout handlingDaniel Stenberg3-5/+30
2019-07-23CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeSeonah Moon3-0/+19
2019-05-09Merge "Use openssl-1.1" into tizen_basesubmit/tizen_base/20190530.012430submit/tizen_base/20190509.092220accepted/tizen/base/20190530.225335cheoleun moon1-1/+1
2019-05-09link missed library for DLPSeonah Moon1-0/+1
2019-05-09Revert "link missed library for DLP"Seonah Moon1-1/+0
2019-05-09link missed library for DLPSeonah Moon1-0/+1
2019-05-07Use openssl-1.1Cheoleun Moon1-1/+1
2019-03-09NTLM: fix size check condition for type2 received datasubmit/tizen_base/20190531.050615submit/tizen_base/20190311.044245accepted/tizen/base/20190531.081959accepted/tizen/base/20190316.131826Nishant Chaprana2-4/+5
2019-03-09ntlm: fix *_type3_message size check to avoid buffer overflowNishant Chaprana2-5/+8
2019-03-09smtp: avoid risk of buffer overflow in strtolNishant Chaprana2-3/+7
2018-12-04Merge "Force to use getifaddrs() to get interface addresses" into tizen_basesubmit/tizen_base/20181204.044034accepted/tizen/base/20181207.120234cheoleun moon1-1/+2
2018-11-20Force to use getifaddrs() to get interface addressesSeonah Moon1-1/+2
2018-11-08Merge tag 'upstream/7.62.0' into tizen_baseSeonah Moon2183-100521/+115602
2018-11-08Imported Upstream version 7.62.0upstream/7.62.0Seonah Moon2182-100528/+115269
2018-09-20Set dns timeout and tries for TVsubmit/tizen_base/20180920.024635submit/tizen_5.0_base/20181101.000001accepted/tizen/base/20180921.230933accepted/tizen/5.0/base/20181101.091223Seonah Moon2-3/+20
2018-09-18Add cipher selection for TVsubmit/tizen_base/20180918.070325Seonah Moon1-1/+12
2018-09-14Enable IPv6 for TVSeonah Moon1-1/+1
2018-09-14Revert "Enable IPv6 for TV"Seonah Moon1-1/+1
2018-09-14Enable IPv6 for TVSeonah Moon1-1/+1
2018-07-02pingpong: fix response cache memcpy overflowsubmit/tizen_base/20180704.234207accepted/tizen/base/20180706.152742Seonah Moon1-1/+4