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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
Jarred Sumner
|
2d65063571
|
Stub performance.markResourceTiming, add PerformanceResourceTiming, PerformanceServerTiming (#15341)
|
2024-11-22 14:14:05 -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 |
|
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 |
|
pfg
|
95fcee8b76
|
Fix expect toMatchSnapshot not working for some strings (#15183)
|
2024-11-21 17:46:45 -08:00 |
|
Meghan Denny
|
61a3f08595
|
bindings: make throwInvalidArgumentTypeValue print the value like the real ERR_INVALID_ARG_TYPE (#14804)
|
2024-11-19 22:35:25 -08:00 |
|
Jarred Sumner
|
3ef35d746a
|
Implement junit test reporter (#15205)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-18 20:50:42 -08:00 |
|
Jarred Sumner
|
adaee07138
|
[Bun.sql] Support TLS (#15217)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-18 19:38:23 -08:00 |
|
Jarred Sumner
|
9ad3471fb0
|
Support Headers & URLSearchParams in expect().toEqual() (#15195)
Co-authored-by: Meghan Denny <meghan@bun.sh>
|
2024-11-18 18:49:29 -08:00 |
|
Dennis Dudek
|
98bb5999a3
|
Fixed Responses to OPTIONS Requests ignore Body (#15108)
|
2024-11-18 17:55:50 -08:00 |
|
Meghan Denny
|
6dbf1bff4f
|
musl: fix test/js/node/process/process.test.js (#15185)
|
2024-11-16 02:57:20 -08:00 |
|
ippsav
|
910e479d29
|
Fix node:net not handling path in listen (#15162)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-15 10:35:14 -08:00 |
|
Meghan Denny
|
266e033d6f
|
node:https: fix prototype chain of Agent (#15160)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-14 19:03:16 -08:00 |
|
dave caruso
|
32ddf343ee
|
bake: csr, streaming ssr, serve integration, safer jsvalue functions, &more (#14900)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-13 18:19:12 -08:00 |
|
Meghan Denny
|
f8979b05b1
|
rid nearly all use of ExceptionRef in zig (#15100)
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-11-13 15:23:52 -08:00 |
|
ippsav
|
ec91e91fda
|
Pass missing signal code for child_process.spawnSync (#15137)
|
2024-11-13 15:07:43 -08:00 |
|
Meghan Denny
|
956853f036
|
test: dont overwrite root package.json when running bun-ipc-inherit.test.ts (#15126)
|
2024-11-13 00:14:57 -08:00 |
|
Ciro Spaciari
|
873b0a7540
|
fix(socket) Support named pipes on Windows using forward slashes (#15112)
|
2024-11-12 16:09:43 -08:00 |
|
Meghan Denny
|
797958082c
|
musl patches [v4] (#15066)
|
2024-11-11 19:23:58 -08:00 |
|
Jarred Sumner
|
b49f6d143e
|
Postgres client - more progress (#15086)
|
2024-11-11 14:40:02 -08:00 |
|
pfg
|
56f7c8887b
|
Fix unicode imports, unicode-escaped variable names, and printClauseAlias not working for utf-8 (#15009)
|
2024-11-11 13:27:42 -08:00 |
|
Ciro Spaciari
|
62cabe9003
|
fix(tests) new grpc certs (#15090)
|
2024-11-11 13:00:58 -08:00 |
|
Jarred Sumner
|
781a392baa
|
Add micro-optimization to fs.readFile (#15076)
|
2024-11-11 10:35:17 -08:00 |
|
Zack Radisic
|
07dc1ae547
|
.defer(), .onStart(), and some small CSS changes (#15041)
|
2024-11-08 16:38:30 -08:00 |
|
Ciro Spaciari
|
183c661c40
|
net compatibility improvements (#14933)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-07 22:03:53 -08:00 |
|
Jarred Sumner
|
376b1b4f97
|
Support preload option in Worker (#15045)
|
2024-11-07 21:30:51 -08:00 |
|
Jarred Sumner
|
27067d2a6d
|
Allow using Proxy and module namespace objects in APIs (#15043)
|
2024-11-07 19:45:29 -08:00 |
|
Dylan Conway
|
66ba6ba061
|
fix 14957 (#15025)
|
2024-11-06 19:41:39 -08:00 |
|