Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XHR progress | bptato | 2023-10-14 | 1 | -1/+39 |
| | | | | still non-functional | ||||
* | Response.text: assume utf-8 | bptato | 2023-09-27 | 1 | -5/+5 |
| | |||||
* | Response.text: encode/decode properly | bptato | 2023-09-27 | 1 | -2/+16 |
| | | | | also, use blob() for images | ||||
* | buffer: simplify contentType handling | bptato | 2023-09-27 | 1 | -3/+3 |
| | | | | | | * remove contentType member of Buffer object * add ishtml to reduce string comparisons * consistent spelling: contenttype -> contentType | ||||
* | fix compilation on 1.6.14 | bptato | 2023-09-20 | 1 | -1/+1 |
| | |||||
* | response: add blob() function | bptato | 2023-09-17 | 1 | -1/+20 |
| | |||||
* | move around more modules | bptato | 2023-09-14 | 1 | -0/+74 |
* ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/ |