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 |
|
Jarred Sumner
|
8d4bb080a3
|
Implement console.group (#15026)
|
2024-11-06 19:40:58 -08:00 |
|
Tim Ermilov
|
c39ae74d3e
|
Fix importing of ES modules from data URIs (#14959)
|
2024-11-06 15:00:24 -08:00 |
|
Jarred Sumner
|
8d8a6bc5c3
|
Fix prototypical inheritance issue in node:zlib and add a $toClass helper (#15015)
|
2024-11-06 14:56:10 -08:00 |
|
Jarred Sumner
|
6914c5e32c
|
Fixes #13816 (#13906)
Co-authored-by: pfg <pfg@pfg.pw>
Co-authored-by: Ryan Gonzalez <git@refi64.dev>
Co-authored-by: Ben Grant <ben@bun.sh>
Co-authored-by: Dave Caruso <me@paperdave.net>
|
2024-11-01 18:38:01 -07:00 |
|
Jarred Sumner
|
ce2afac827
|
Align "encoding" option in node fs with node (#14937)
|
2024-11-01 18:16:04 -07:00 |
|
Jarred Sumner
|
c89a958299
|
Fixes #11754 (#14948)
|
2024-11-01 15:35:28 -07:00 |
|
Jarred Sumner
|
b1e9e3b31b
|
Add bytesWritten property to Bun.Socket, fix encoding issue in node:net (#14516)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-10-31 17:54:07 -07:00 |
|
Jarred Sumner
|
7035a1107e
|
Fixes #14918 (#14921)
|
2024-10-31 14:26:19 -07:00 |
|
Ciro Spaciari
|
f8d5b2e6e2
|
Fix module resolution cache keys (#14901)
Co-authored-by: dave caruso <me@paperdave.net>
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-10-30 22:06:21 -07:00 |
|
Jarred Sumner
|
eaa088ba55
|
Fix missing symbol errors and add a test (#14907)
Co-authored-by: Jarred Sumner <jarred@bun.sh>
|
2024-10-30 19:55:42 -07:00 |
|
Jarred Sumner
|
9f70f68f00
|
EventEmitter.name should be "EventEmitter" instead of "EventEmitter2" (#14898)
|
2024-10-29 18:42:24 -07:00 |
|
Jarred Sumner
|
240b2a539f
|
Introduce Bun.randomUUIDv7 (#14858)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-10-29 16:39:09 -07:00 |
|
Jarred Sumner
|
b5a73130ad
|
Reduce memory usage in long-running processes (#14885)
|
2024-10-29 12:56:10 -07:00 |
|
pfg
|
698e87aa67
|
Fix #14187 (#14884)
|
2024-10-28 18:11:03 -07:00 |
|
Zack Radisic
|
5502278f3e
|
CSS: More stuff and tests (#14832)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-27 13:49:25 -07:00 |
|
Jarred Sumner
|
f005e8c057
|
Fix HTTP spec issues by upgrading uWS version (#14853)
|
2024-10-27 12:34:45 -07:00 |
|
Jarred Sumner
|
2456d70ac7
|
Fixes #14716 (#14834)
|
2024-10-26 15:15:13 -07:00 |
|
Dylan Conway
|
87279392cf
|
fix 9395 (#14815)
|
2024-10-25 19:58:45 -07:00 |
|
Meghan Denny
|
6f60523e6c
|
" -> ' (#14776)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-23 19:21:36 -07:00 |
|
Ciro Spaciari
|
29bf8a505d
|
fix(tests) pq -> pg + populate before (#14748)
|
2024-10-23 18:01:06 -07:00 |
|
Ciro Spaciari
|
fe8d0079ec
|
tls(Server) fix connectionListener and make alpnProtocol more compatible with node.js (#14695)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-10-21 01:58:14 +00:00 |
|
Jarred Sumner
|
8063e9d6b8
|
Fixes #14411 (#14691)
|
2024-10-20 22:02:44 +00:00 |
|
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 |
|
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 |
|