Age | Commit message (Expand) | Author | Files | Lines |
2023-03-07 | Safer JSValue.isString() | Jarred Sumner
| 1 | -1/+0 |
2023-03-02 | put AbortSignal in WebCore namespace (#2267) | Ciro Spaciari
| 1 | -12/+12 |
2023-02-22 | feat(Request.signal) Initial support for signal in Request + fetch and Reques... | Ciro Spaciari
| 1 | -0/+3 |
2023-02-21 | Update test runner output with colors and diffs (#2122) | Dylan Conway
| 1 | -0/+1 |
2023-02-17 | Fix #1602 (#2066) | Justin Whear
| 1 | -6/+6 |
2023-02-15 | feat(fetch) AbortSignal (#2019) | Ciro Spaciari
| 1 | -0/+9 |
2023-02-13 | Implement `FormData` (#2051) | Jarred Sumner
| 1 | -0/+6 |
2023-01-24 | Fixes #1887 | Jarred Sumner
| 1 | -1/+1 |
2023-01-08 | [internal] Fix checking for Error object | Jarred Sumner
| 1 | -2/+2 |
2023-01-07 | [Bun.connect] Fix bug where connect() Promise wouldn't reject on a connection... | Jarred Sumner
| 1 | -1/+1 |
2023-01-07 | Implement DNS module (#1691) | Jarred Sumner
| 1 | -0/+3 |
2023-01-01 | [internal] Add more bindings | Jarred Sumner
| 1 | -0/+2 |
2022-12-28 | Upgrade to latest Zig (#1610) | Jarred Sumner
| 1 | -184/+184 |
2022-12-12 | [crypto] Implement crypto.timingSafeEqual | Jarred Sumner
| 1 | -0/+1 |
2022-12-05 | Make `console` an `AsyncIterable` | Jarred Sumner
| 1 | -0/+1 |
2022-12-02 | matchers for less than and greater than (#1573) | Dylan Conway
| 1 | -0/+1 |
2022-12-01 | bun test `toStrictEqual` (#1568) | Dylan Conway
| 1 | -0/+1 |
2022-12-01 | Reduce memory usage in Bun.serve() by up to 3x (#1569) | Jarred Sumner
| 1 | -0/+2 |
2022-11-29 | Remove some dead bindings code | Jarred Sumner
| 1 | -143/+3 |
2022-11-29 | import everything from "bun" where possible | Jarred Sumner
| 1 | -1/+1 |
2022-11-28 | toHaveProperty and tests (#1558) | Dylan Conway
| 1 | -0/+1 |
2022-11-27 | [console.log] Fix printing latin1 supplement characters at runtime | Jarred Sumner
| 1 | -0/+1 |
2022-11-23 | Bun.deepEquals and expect().toEqual() (#1548) | Dylan Conway
| 1 | -0/+1 |
2022-11-20 | Fix spurious rejected promise handler calls | Jarred Sumner
| 1 | -1/+1 |
2022-11-18 | bun test matchers and tests (#1526) | Dylan Conway
| 1 | -1/+2 |
2022-11-06 | Add way to explicitly coercion object to int32 | Jarred Sumner
| 1 | -0/+1 |
2022-10-20 | Fix Bun.serve error handler error param (#1359) | zhiyuan
| 1 | -0/+1 |
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | Jarred Sumner
| 1 | -0/+1 |
2022-10-09 | Update WebKit | Jarred Sumner
| 1 | -1/+1 |
2022-10-06 | Add simple Hot Module Reloading to bun's runtime | Jarred Sumner
| 1 | -0/+1 |
2022-10-05 | Add abstraction for ticking async event loop | Jarred Sumner
| 1 | -0/+1 |
2022-10-01 | Increase test coverage for request body streaming | Jarred Sumner
| 1 | -1/+1 |
2022-09-28 | Fix several bugs with Request body streaming + store small response bodies wi... | Jarred Sumner
| 1 | -0/+2 |
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | Jarred Sumner
| 1 | -0/+6 |
2022-09-14 | Make `crypto.getRandomValues()` faster + fix > 1 byte/element typed arrays | Jarred Sumner
| 1 | -0/+2 |
2022-09-09 | [bun:ffi] Add `f32`, `f64`, `i64`, u64` to `read` | Jarred Sumner
| 1 | -0/+4 |
2022-09-08 | [bun:ffi] Implement `read.{u8,i8,i16,i32,u16,u32,ptr,intptr}` | Jarred Sumner
| 1 | -0/+8 |
2022-08-27 | Update WebKit (#1165) | Jarred Sumner
| 1 | -1/+1 |
2022-08-21 | Add a binding for creating atomic strings | Jarred Sumner
| 1 | -0/+1 |
2022-08-20 | Export `createSyntheticModule` | Jarred Sumner
| 1 | -0/+1 |
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | Jarred Sumner
| 1 | -0/+4 |
2022-08-17 | [bun:ffi] Improve `ptr()` performance and implement code generation for DOMJIT | Jarred Sumner
| 1 | -0/+1 |
2022-08-10 | improve reliability of `WebSocket` | Jarred Sumner
| 1 | -1/+1 |
2022-08-08 | Raise error on unhandled rejected promises (#1010) | Zilin Zhu
| 1 | -0/+1 |
2022-07-02 | [streams] Rename `drain()` -> `flush()` | Jarred Sumner
| 1 | -222/+160 |
2022-06-29 | [React SSR] Avoid `getById` slow path | Jarred Sumner
| 1 | -23/+24 |
2022-06-26 | wip ReadableStream for HTTP(s) Server | Jarred Sumner
| 1 | -1/+16 |
2022-06-22 | change the directory structurejarred/rename | Jarred Sumner
| 1 | -0/+474 |