Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-03-27 | Bun.mmap() (#134) | 3 | -0/+170 | ||
* Bun.mmap() * nitpicks | |||||
2022-03-26 | Add a function for moving slices from a type | 1 | -0/+85 | ||
2022-03-26 | improve performance of accessing `Bun.Transpiler` and `Bun.unsafe` | 5 | -4/+69 | ||
2022-03-26 | fix `instanceof` checks for classes | 1 | -8/+7 | ||
2022-03-26 | Update syscall.zig | 1 | -2/+2 | ||
2022-03-26 | clarify | 1 | -22/+22 | ||
2022-03-26 | Update uws | 1 | -0/+0 | ||
2022-03-26 | Create htttp.ts | 1 | -0/+35 | ||
2022-03-26 | Fix the entry point for Bun.serve | 1 | -1/+1 | ||
2022-03-26 | slightly optimize how we create the `process` object | 1 | -11/+12 | ||
2022-03-26 | Auto-set content-type | 1 | -1/+4 | ||
2022-03-26 | Fix clonefile() so it actually does run | 1 | -1/+4 | ||
2022-03-26 | Remove imports of <WTF/FileSystem.h> | 2 | -2/+0 | ||
2022-03-26 | Move .d.ts into a better folder | 2 | -4/+109 | ||
2022-03-25 | Update response.file.test.js | 1 | -0/+8 | ||
2022-03-25 | fix error hanlding | 1 | -6/+22 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 16 | -1582/+2172 | ||
2022-03-24 | Auto-detect MimeType based on file extension | 3 | -48/+3603 | ||
2022-03-24 | Bun.openInEditor | 4 | -13/+131 | ||
2022-03-24 | Update Makefile | 1 | -1/+2 | ||
2022-03-24 | Implement error page for HTTP server | 14 | -171/+894 | ||
2022-03-24 | clang-format | 7 | -278/+363 | ||
2022-03-24 | Update response.zig | 1 | -6/+6 | ||
2022-03-24 | [bun.js] Enable SharedArrayBuffer and expose internal Loader | 1 | -7/+16 | ||
2022-03-23 | handle bodies of 0 length better | 6 | -42/+86 | ||
2022-03-23 | Update server.zig | 1 | -1/+2 | ||