Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-27 | Fix Buffer.toString("latin1") and make Buffer.toString("utf16le") faster | 1 | -3/+17 | ||
Fixes #455 Fixes #1016 | |||||
2022-11-27 | Fix failing buffer tests | 1 | -6/+12 | ||
2022-11-25 | Upgrade WebKit | 1 | -11/+10 | ||
2022-10-06 | Fix Buffer.toJSON() | 1 | -15/+16 | ||
2022-09-16 | Make new HTTP client more stable | 1 | -4/+3 | ||
2022-08-29 | Fixed JSBuffer write issues (#1175) | 1 | -15/+12 | ||
2022-08-29 | chore: Clean buffer C API (#1174) | 1 | -177/+47 | ||
2022-08-27 | Update WebKit (#1165) | 1 | -106/+106 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-25 | Add native BufferList (#1146) | 1 | -3/+1 | ||
* add simple methods * add native BufferList * use RopeBuilder * use Deque | |||||
2022-08-23 | add SlowBuffer (#1133) | 1 | -1/+7 | ||
2022-08-22 | Fix `Buffer.isEncoding` | 1 | -1/+3 | ||
2022-08-20 | Add buffer.indexOf, includes and lastIndexOf (#1112) | 1 | -32/+159 | ||
* Add buffer.indexOf, includes and lastIndexOf * use memmem * use int64_t * fix upon reviews | |||||
2022-08-19 | fix buffer.copy (#1113) | 1 | -21/+8 | ||
2022-08-18 | un-delete some code | 1 | -8/+4 | ||
2022-08-18 | Add string support to `Buffer.fill` | 1 | -7/+6 | ||
2022-08-18 | [node compat] Fix issue with `Buffer.compare` when called on the constructor | 1 | -31/+42 | ||
2022-08-04 | [node.js compat] make `var {isBuffer} = Buffer;` work | 1 | -8/+4 | ||
2022-08-03 | [node.js compat] Clamp for `Buffer` functions instead of throwing | 1 | -22/+8 | ||
2022-08-03 | [node.js compat] latin1 & ascii encoding for `Buffer` | 1 | -5/+10 | ||
2022-07-27 | `getObject` -> `asCell` because it's a little bit safer | 1 | -2/+2 | ||
2022-07-27 | Upgrade WebKit | 1 | -3/+2 | ||
2022-07-27 | #609 Don't truncate ascii buffers to 7-bit (#775) | 1 | -2/+14 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+1662 | ||