Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: add insecure-ssl-no-verify option to siteconf | bptato | 2024-05-01 | 1 | -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 style | bptato | 2024-04-26 | 1 | -20/+24 |
| | |||||
* | http: suppress proxy connect headers | bptato | 2024-03-29 | 1 | -0/+1 |
| | | | | causes problems with header parsing | ||||
* | ftp: basic sftp support | bptato | 2024-03-21 | 1 | -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/curl | bptato | 2023-12-15 | 1 | -0/+426 |
also in ftp: clean up resources before exit |