Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-03 | [bun.js] If no `Content-Type` is available and the content is all ascii ↵ | 1 | -0/+2 | ||
text, assume it is text/plain | |||||
2022-04-03 | Omit the `Content-Encoding` header when it was auto decompressed | 1 | -0/+12 | ||
2022-04-03 | Don't track gzip timing unless verbose mode | 1 | -6/+22 | ||
2022-04-03 | [bun error] Handle error messages with missing name/message better | 1 | -6/+16 | ||
2022-04-03 | Update server.zig | 1 | -0/+1 | ||
2022-04-03 | Support HTMLRewriter in http server | 1 | -2/+4 | ||
2022-04-03 | Handle when unable to use sendfile() with `Bun.file` | 3 | -28/+60 | ||
2022-04-03 | Add `ShadowRealm` and `Bun.hash` | 1 | -5/+107 | ||
2022-04-03 | Fix the types | 4 | -270/+1206 | ||
2022-04-03 | Update runtime.version | 1 | -1/+1 | ||
2022-04-03 | cleanup a few things | 10 | -22/+83 | ||
2022-04-03 | doesn't fix the bug but helps a little | 1 | -6/+9 | ||
2022-04-02 | More types | 2 | -39/+3998 | ||
2022-04-02 | Add more typings | 1 | -2/+416 | ||
2022-04-02 | Add more tests for Node FS | 4 | -1/+60 | ||
2022-04-02 | [bun.js] fs.readSync & fs.writeSync should return just the number | 1 | -24/+57 | ||
2022-04-02 | [bun.js] Support `mode` and `flags` as integer args in fs.openSync (instead ↵ | 1 | -0/+6 | ||
of only object) | |||||
2022-04-02 | Update base.zig | 1 | -0/+1 | ||
2022-04-02 | Fix GC bug when reading TypedArray from user input | 1 | -6/+36 | ||
2022-04-02 | s/Buffer/TypedArray | 1 | -17/+17 | ||
2022-04-02 | Fix mmap on macOS x64 | 2 | -29/+27 | ||