Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dirlist: quote path names in href | bptato | 2023-10-18 | 1 | -1/+1 |
| | | | | | | | so that it does not choke on files with an apos in them. (We could also htmlEscape it, but this should be enough since we percent-encode the paths already.) | ||||
* | ftp, file: better dirlist, fix FTP path issue | bptato | 2023-09-19 | 1 | -0/+60 |
* Dirlist is now unified across ftp and file loaders. It's basically a copycat of w3m's FTP dirlist, because I like how it looks. * We now hack around the cURL FTP path problem by always prepending a slash to the path. This is probably closer aligned with expectations than the default behavior. |