summaryrefslogtreecommitdiff
path: root/lib/curl_path.c
Commit message (Expand)AuthorAgeFilesLines
* curl_path: bring back support for SFTP path ending in /~Daniel Stenberg2023-04-261-14/+17
* curl_path: create the new path with dynbufDaniel Stenberg2023-03-101-40/+35
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* cur_path: do not add '/' if homedir ends with oneEric Vigeant2022-11-031-3/+7
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-4/+0
* curl_path: return error if given a NULL homedirDaniel Stenberg2022-10-161-1/+2
* lib/curl_path.c: add ISC to license expressionJilayne Lovejoy2022-07-011-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-2/+2
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-5/+5
* curl_path: remove conn->data useDaniel Stenberg2021-01-191-5/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-301-2/+2
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-2/+2
* scp: fix directory name length used in memcpyKyle Abramowitz2019-08-241-1/+1
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-061-1/+1
* curl_path: only enabled for SSH buildsDaniel Stenberg2019-02-121-1/+5
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-2/+2
* sftp: allow quoted commands to use relative pathsJohn DeHelian2017-12-091-9/+25
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-0/+179