dave caruso
|
c2c2048072
|
framework api: init / work in progress (#13215)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-12 16:44:03 -07:00 |
|
190n
|
522493afa8
|
Attempt to fix spawn-streaming-stdin.test.ts on Windows (#13860)
|
2024-09-11 20:14:10 -07:00 |
|
Jarred Sumner
|
2064876a7d
|
Fix crash in socket.upgradeTLS (#13884)
|
2024-09-11 20:05:06 -07:00 |
|
snwy
|
c3197948c4
|
fixes --conditions for bun test (#13902)
|
2024-09-11 18:04:21 -07:00 |
|
Jarred Sumner
|
f0a4b9f96f
|
Copy fix from #13756 into separate PR (#13783)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-09-06 20:16:20 -07:00 |
|
Jarred Sumner
|
1458fcca4a
|
Run formatter
|
2024-09-06 18:13:08 -07:00 |
|
Ciro Spaciari
|
1011b44d78
|
fix(node:http) implement request.setTimeout and server.setTimeout (#13772)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-06 17:52:38 -07:00 |
|
Jarred Sumner
|
ea12db4084
|
Deflake a test
|
2024-09-06 13:49:26 -07:00 |
|
Ciro Spaciari
|
d8e2c24d70
|
fix(fetch) fix lifecycle of SSL Proxy, fix lifecycle of tls_props, fix handling chunked encoded redirects when proxing. (#13752)
|
2024-09-06 01:50:02 -07:00 |
|
Jarred Sumner
|
a9cf463eeb
|
Introduce fast path for buffered ReadableStream (#13704)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-09-04 04:16:47 -07:00 |
|
Jarred Sumner
|
cd6785771e
|
run prettier and add back format action (#13722)
|
2024-09-03 21:32:52 -07:00 |
|
Jarred Sumner
|
12174e0577
|
Call cancel on ReadableStream when Bun.serve() response is aborted (#13687)
|
2024-09-02 09:40:03 -07:00 |
|
Jarred Sumner
|
5f6015bb79
|
Fixes #13657 (#13667)
|
2024-09-01 18:21:34 -07:00 |
|
Jarred Sumner
|
03de99afcf
|
Add tests for static routes + support server.reload for static routes (#13643)
|
2024-08-31 03:32:08 -07:00 |
|
Ciro Spaciari
|
bac38b8967
|
fix(tls/fetch) Better SSLWrapper for http proxy and start of Duplex support on tls (#12750)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-30 23:22:58 -07:00 |
|
Ciro Spaciari
|
adb54f1849
|
fix(Server) handle requestIP after async call (#13532)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-30 19:13:53 -07:00 |
|
Jarred Sumner
|
e48369ddab
|
Fixes #4443 (#13596)
|
2024-08-28 21:17:06 -07:00 |
|
Jarred Sumner
|
55cdf69415
|
Make the error better on Windows when you do Bun.file(path).writer() (#13536)
|
2024-08-25 22:29:52 -07:00 |
|
Ciro Spaciari
|
6fd06dd023
|
fix(Bun.serve) ensure timeout reset when we write data (#13525)
|
2024-08-25 20:27:49 -07:00 |
|
Jarred Sumner
|
0a37423baf
|
Expose subscriberCount in WebSocket server (#13498)
|
2024-08-23 23:12:01 -07:00 |
|
Jarred Sumner
|
0f1d5d5dab
|
Align getMockName and mockName behavior with jest (#13494)
|
2024-08-23 15:46:04 -07:00 |
|
Jarred Sumner
|
781998cf00
|
You shouldn't need --only to only run test.only tests (#13465)
|
2024-08-23 00:06:57 -07:00 |
|
Jarred Sumner
|
886c31f0c5
|
Fix expect.assertions() and done callback (#13463)
|
2024-08-22 15:26:58 -07:00 |
|
Jarred Sumner
|
83a256013f
|
Support asymmetric matchers in expect().toThrow (#13455)
|
2024-08-21 21:06:05 -07:00 |
|
Ciro Spaciari
|
384988f26c
|
feat(Bun.serve idleTimeout) allow custom timeouts (#13453)
|
2024-08-21 18:13:03 -07:00 |
|
Jarred Sumner
|
ef8fd12e43
|
Include "name" and lastModified when console.log'ing Blob or File (#13435)
|
2024-08-20 19:27:38 -07:00 |
|
Ciro Spaciari
|
eb8ed27a4a
|
fix(ipc/subprocess) (#13414)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-20 05:19:23 -07:00 |
|
Meghan Denny
|
fd75ca7585
|
implement node:cluster (#11492)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
|
2024-08-18 00:12:42 -07:00 |
|
Meghan Denny
|
996847bcad
|
ci: disable bun-jsc.test.ts 'profile async' on windows for now (#13363)
|
2024-08-17 02:50:48 -07:00 |
|
Jarred Sumner
|
64d77e33f6
|
Fixes #13331 (#13340)
|
2024-08-16 15:42:11 -07:00 |
|
Dylan Conway
|
5bd344281f
|
fix(TextEncoder): domjit crash in encode (#13320)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-15 03:35:58 -07:00 |
|
Viktor L
|
b70458c3e4
|
Fix "bun exec" examples (#13318)
|
2024-08-15 00:31:29 -07:00 |
|
Jarred Sumner
|
36fc324523
|
Fixes #13311 (#13319)
|
2024-08-14 22:46:45 -07:00 |
|
Ciro Spaciari
|
c229da8d9a
|
fix(expect) fix behavior of .not.throw when receiving a string (#13272)
|
2024-08-13 17:51:18 -07:00 |
|
Meghan Denny
|
9628ee76fc
|
windows: fix fs-promises-writeFile-async-iterator.test.ts [v2] (#13164)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-13 00:24:23 -07:00 |
|
Jarred Sumner
|
9fd6a04460
|
Fix importing empty toml file at runtime (#13252)
|
2024-08-13 00:21:18 -07:00 |
|
Jarred Sumner
|
3a245dd248
|
upgrade webkit (#13192)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Zack Radisic <zack@theradisic.com>
|
2024-08-12 23:17:17 -07:00 |
|
Ciro Spaciari
|
b9ead441c1
|
fix(sockets) add socket wrapper and refactor context ownership handling in socket.zig (#13176)
|
2024-08-09 18:34:17 -07:00 |
|
Ciro Spaciari
|
24dbef7713
|
fix(server) fix flushing (#13207)
|
2024-08-09 18:20:04 -07:00 |
|
Jarred Sumner
|
7aaf935711
|
Handle OOM better (#13142)
|
2024-08-09 00:43:54 -07:00 |
|
Dylan Conway
|
bfca627dfa
|
fix node:vm and DOMJIT (#13185)
|
2024-08-09 00:33:49 -07:00 |
|
Jarred Sumner
|
98078e7639
|
Fix leak when throwing exception in Response constructor (#13186)
|
2024-08-08 21:48:17 -07:00 |
|
Jarred Sumner
|
5cbb6926f5
|
Add test for file descriptor leaks in FileSink (#13181)
|
2024-08-08 18:33:41 -07:00 |
|
Jarred Sumner
|
3876ecfde8
|
Add test for calling websocket server publish/send methods repeatedly on closed sockets (#13131)
|
2024-08-06 16:22:21 -07:00 |
|
Jarred Sumner
|
7da9e7c45d
|
Add test to #13082 and use WTF_MAKE_FAST_ALLOCATED (#13105)
Co-authored-by: FuPeiJiang <42662615+FuPeiJiang@users.noreply.github.com>
|
2024-08-05 22:07:49 -07:00 |
|
Ciro Spaciari
|
c552cb40d1
|
fix(server/tls/streams) fix onReadFile, streams, avoid shutdown on fatal errors, ensure ssl loop data and server ref count refactor (#12979)
|
2024-08-03 01:41:18 -07:00 |
|
Ciro Spaciari
|
b2a4df68c3
|
fix(server) fix extra data sent in HTTP after sendfile + Date headers (#12978)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-31 20:22:52 -07:00 |
|
Ciro Spaciari
|
bec04c7341
|
change Body.Value.Error to not always allocate JSValues (#12955)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-31 02:26:14 -07:00 |
|
Ashcon Partovi
|
81dec2657f
|
Enable buildkite (#12653)
|
2024-07-29 14:39:50 -07:00 |
|
dave caruso
|
bf8b6922bb
|
Fix memory leak when printing any error's source code. (#12831)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-26 14:14:16 -07:00 |
|