Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-30 | Fix unnecessary "Buffer is detached" error | 1 | -8/+34 | ||
2022-09-30 | Request->url == string, not ZigString now | 2 | -21/+38 | ||
2022-09-30 | Fix OOB when multiple headers have the same name length | 1 | -18/+24 | ||
Fixes https://github.com/oven-sh/bun/issues/1279 | |||||
2022-09-30 | Add a better wrapper function for promises | 1 | -3/+28 | ||
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 | Use pollref in FileBlobLoader | 1 | -1/+1 | ||
2022-09-30 | Fixup Body mixin implementation | 1 | -233/+193 | ||
2022-09-30 | Remove extraneous calls to `.ref()` | 12 | -158/+159 | ||
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() | 2 | -30/+96 | ||
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` | 1 | -67/+79 | ||
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 | 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 | 3 | -3/+29 | ||
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 ↵ | 10 | -12/+94 | ||
without an extra memory allocation | |||||
2022-09-26 | Update streams.zig | 1 | -1/+1 | ||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 12 | -207/+420 | ||
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | 11 | -150/+914 | ||
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 | 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 | 2 | -5/+30 | ||
2022-09-25 | Linux implementation | 5 | -23/+123 | ||
2022-09-25 | wip | 20 | -19/+1788 | ||
2022-09-23 | Update bindings.zig | 1 | -0/+9 | ||
2022-09-23 | Implement `Bun.which` | 1 | -0/+79 | ||
2022-09-23 | Use JSC heap for .arrayBuffer() | 1 | -4/+1 | ||
2022-09-22 | Update streams.zig | 1 | -7/+2 | ||
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | 28 | -274/+2161 | ||
2022-09-22 | Fix linux build | 1 | -0/+2 | ||