Jarred Sumner
|
070e5804ad
|
Implement crypto.hash() (#14683)
|
2024-10-19 12:14:23 -07:00 |
|
Jarred Sumner
|
67b4478137
|
Fixes #14333 (#14679)
|
2024-10-19 01:14:13 -07:00 |
|
Dylan Conway
|
e5c00ab4b4
|
fix(CryptoHasher): throw error if update or digest are called after digest (#14677)
|
2024-10-19 02:21:41 +00:00 |
|
Dylan Conway
|
f3b658d9f7
|
fix double free with invalid TLSOptions (#14648)
|
2024-10-18 05:16:21 +00:00 |
|
Ashcon Partovi
|
7bb39023b8
|
Merge queue (#14639)
|
2024-10-18 01:14:42 +00:00 |
|
Dylan Conway
|
e448c4cc3b
|
fs.mkdir empty string bugfix (#14510)
|
2024-10-16 18:55:49 -07:00 |
|
Ciro Spaciari
|
07ccec0fd8
|
H2 fixes (#14606)
|
2024-10-16 09:06:56 -07:00 |
|
Dylan Conway
|
7283453eed
|
use memset_patternN in Buffer.fill (#14599)
|
2024-10-15 21:16:57 -07:00 |
|
Ciro Spaciari
|
409e674526
|
feat(node:http2) Implement HTTP2 server support (#14286)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-15 16:28:21 -07:00 |
|
Meghan Denny
|
68e6304c73
|
node:child_process: 'ineherit' stdio should make getters be null (#14576)
|
2024-10-14 23:41:34 -07:00 |
|
Meghan Denny
|
709cd95c30
|
test: use isWindows from harness (#14577)
|
2024-10-14 21:19:09 -07:00 |
|
Meghan Denny
|
3830b0c499
|
more passing node buffer tests (#14371)
|
2024-10-14 20:22:14 -07:00 |
|
190n
|
035f97ba13
|
WIP: nuke EventSource as it doesn't work anyway (#14421)
|
2024-10-14 19:55:06 -07:00 |
|
Meghan Denny
|
ae0106b651
|
delete legacy node test runner (#14572)
|
2024-10-14 17:31:34 -07:00 |
|
Jarred Sumner
|
5fc53353fb
|
Allow disabling keep-alive (#14569)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-10-14 16:58:42 -07:00 |
|
Jarred Sumner
|
29d287261b
|
Fix several bugs when printing exceptions from Error.captureStackTrace (#14548)
|
2024-10-14 13:43:06 -07:00 |
|
Meghan Denny
|
a5006a13a8
|
fetch-tcp-stress.test.ts: todo failing on macos ci (#14514)
|
2024-10-14 12:48:42 -07:00 |
|
Meghan Denny
|
bebf762bcf
|
streams.test.js: todo failing macos test (#14513)
|
2024-10-14 12:48:04 -07:00 |
|
Don Isaac
|
09b031d044
|
fix(parser): uncaught mismatch between JSX opening/closing tags (#14528)
|
2024-10-12 19:49:45 -07:00 |
|
Zack Radisic
|
6b8fd718c2
|
Various CSS stuff (#14499)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-12 07:00:20 -07:00 |
|
Dylan Conway
|
6cf9c41d1f
|
fix(install): ensure read permissions when extracting files (#14511)
|
2024-10-12 02:37:51 -07:00 |
|
Dylan Conway
|
183a8f61d8
|
fix bun-build-api.test.ts (#14503)
|
2024-10-12 00:48:22 -07:00 |
|
Mathieu Schroeter
|
9744684b10
|
Attempt to add support for iterate() with SQLite statements (#14361)
|
2024-10-11 21:42:59 -07:00 |
|
Jarred Sumner
|
43a5c4a044
|
Implement Bun.inspect.table (#14486)
|
2024-10-11 21:35:49 -07:00 |
|
Dylan Conway
|
d3323c84bb
|
fix(publish): missing bins bugfix (#14488)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-11 21:28:47 -07:00 |
|
Jarred Sumner
|
c77fc5daa0
|
Implement --drop (#14492)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-10-11 20:52:23 -07:00 |
|
Dylan Conway
|
5fd0a61ae2
|
CA support for bun install (#14416)
|
2024-10-11 13:16:26 -07:00 |
|
190n
|
50e9be0dc7
|
Fix napi_value<=>integer conversions and napi_create_empty_array (#14479)
|
2024-10-10 23:50:39 -07:00 |
|
pfg
|
ba9db6cdb6
|
Fix console.table for numeric keys (#14484)
|
2024-10-10 23:50:02 -07:00 |
|
Meghan Denny
|
25fcbed8d1
|
enhance Buffer.from to support (de)serialization roundtrip (#14201)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-10 22:08:16 -07:00 |
|
Meghan Denny
|
170fafbca9
|
fix fs-non-number-arguments-throw.test.js (#14312)
|
2024-10-10 22:07:41 -07:00 |
|
Meghan Denny
|
874c9dbb24
|
fix fs-open.test.js (#14311)
|
2024-10-10 22:04:33 -07:00 |
|
Jarred Sumner
|
05f53dc70f
|
Fixes #14464 (#14473)
|
2024-10-10 21:50:03 -07:00 |
|
190n
|
50bb5fa1f6
|
Fix napi_throw_*/napi_create_*_error (#14446)
|
2024-10-10 02:35:38 -07:00 |
|
Dylan Conway
|
3452f50c96
|
update webkit (#14449)
|
2024-10-10 02:35:23 -07:00 |
|
snwy
|
ff476313a8
|
'let' statements before using statements are now properly converted into 'var' statements (#14260)
|
2024-10-09 19:14:22 -07:00 |
|
versecafe
|
7996d06b8f
|
--footer esbuild & rollup style! (#14396)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-08 02:32:37 -07:00 |
|
Meghan Denny
|
0d5eb73db0
|
test: add missing vm.runInContext stubs (#14341)
|
2024-10-07 20:38:31 -07:00 |
|
Meghan Denny
|
1ce2d0e9f5
|
fix fs-read-empty-buffer.test.js (#14316)
|
2024-10-07 19:03:30 -07:00 |
|
Meghan Denny
|
c41ff9da93
|
fix fs-promises-file-handle-write.test.js (#14315)
|
2024-10-07 18:26:43 -07:00 |
|
190n
|
b0b38b42ba
|
Return undefined from napi_get_property when property does not exist (#14366)
|
2024-10-07 18:05:31 -07:00 |
|
versecafe
|
62da730060
|
add banner, .d.ts, cli, make sourcemap compat, and add tests + docs (#14370)
|
2024-10-07 18:05:06 -07:00 |
|
Dylan Conway
|
c071415664
|
add bun pm whoami (#14387)
|
2024-10-07 17:36:14 -07:00 |
|
Jarred Sumner
|
65a6803093
|
Fixes #14345 (#14374)
|
2024-10-05 06:00:17 -07:00 |
|
Dylan Conway
|
b2cb3603e2
|
fix(publish): ignore npm-notice when x-local-cache exists (#14352)
|
2024-10-04 23:36:34 -07:00 |
|
Zack Radisic
|
a01f9d8e1b
|
Integrate CSS with bundler (#14281)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Zack Radisic <zackradisic@Mac.attlocal.net>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
Co-authored-by: Zack Radisic <zackradisic@Zacks-MBP.attlocal.net>
|
2024-10-04 20:23:10 -07:00 |
|
Mathias
|
7885742345
|
fix segfault when decorating computed property #10887 (#14304)
|
2024-10-04 18:14:20 -07:00 |
|
Meghan Denny
|
4a5ec261ef
|
node: add more passing tests (#14317)
|
2024-10-04 11:33:46 -07:00 |
|
Dylan Conway
|
f307d2a6ef
|
test(publish): ci names in user-agent (#14328)
|
2024-10-04 00:15:22 -07:00 |
|
dave caruso
|
adc86c773b
|
chore: rename kit -> bake (#14335)
|
2024-10-03 15:34:53 -07:00 |
|