summaryrefslogtreecommitdiff
path: root/src/tool_operhlp.c
Commit message (Expand)AuthorAgeFilesLines
* src/tool_operhlp.c: fix value stored to 'uerr' is never readDaniel Stenberg2023-04-171-1/+1
* curl: do NOT append file name to path for upload when there's a queryDaniel Stenberg2023-04-151-1/+8
* tool_operate: Fix error codes during DOS filename sanitizeDan Fandrich2023-02-071-8/+11
* tool_operate: Fix error codes on bad URL & OOMDan Fandrich2023-02-071-40/+69
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* tool_operate: more transfer cleanup after parallel transfer failDaniel Stenberg2022-10-181-0/+2
* curl/get_url_file_name: use libcurl URL parserDaniel Stenberg2022-10-111-47/+51
* curl/add_file_name_to_url: use the libcurl URL parserDaniel Stenberg2022-10-101-50/+62
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-2/+1
* metalink: removeDaniel Stenberg2021-06-071-2/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tool_operhlp: Copyright year out of date, should be 2020Daniel Stenberg2020-02-041-1/+1
* curl: avoid using strlen for testing if a string is emptyOrgad Shaneh2020-02-041-1/+1
* curl: improved cleanup in upload error pathDaniel Stenberg2019-12-121-5/+6
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-021-11/+13
* curl: support parallel transfersDaniel Stenberg2019-07-201-2/+6
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+3
* tool_operhlp: Check for backslashes in get_url_file_nameJay Satiro2016-02-081-1/+5
* tool_doswin: Improve sanitization processingJay Satiro2016-02-051-0/+12
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* get_url_file_name: Fixed crash on OOM on debug buildDan Fandrich2014-12-071-0/+2
* get_url_file_name: make no slash equal empty stringDaniel Stenberg2014-10-091-5/+8
* get_url_file_name: never return a NULL string *and* OKDaniel Stenberg2014-10-091-5/+3
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-1/+1
* tool_operhlp: Consolidated engine output code into tool_helpSteve Holme2014-02-221-14/+0
* tool_operate: Moved required argument getting into separate functionSteve Holme2014-02-151-10/+0
* tool_operate: Moved main initialisation and cleanup code into tool_mainSteve Holme2014-02-031-26/+0
* tool_operate: Moved memory tracking initialisation into tool_mainSteve Holme2014-02-021-31/+1
* tool_operhlp.c: fix add_file_name_to_url() OOM handlingYang Tse2013-07-291-0/+2
* checksrc: ban unsafe functionsDaniel Stenberg2013-03-071-8/+6
* remove ifdefsDaniel Stenberg2013-02-141-8/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* tool_metalink: introduce metalink_cleanup() in the internal APIKamil Dudka2012-11-091-0/+8
* my_useragent: shorten user-agentDaniel Stenberg2012-05-121-6/+1
* curl tool: make curl.h first header included in tool_setup.hYang Tse2012-04-081-2/+0
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-2/+2
* -J -O: use -O name if no Content-Disposition header comes!Daniel Stenberg2011-11-201-0/+18
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-2/+1
* curl tool: OOM handling fixesYang Tse2011-10-051-1/+2
* curl tool: OOM handling fixesYang Tse2011-10-051-6/+13
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-051-0/+231