Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Test written length | 1 | -1/+1 | ||
2022-04-01 | http file example | 2 | -0/+25 | ||
2022-04-01 | Fix sendfile() after changes to blob | 1 | -500/+567 | ||
2022-04-01 | Fix mimetype value | 1 | -4/+37 | ||
2022-04-01 | Make `FetchHeaders` workjarred/fetchheaders | 9 | -104/+95 | ||
2022-04-01 | [bun.js] Expose `ErrorEvent` | 2 | -37/+52 | ||
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 44 | -843/+5918 | ||
2022-03-31 | Update WebKit | 1 | -0/+0 | ||
2022-03-31 | Delete unused | 1 | -5/+0 | ||
2022-03-31 | Allow a little leeway when HMR | 1 | -1/+2 | ||
2022-03-31 | Fix more infinite loops | 1 | -2/+2 | ||
2022-03-31 | Bugfixes to how we build WebCore code | 29 | -170/+384 | ||
2022-03-31 | [bun dev] Re-create the shared buffer for each websocket | 1 | -6/+5 | ||
2022-03-31 | [bun dev] Improve HMR reliability when filesystem is slow or reading large files | 2 | -19/+68 | ||
2022-03-31 | Fix possible infinite loops | 1 | -3/+3 | ||
2022-03-30 | Update bindings.cpp | 1 | -0/+24 | ||
2022-03-30 | [bun.js] Support `file://` URLs in node fs | 9 | -6/+102 | ||
2022-03-30 | Bump target next version to 12.1.3 | 1 | -1/+1 | ||
2022-03-30 | Add test for Bun.hash that runs it with a Uint8Array | 1 | -8/+16 | ||
2022-03-30 | Add bun.hash example | 1 | -0/+18 | ||
2022-03-30 | don't append null bytes | 1 | -3/+2 | ||
2022-03-30 | remove empty files | 3 | -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-30 | [bun-framework-next] Support Next 12.1.3 & React 18 | 4 | -18/+86 | ||
2022-03-30 | [bun-framework-next] Remove unnecessary polyfills | 2 | -655/+0 | ||
2022-03-30 | Don't need to import react here | 1 | -1/+0 | ||
2022-03-28 | Delete url.zig | 1 | -151/+0 | ||
2022-03-28 | [bun.js] Add `Bun.hash` | 2 | -0/+160 | ||
2022-03-28 | CustomEvent | 11 | -14/+738 | ||
2022-03-28 | ScriptExecutionContext | 2 | -15/+14 | ||
2022-03-28 | [`bun.js`] Add `Event`, `EventTarget`, `AbortController`, `AbortSignal` | 111 | -21/+11463 | ||
`AbortController` is not yet aware of `fetch` | |||||
2022-03-27 | Safer error handling | 2 | -13/+19 | ||
2022-03-27 | [Bun.js] Add `DOMException` | 1 | -7/+18 | ||
2022-03-27 | No to FormData for now | 3 | -272/+2 | ||
2022-03-27 | Update WebKit | 1 | -0/+0 | ||
2022-03-27 | Update base.zig | 1 | -1/+1 | ||
2022-03-27 | Update .clang-format | 1 | -1/+1 | ||
2022-03-27 | Update Makefile | 1 | -7/+24 | ||
2022-03-27 | Begin adding WebCore classes to bun | 123 | -1014/+12717 | ||
2022-03-27 | Add Bun.mmap example | 3 | -0/+34 | ||
2022-03-27 | Create tsconfig.json | 1 | -0/+6 | ||
2022-03-27 | Create url.test.ts | 1 | -0/+102 | ||
2022-03-27 | Update segfault.js | 1 | -1/+1 | ||
2022-03-27 | Fix broken debugger in C++ code | 1 | -17/+34 | ||
2022-03-27 | [bun.js] begin the webkit-ing | 30 | -42/+3196 | ||