Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -4/+4 | ||
2022-11-28 | Handle when the process already exited immediately | 1 | -5/+6 | ||
2022-11-28 | Fix failing spawn() and spawnSync() tests | 1 | -5/+7 | ||
cc @ThatOneBro | |||||
2022-11-27 | :scissors: dead code | 1 | -758/+0 | ||
2022-11-25 | Fix reading FIFO files | 1 | -0/+2 | ||
2022-11-25 | [safety] Add a generation_number to FilePoll on macOS to check for ↵ | 1 | -3/+20 | ||
use-after-free | |||||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -26/+23 | ||
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -1/+1 | ||
2022-11-18 | Fix crash in process.env.FOO = bar that happened sometimes | 1 | -1/+1 | ||
2022-11-14 | Bugfixes and perf improvements to child_process | 1 | -0/+8 | ||
2022-11-13 | Make node streams faster (#1502) | 1 | -42/+78 | ||
* Make node streams faster * Fix for macOS, improve performance, handle ref and unref Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-12 | Redo how we poll pipes (#1496) | 1 | -2/+544 | ||
* Fix pipe * Handle unregistered * Fix failing test | |||||
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | 1 | -3/+0 | ||
2022-10-17 | Handle .zero better | 1 | -0/+4 | ||
2022-10-15 | add more logging | 1 | -2/+2 | ||
2022-10-10 | Fix issue with exit callback in Bun.spawn() never firing | 1 | -0/+14 | ||
2022-10-03 | `Bun.spawn` start to implement support for buffered input (ArrayBuffer, ↵ | 1 | -1/+19 | ||
Response, Request body) | |||||
2022-10-01 | Fix `setTimeout(0)`, improve test coverage slightly, reduce memory usage of ↵ | 1 | -0/+4 | ||
timers | |||||
2022-09-30 | Fix unnecessary "Buffer is detached" error | 1 | -8/+34 | ||
2022-09-29 | Update base.zig | 1 | -0/+4 | ||
2022-09-28 | Clean up some of the event loop code | 1 | -2/+11 | ||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -16/+128 | ||
2022-09-16 | Make new HTTP client more stable | 1 | -21/+20 | ||
2022-09-14 | Make `crypto.getRandomValues()` faster + fix > 1 byte/element typed arrays | 1 | -5/+12 | ||
Fix crypto.getRandomValues() with > 1 byte element typed arrays Fixes https://github.com/oven-sh/bun/issues/1237 | |||||
2022-09-09 | Fix potential crash when returning an empty string | 1 | -0/+16 | ||
2022-09-09 | [bun:ffi] Add `f32`, `f64`, `i64`, u64` to `read` | 1 | -0/+1 | ||
2022-09-08 | [bun:ffi] Implement `read.{u8,i8,i16,i32,u16,u32,ptr,intptr}` | 1 | -3/+8 | ||
`read` in `bun:ffi` lets you read data from a pointer without creating a new DataView/ArrayBufferView ``` import {read} from 'bun:ffi'; expect(read.i8(ptr_, i)).toBe(view.getInt8(i, true)); expect(read.i16(ptr_, i)).toBe(view.getInt16(i, true)); expect(read.i32(ptr_, i)).toBe(view.getInt32(i, true)); expect(read.u8(ptr_, i)).toBe(view.getUint8(i, true)); expect(read.u16(ptr_, i)).toBe(view.getUint16(i, true)); expect(read.u32(ptr_, i)).toBe(view.getUint32(i, true)); } ``` | |||||
2022-09-06 | Return a `Buffer` object for fs.readFile | 1 | -0/+7 | ||
2022-08-18 | Faster TextDecoder | 1 | -10/+2 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 1 | -0/+292 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -0/+148 | ||
2022-08-17 | [bun:ffi] Improve `ptr()` performance and implement code generation for DOMJIT | 1 | -2/+372 | ||
2022-08-10 | Fix console.log with typed arrays | 1 | -0/+1 | ||
2022-07-02 | [strings] Optimize TextEncoder a little more | 1 | -2/+1 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+3029 | ||