Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-30 | Use poll_ref in the io tasks | 1 | -11/+12 | ||
2022-09-30 | Support all `ArrayBufferView` in all hashing functions and node fs functions | 1 | -11/+46 | ||
2022-09-30 | Verbose flag | 1 | -1/+17 | ||
2022-09-30 | Use pollref in FileBlobLoader | 1 | -1/+1 | ||
2022-09-30 | Fixup Body mixin implementation | 1 | -233/+193 | ||
2022-09-30 | Use PollRef in napi | 1 | -0/+5 | ||
2022-09-30 | Remove extraneous calls to `.ref()` | 17 | -169/+172 | ||
2022-09-30 | Add hidden `verbose` flag to `fetch` (the third argument) | 1 | -0/+13 | ||
```js fetch(url, {body: ""}, {verbose: true}) ``` | |||||
2022-09-30 | [internal] Use `PollRef` for `fetch()` | 1 | -1/+6 | ||
2022-09-30 | fix potentially truncated encodeInto | 1 | -4/+4 | ||
2022-09-29 | Fixup | 1 | -3/+5 | ||
2022-09-29 | don't need to mark | 1 | -1/+0 | ||
2022-09-29 | Lazy URL, more explicit close() | 6 | -38/+160 | ||
2022-09-29 | Update base.zig | 1 | -0/+4 | ||
2022-09-29 | Fix Bun.serve not keeping process alive | 1 | -13/+13 | ||
2022-09-29 | Fix console.log(ModuleNamespace) | 1 | -1/+5 | ||
2022-09-28 | Update streams.zig | 1 | -1/+1 | ||
2022-09-28 | Use uSockets for `setTimeout` and `setInterval` | 2 | -67/+79 | ||
2022-09-28 | /s/c_int/i32 | 1 | -189/+196 | ||
2022-09-28 | Fix `unreachable` | 1 | -3/+6 | ||
2022-09-28 | Fix a crash with `fetch(url, {body: arrayBuffer})` introduced with the Blob ↵ | 1 | -8/+27 | ||
changes cc @bwasti | |||||
2022-09-28 | Queue tests rather than run immediately | 1 | -2/+20 | ||
2022-09-28 | Clean up WebSocket never starting | 1 | -10/+8 | ||
2022-09-28 | Outer event loop tweaks | 1 | -28/+21 | ||
2022-09-28 | Fix a crash in HTMLRewriter caused by blob changes | 1 | -9/+9 | ||
2022-09-28 | Clean up some of the event loop code | 12 | -69/+100 | ||
2022-09-28 | make bun:test ~300x faster when using http server, websockets, etc | 2 | -55/+228 | ||
there was an event loop bug | |||||
2022-09-28 | Support a `default` object in CommonJS wrapper | 4 | -4/+30 | ||
Fixes https://github.com/oven-sh/bun/issues/1284 Related to https://github.com/oven-sh/bun/issues/1285 | |||||
2022-09-28 | Implement `reportExtraMemoryVisited` and `reportExtraMemoryAllocated` in ↵ | 4 | -34/+89 | ||
bindings | |||||
2022-09-28 | size estimatoor | 1 | -8/+51 | ||
2022-09-28 | fixup | 1 | -2/+1 | ||
2022-09-28 | Add missing commit | 1 | -0/+6 | ||
2022-09-28 | Add missing commit | 1 | -91/+567 | ||
2022-09-28 | Inline blobs in the HTTP server | 1 | -31/+41 | ||
2022-09-28 | Fix several bugs with Request body streaming + store small response bodies ↵ | 12 | -20/+115 | ||
without an extra memory allocation | |||||
2022-09-27 | Fix potential crash when TS code has an unexpected ")" | 1 | -4/+4 | ||
2022-09-26 | Update streams.zig | 1 | -1/+1 | ||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 14 | -209/+550 | ||
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | 12 | -155/+928 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-26 | Make getting the body for `fetch` a little more reusable | 1 | -42/+63 | ||
2022-09-26 | Add missing ignoreUsage call | 1 | -0/+1 | ||
2022-09-26 | Fix crash when insufficient arguments | 1 | -1/+1 | ||
2022-09-25 | Fix `console.log` not printing an empty line | 2 | -2/+5 | ||
Depends on https://github.com/oven-sh/WebKit/actions/runs/3123884691/jobs/5066828848 Fixes https://github.com/oven-sh/bun/issues/1276 | |||||
2022-09-25 | Implement `isatty` in `node:tty` | 5 | -0/+84 | ||
2022-09-25 | :sleepy: | 5 | -15/+157 | ||
2022-09-25 | Make Linux implementation work | 3 | -31/+86 | ||
2022-09-25 | Linux implementation | 6 | -23/+180 | ||
2022-09-25 | wip | 23 | -20/+1810 | ||
2022-09-23 | Update bindings.zig | 1 | -0/+9 | ||
2022-09-23 | Implement `Bun.which` | 1 | -0/+79 | ||