Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-07 | Web Streams API (#176) | 2 | -10/+24 | ||
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 1 | -2/+50 | ||
2022-04-05 | `[bun dev]` Fix segfaults | 1 | -1/+1 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -18/+32 | ||
2022-03-23 | [bun.js] Implement Bun.write() | 1 | -2/+6 | ||
2022-03-22 | Linux-specific tweaks | 1 | -21/+25 | ||
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 2 | -13/+248 | ||
2022-03-16 | Fix setTimeout on Linux | 1 | -5/+12 | ||
2022-03-01 | [bun.js] Implement `setTimeout`, `setInterval`, `clearTimeout`, `clearInterval` | 2 | -0/+8 | ||
2022-02-27 | WASM | 1 | -0/+11 | ||
2022-02-05 | Make bun-install slower but more reliable on Linux Kernel 5.5 and lower | 1 | -112/+31 | ||
2022-02-01 | IO.Completion.slice() | 2 | -0/+44 | ||
2022-01-25 | merge | 1 | -1/+1 | ||
2022-01-25 | On successful connect, switch to non-blocking sockets until we're about to close | 1 | -2/+18 | ||
2022-01-25 | Fix getsockopt() | 1 | -2/+5 | ||
2022-01-24 | Automatically retry on would block | 1 | -8/+4 | ||
2022-01-24 | Fallback to readev / writev | 1 | -7/+226 | ||
2022-01-23 | Update io_linux.zig | 1 | -0/+1 | ||
2022-01-23 | [linux][http] return errno instead of unexpected | 1 | -2/+31 | ||
2022-01-23 | [http] Remove usages of `unreachable` in syscall error handling | 1 | -10/+0 | ||
2022-01-23 | Update io_linux.zig | 1 | -0/+1 | ||
2022-01-23 | Use non-cancellable syscalls for HTTP & use errno for errors | 2 | -77/+928 | ||
2021-12-30 | Update io_linux.zig | 1 | -1/+1 | ||
2021-12-30 | Update io_linux.zig | 1 | -1/+1 | ||
2021-12-30 | _ => . | 1 | -1/+1 | ||
2021-12-30 | - => . | 2 | -4/+4 | ||
2021-12-30 | linux | 1 | -4/+5 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 3 | -44/+45 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-12-22 | Fix spawning child bun processes | 1 | -3/+4 | ||
2021-12-22 | Update io_darwin.zig | 1 | -1/+1 | ||
2021-12-22 | Fix error from requesting too much from io_uring | 1 | -2/+18 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -17/+112 | ||
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 2 | -2/+6 | ||
2021-12-16 | [bun install] Linux async http | 1 | -10/+69 | ||
2021-12-16 | [bun install] async http request works I think? | 2 | -3/+24 | ||
2021-12-16 | [bun install] Begin to add io_uring (via tigerbeetle/@kprotty's interface) | 4 | -0/+1707 | ||