Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-30 | Update bindings.cpp | 1 | -0/+24 | ||
2022-03-30 | [bun.js] Support `file://` URLs in node fs | 7 | -5/+75 | ||
2022-03-30 | remove empty files | 2 | -0/+0 | ||
2022-03-28 | CustomEvent | 11 | -14/+738 | ||
2022-03-28 | ScriptExecutionContext | 1 | -14/+12 | ||
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 .clang-format | 1 | -1/+1 | ||
2022-03-27 | Begin adding WebCore classes to bun | 123 | -1014/+12717 | ||
2022-03-27 | [bun.js] begin the webkit-ing | 30 | -42/+3196 | ||
2022-03-26 | improve performance of accessing `Bun.Transpiler` and `Bun.unsafe` | 4 | -0/+33 | ||
2022-03-26 | fix `instanceof` checks for classes | 1 | -8/+7 | ||
2022-03-26 | slightly optimize how we create the `process` object | 1 | -11/+12 | ||
2022-03-26 | Remove imports of <WTF/FileSystem.h> | 2 | -2/+0 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -0/+7 | ||
2022-03-24 | Bun.openInEditor | 1 | -0/+9 | ||
2022-03-24 | clang-format | 7 | -278/+363 | ||
2022-03-24 | [bun.js] Enable SharedArrayBuffer and expose internal Loader | 1 | -7/+16 | ||
2022-03-23 | [bun.js] Bun.write for macOS | 5 | -10/+24 | ||
2022-03-23 | [bun.js] Implement Bun.write() | 2 | -1/+5 | ||
2022-03-22 | Handle integer sizes greater than i32 | 6 | -14/+30 | ||
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 5 | -5/+32 | ||
2022-03-20 | the events, they loop | 7 | -7/+97 | ||
2022-03-18 | Fix JSON parsing failure | 2 | -1/+15 | ||
2022-03-18 | Update bindings.zig | 1 | -0/+1 | ||
2022-03-18 | Be consistent about reported node version | 1 | -1/+1 | ||
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 8 | -23/+90 | ||
2022-03-17 | [bun.js] Implement `self.reportError` | 1 | -1/+24 | ||
2022-03-17 | [bun.js] Implement `import.meta.resolve` | 2 | -7/+61 | ||
2022-03-17 | Move `Bun` to JSC.API | 1 | -2/+2 | ||
2022-03-17 | Prevent segfault | 1 | -0/+4 | ||
2022-03-17 | query_string_map -> url | 1 | -1/+1 | ||
2022-03-16 | Fix crash from checking if something is an object when it is undefinedbun-v0.0.72 | 4 | -12/+12 | ||
2022-03-16 | cleanup error printing | 2 | -2/+2 | ||
2022-03-16 | Revert "Unlimited arguments in process.nextTick" | 1 | -38/+48 | ||
This reverts commit aff9d232b1e7dfbac5fa1b18631aba18ed5f27e7. | |||||
2022-03-16 | fix crash when SyntaxError is thrown and we did not receive an ErrorInstance? | 1 | -18/+25 | ||
2022-03-15 | [bun.js] utf8 console.{time, count, timeEnd, profile, profileEnd, count, ↵ | 1 | -16/+16 | ||
countReset} | |||||
2022-03-14 | Fix a couple memory leaks in `bun dev` | 7 | -59/+32 | ||
2022-03-14 | Unlimited arguments in process.nextTick | 1 | -48/+38 | ||
2022-03-14 | [bun.js] Fix a memory leak with microtasks | 1 | -1/+3 | ||
2022-03-14 | Handle segfault when console.log'ing stuff that should never make it to ↵ | 1 | -0/+9 | ||
console.log in the first place | |||||
2022-03-14 | Fix bug causing GC to sometimes never run | 2 | -2/+15 | ||
2022-03-14 | [bun.js] Implement `console.trace()` | 1 | -16/+57 | ||
2022-03-14 | Reference-counting for `Blob` and `Headers` | 6 | -18/+45 | ||
2022-03-13 | [bun.js] Implement `Blob` | 6 | -10/+64 | ||
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 9 | -29/+52 | ||
https://developers.cloudflare.com/workers/runtime-apis/html-rewriter | |||||
2022-03-11 | skeleton | 1 | -0/+5 | ||
2022-03-11 | Source Maps for client-side errors & columns | 2 | -43/+81 | ||