Ciro Spaciari
|
6135b3dec9
|
fix(CI) deflaky node-http.test.ts (#15625)
|
2024-12-06 19:16:59 -08:00 |
|
Don Isaac
|
b08dd8795e
|
test(web): fix setTimeout refresh test (#15630)
Co-authored-by: Don Isaac <don@bun.sh>
|
2024-12-06 19:14:07 -08:00 |
|
Ciro Spaciari
|
c1eba5886f
|
fix(net) signal should destroy the connection and propagate the error properly (#15624)
|
2024-12-06 16:10:33 -08:00 |
|
Ciro Spaciari
|
fcca2cc398
|
fix(fetch) fix redirect + Connection: close (#15623)
|
2024-12-06 15:06:11 -08:00 |
|
Jarred Sumner
|
b453360dff
|
Fixes #15480 (#15611)
|
2024-12-05 21:15:21 -08:00 |
|
pfg
|
1476e4c958
|
implement toThrowErrorMatchingSnapshot, toThrowErrorMatchingInlineSnapshot (#15607)
|
2024-12-05 19:07:18 -08:00 |
|
Ashcon Partovi
|
fa6ac405a4
|
ci: Add bootstrap.ps1 and automate Windows build images (#15606)
|
2024-12-05 15:16:37 -07:00 |
|
pfg
|
4c8cbecb08
|
Support flag parameter in readFileSync (#15595)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-12-05 13:41:44 -08:00 |
|
pfg
|
bcf023c829
|
Implement expect().toMatchInlineSnapshot() (#15570)
|
2024-12-05 13:07:10 -08:00 |
|
Jarred Sumner
|
784bc4e012
|
Introduce high-performance native addon API in Bun.build, starting with build.onBeforeParse hook (#14971)
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
|
2024-12-04 22:35:43 -08:00 |
|
Ciro Spaciari
|
dd5c40dab7
|
fix(node:http) fix node:http chunked encoding on server and add chunked encoding support on the client (#15579)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-12-04 17:58:21 -08:00 |
|
Jarred Sumner
|
9d1a35b658
|
Fixes https://github.com/oven-sh/bun/issues/15556 (#15582)
Co-authored-by: Andres Gutierrez <andresgutierrez535@gmail.com>
|
2024-12-04 17:57:05 -08:00 |
|
Jarred Sumner
|
55a0bdc68d
|
deflake process.test.js
|
2024-12-04 13:52:37 -08:00 |
|
pfg
|
f9efe94b85
|
Fixes ^C on bun vite (#15545)
|
2024-12-04 12:39:55 -08:00 |
|
Robert Shuford
|
7eb8a3feae
|
Fixes #14433 - global .npmrc not using auth (#15539)
|
2024-12-04 12:37:18 -08:00 |
|
Dylan Conway
|
d7ed9c673e
|
add a --config test for bun install (#15546)
|
2024-12-04 12:36:10 -08:00 |
|
dave caruso
|
baff3c900e
|
bake: fix the big regressions (#15544)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
|
2024-12-03 22:15:59 -08:00 |
|
Meghan Denny
|
23299dadf6
|
ci: run node tests directly instead of translated files (#15565)
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-12-03 22:10:50 -08:00 |
|
Jarred Sumner
|
0d5e4e162b
|
spawnSync shouldn't throw (#15561)
Co-authored-by: Meghan Denny <meghan@bun.sh>
|
2024-12-03 19:26:36 -08:00 |
|
Ciro Spaciari
|
a2e2d114e9
|
fix(net/tls) fix backpressure pause on socket (#15543)
|
2024-12-03 12:53:48 -08:00 |
|
Dylan Conway
|
55473cb64a
|
fix(node:crypto): use options from createHash(alg, options) (#15547)
|
2024-12-03 12:32:41 -08:00 |
|
Dylan Conway
|
6d453be7d9
|
fix 14540 (#15498)
|
2024-12-02 14:57:49 -08:00 |
|
dave caruso
|
8aa451c2dc
|
bake(dev): plugins in dev server, with other fixes (#15467)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-29 19:07:56 -08:00 |
|
Jarred Sumner
|
ae289c4858
|
use using
|
2024-11-28 00:40:47 -08:00 |
|
Jarred Sumner
|
5d1609fe5c
|
Fixes #15470
|
2024-11-28 00:40:17 -08:00 |
|
Ciro Spaciari
|
471fe7b886
|
fix(net/tls) fix reusePort, allowHalfOpen, FIN before reconnect (#15452)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-27 21:30:30 -08:00 |
|
Kai Tamkun
|
7fd16ebffa
|
Fix incorrect public TS class field name minification (#15411)
|
2024-11-27 14:06:09 -08:00 |
|
Dennis Dudek
|
1bb211df56
|
bustDirCache on FileSystemRouter.reload & fix of dir_cache keys in windows (#15091)
Co-authored-by: dave caruso <me@paperdave.net>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-27 12:21:32 -08:00 |
|
Jarred Sumner
|
ca86bae5d5
|
Deflake next-build test (#15436)
|
2024-11-26 18:06:10 -08:00 |
|
Michael H
|
0d6d4faa51
|
better printing for console.log types (#15404)
|
2024-11-26 14:27:39 -08:00 |
|
Kai Tamkun
|
68f026b3cd
|
FFI: provide napi_env explicitly (#15431)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-26 13:54:24 -08:00 |
|
dave caruso
|
dc01a5d6a8
|
feat(DevServer): batch bundles & run them asynchronously (#15181)
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
|
2024-11-25 18:55:47 -08:00 |
|
Jarred Sumner
|
8ca0eb831d
|
Clean up some error handling code (#15368)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-11-25 15:42:02 -08:00 |
|
Jarred Sumner
|
f4a0fe40aa
|
Fixes #8683 (#15389)
|
2024-11-24 22:03:54 -08:00 |
|
Jarred Sumner
|
514a47cb54
|
Slightly more complete undici polyfill (#15360)
|
2024-11-22 22:01:52 -08:00 |
|
Ciro Spaciari
|
19d7a5fe53
|
fix(CI) make prisma avoid env url because of CI and rely on getSecret (#15352)
|
2024-11-22 15:23:39 -08:00 |
|
Ciro Spaciari
|
c04a2d1dfc
|
fix regression on http2-wrapper caused by node.js compatibility improvements on net (#15318)
|
2024-11-22 15:22:35 -08:00 |
|
Meghan Denny
|
82cb82d828
|
pm: add some missing npm_ env vars (#14786)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-22 15:13:32 -08:00 |
|
Ciro Spaciari
|
4ae982be4e
|
fix(CI) mark inspect test as todo and comment why we mark this as todo (#15354)
|
2024-11-22 15:02:26 -08:00 |
|
Jarred Sumner
|
2d65063571
|
Stub performance.markResourceTiming, add PerformanceResourceTiming, PerformanceServerTiming (#15341)
|
2024-11-22 14:14:05 -08:00 |
|
Grigory
|
746cf2cf01
|
feat(resolver): add support for self-referencing (#15284)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-22 04:48:02 -08:00 |
|
Jarred Sumner
|
9c1fde0132
|
Rewrite most of napi_threadsafe_function (#15309)
Co-authored-by: Ben Grant <ben@bun.sh>
|
2024-11-22 04:44:52 -08:00 |
|
Jarred Sumner
|
f8f76a6fe0
|
CSS fixes & fuzzing (#15312)
|
2024-11-22 04:41:10 -08:00 |
|
Alistair Smith
|
4117af6e46
|
feat(vscode-extension) error reporting, qol (#15261)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Electroid <Electroid@users.noreply.github.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-11-22 02:55:21 -08:00 |
|
Jarred Sumner
|
5bcaf32ba3
|
Fix lockfile print crash (#15332)
|
2024-11-22 02:07:11 -08:00 |
|
Jarred Sumner
|
d01bfb5aa2
|
Ensure test with errors before JS execution exit with code 1 (#15321)
|
2024-11-22 01:33:58 -08:00 |
|
pfg
|
78b495aff5
|
fix \uFFFF printing regression (#15330)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-21 22:01:27 -08:00 |
|
Ciro Spaciari
|
6adb3954fe
|
fix(ReadableStream) flush as much we can before ending the stream (#15324)
|
2024-11-21 20:16:43 -08:00 |
|
Jarred Sumner
|
b152fbefcd
|
Remove a test.only
|
2024-11-21 17:49:54 -08:00 |
|
Ciro Spaciari
|
8c0c97a273
|
fix(ws) ping without parameters (#15319)
|
2024-11-21 17:48:50 -08:00 |
|