Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-04-05 | Fix stat() on x64 | 1 | -8/+24 | |
2022-04-05 | Update response.zig | 1 | -1/+0 | |
2022-04-05 | Update response.zig | 1 | -6/+12 | |
2022-04-05 | Fix linking bug? | 1 | -1/+0 | |
2022-04-04 | fix bug with io sometimes sleeping permanetly | 5 | -18/+35 | |
2022-04-04 | Update syscall.zig | 1 | -4/+4 | |
2022-04-04 | Update syscall.zig | 1 | -5/+1 | |
2022-04-04 | hm | 1 | -1/+1 | |
2022-04-04 | Update response.zig | 1 | -1/+1 | |
2022-04-04 | fix https | 1 | -12/+77 | |
2022-04-04 | Make `Bun.file()` -> HTMLRewriter -> HTTP response work | 5 | -72/+222 | |
2022-04-04 | [bun] Don't allow `Transfer-Encoding` header | 1 | -0/+2 | |
2022-04-04 | [bun.js] Improve error message for HTTP server | 1 | -4/+4 | |
2022-04-04 | [bun.js] Support truncating file length up to u52 | 1 | -7/+7 | |
2022-04-03 | deref after null | 1 | -1/+1 | |
2022-04-03 | [bun.js] If no `Content-Type` is available and the content is all ascii text,... | 1 | -0/+2 | |
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 | cleanup a few things | 2 | -5/+4 | |
2022-04-02 | Add more tests for Node FS | 1 | -0/+1 | |
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 o... | 1 | -0/+6 | |
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 | |
2022-04-02 | Fix test failures | 1 | -11/+41 | |
2022-04-01 | [bun.js] Bring back file resolution | 1 | -1/+3 | |
2022-04-01 | [bun.js] slightly more careful write() | 1 | -1/+3 | |
2022-04-01 | Decrement task counter | 1 | -2/+11 | |
2022-04-01 | Add helper for checking if value is an exception | 1 | -0/+6 | |
2022-04-01 | deinit | 1 | -2/+4 | |
2022-04-01 | [bun.js] Fix double free in Blob | 1 | -1/+3 | |
2022-04-01 | Add abstraction for protecting values we're iterating on | 4 | -24/+47 | |
2022-04-01 | Update response.zig | 1 | -1/+1 | |
2022-04-01 | [bun.js] Fix use-after-free in Bun.write | 1 | -3/+3 | |
2022-04-01 | Fix sendfile() after changes to blob | 1 | -500/+567 | |
2022-04-01 | Make `FetchHeaders` workjarred/fetchheaders | 8 | -103/+95 | |
2022-04-01 | [bun.js] Expose `ErrorEvent` | 2 | -37/+52 | |
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 38 | -820/+5836 | |
2022-03-31 | Update WebKit | 1 | -0/+0 | |
2022-03-31 | Bugfixes to how we build WebCore code | 28 | -156/+368 | |
2022-03-30 | Update bindings.cpp | 1 | -0/+24 | |
2022-03-30 | [bun.js] Support `file://` URLs in node fs | 8 | -6/+94 | |
2022-03-30 | don't append null bytes | 1 | -3/+2 | |
2022-03-30 | remove empty files | 2 | -0/+0 | |
2022-03-30 | [bun.js] Fix `import.meta.resolve` when the path points to a bundled file | 2 | -37/+43 | |
2022-03-30 | [Bun.js] fixup Bun.hash | 1 | -4/+9 | |
2022-03-28 | Delete url.zig | 1 | -151/+0 |