about summary refs log tree commit diff stats
path: root/adapter/protocol/curl.nim
Commit message (Collapse)AuthorAgeFilesLines
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-011-0/+2
| | | | | | | Equivalent to curl --insecure. Note: unfortunately this does not help if the server is using unsafe legacy renegotiation, you have to allow that in the OpenSSL config.
* adapter: update code stylebptato2024-04-261-20/+24
|
* http: suppress proxy connect headersbptato2024-03-291-0/+1
| | | | causes problems with header parsing
* ftp: basic sftp supportbptato2024-03-211-0/+4
| | | | | | | it still sucks, but it is at least slightly more usable. this also fixes a bug in dirlist where sort would mess up item name association
* ftp: fix unnecessary slashes being added to path; move bindings/curlbptato2023-12-151-0/+426
also in ftp: clean up resources before exit