Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -32/+0 |
| | | | | | | | | | | | | Now it is (technically) no longer mandatory to link to libcurl. Also, Chawan is at last completely protocol and network backend agnostic :) * Implement multipart requests in local CGI * Implement simultaneous download of CGI data * Add REQUEST_HEADERS env var with all headers * cssparser: add a missing check in consumeEscape | ||||
* | loader: add FTP support | bptato | 2023-09-19 | 1 | -0/+32 |
works, sort of still needs some work: * better dirlist, ideally make it look like file dirlist (or make file look like ftp dirlist. well, anyway, they should look the same) * absolute paths? (for now you have to append an extra slash to the path beginning) * ssh keys for sftp? (actually I haven't even tested sftp yet...) |