Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | loader: remove referrer field from Request | bptato | 2025-04-13 | 1 | -6/+7 |
| | | | | It's OK to store it in headers. | ||||
* | loader: respect credentials mode | bptato | 2025-03-28 | 1 | -9/+13 |
| | |||||
* | headers: hide table, always specify guard | bptato | 2025-03-12 | 1 | -9/+3 |
| | |||||
* | Re-add JSValueConst | bptato | 2025-03-12 | 1 | -3/+3 |
| | | | | | | | | | This time, I've also ported over the consistency check to prevent some ownership bugs. Unfortunately, the check is very limited, and it is still possible to double-free or leak JSValues. I think it would be possible to make coverage 100%, but only with ARC... | ||||
* | Refactor bufreader, bufwriter | bptato | 2025-03-01 | 1 | -14/+14 |
| | | | | | This adds a runtime check to packet readers to ensure that all fds have been read, and switches to seqs for packet writers. | ||||
* | loader/* -> server | bptato | 2024-11-24 | 1 | -0/+295 |
one less mystery |