Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-11 | Fixes https://github.com/oven-sh/bun/issues/2052 | 1 | -0/+10 | ||
2023-02-09 | fix assertion failure (#2033) | 1 | -0/+8 | ||
2023-02-09 | [simdutf] workaround validation OOB access (#2031) | 1 | -1/+9 | ||
2023-02-08 | utf16 to utf8 conversion validation (#2001) | 1 | -1/+19 | ||
* use replacement character for invalid surrogate pairs * return index of non-ascii * non-allocating case * edge cases * function rename * oops * get length once, index counter | |||||
2023-01-31 | Re-run prettier after changes | 1 | -442/+127 | ||
2023-01-30 | fix `assert()` crash (#1941) | 1 | -0/+8 | ||
2023-01-29 | Update buffer.test.js | 1 | -8/+5 | ||
2023-01-29 | [buffer] Buffer.byteLength passes Node.js tests | 1 | -6/+137 | ||
2023-01-28 | commit failing tests | 1 | -0/+1682 | ||
2023-01-27 | Update buffer.test.js | 1 | -6/+6 | ||
2023-01-23 | Add DOMJIT test | 1 | -1/+13 | ||
2023-01-23 | fix test failure in aarch64 and add test for simd code path | 1 | -36/+71 | ||
2023-01-23 | fix(Buffer) Fix arguments in buffer.write, fix size returned from ↵ | 1 | -20/+84 | ||
buffer.write for utf16, fix size calc for base64, fix calc for hex byte size (#1881) * fix buffer write when more than 2 args are passed * fix encoding parameter * better buffer write tests * fix ucs2/utf8 len return * fix base64 size in Buffer write * fix hex encoding size * actual fix base64 * actual fix base64 * fix segfault * add fill parameter in Buffer.alloc * use createUnitialized when alloc have fill parameter, use RETURN_IF_EXCEPTION when static casting * fix utf16le, ucs2 copying in Buffer write | |||||
2023-01-21 | Refactor `new Buffer` to pass Node.js tests | 1 | -0/+115 | ||
2023-01-21 | [buffer] Make Buffer.from pass more tests | 1 | -1/+60 | ||
2023-01-16 | Add missing `buffer` module exports | 1 | -2/+22 | ||
2023-01-10 | Make `Buffer` mockable | 1 | -0/+25 | ||
2023-01-10 | Implement Buffer swap16, swap32, swap64 (#1659) | 1 | -0/+78 | ||
* Implement Buffer swap16, swap32, swap64 * Initial incorporation of feedback - Use constexpr - Clean up the indexing - Check for detached - Use suggested text for exception text | |||||
2023-01-04 | 10x faster `new Buffer` (#1717) | 1 | -54/+10 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-27 | Fix Buffer.toString("latin1") and make Buffer.toString("utf16le") faster | 1 | -0/+27 | ||
Fixes #455 Fixes #1016 | |||||
2022-11-27 | Fix failing buffer tests | 1 | -2/+2 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -13/+13 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-11-08 | Fix `Buffer.from(text, "base64")` and `Buffer.toString("base64")` | 1 | -0/+22 | ||
2022-11-08 | Fix Buffer.slice and Buffer.subarray | 1 | -0/+78 | ||
2022-10-06 | Fix Buffer.toJSON() | 1 | -0/+9 | ||
2022-09-16 | Make new HTTP client more stable | 1 | -41/+41 | ||
2022-09-11 | Add test | 1 | -0/+8 | ||
2022-08-29 | Fixed JSBuffer write issues (#1175) | 1 | -0/+31 | ||
2022-08-20 | Add buffer.indexOf, includes and lastIndexOf (#1112) | 1 | -0/+78 | ||
* Add buffer.indexOf, includes and lastIndexOf * use memmem * use int64_t * fix upon reviews | |||||
2022-08-19 | fix buffer.slice(0, 0) (#1114) | 1 | -0/+1 | ||
2022-08-19 | fix buffer.copy (#1113) | 1 | -0/+27 | ||
2022-08-18 | Add string support to `Buffer.fill` | 1 | -0/+45 | ||
2022-08-03 | [node.js compat] latin1 & ascii encoding for `Buffer` | 1 | -7/+7 | ||
2022-07-27 | #609 Don't truncate ascii buffers to 7-bit (#775) | 1 | -0/+11 | ||
2022-06-23 | Fix buffer test which was failing for correct reasons | 1 | -304/+304 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+304 | ||