summaryrefslogtreecommitdiff
path: root/src/core/wee-url.c
AgeCommit message (Expand)Author
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-05-21core: use function string_split to split list itemsSébastien Helleu
2018-05-21core: uncomment CURL option PROXY_SSL_CIPHER_LISTSébastien Helleu
2018-05-21core: handle lists in hook_process_hashtable for urls (closes #219)Joseph Kichline
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-04-06core: add Curl options for versions 7.50.0 to 7.52.0Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-04-30core: add Curl options for versions 7.38.1 to 7.49.0Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-07-23core: remove useless "return"Sébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-15core: add constant for libcurl >= 7.38.0Sébastien Helleu
2014-11-15core: regroup libcurl constants/options by versionSébastien Helleu
2014-07-14core: add Curl options for versions 7.29.0 to 7.37.0Sébastien Helleu
2014-07-05core: fix socks5 proxy for curl downloads (closes #119)Sébastien Helleu
2014-07-05core: display curl error after a failed downloadSébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-06-08core: add option weechat.network.proxy_curl (task #12651)Sebastien Helleu
2013-06-08core: add options for Curl >= 7.25Sebastien Helleu
2013-01-10core: fix some copyright datesSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-02-09core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= 7...Sebastien Helleu
2012-01-28core: fix compilation warning on curl_easy_setopt for option CURLOPT_FOLLOWLO...Sebastien Helleu
2012-01-18core: add many libcurl options missing (for URL transfer)Sebastien Helleu
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable i...Sebastien Helleu