Jarred Sumner
|
8d8a6bc5c3
|
Fix prototypical inheritance issue in node:zlib and add a $toClass helper (#15015)
|
2024-11-06 14:56:10 -08:00 |
|
pfg
|
497fa59bf0
|
Fix #14865 (#14953)
|
2024-11-02 17:13:31 -07: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
|
d75488124d
|
Inline process.versions.bun in bun build --compile (#14940)
|
2024-11-01 14:45:19 -07:00 |
|
Ashcon Partovi
|
4d269995ad
|
Run tests from npm packages, elysia to start (#14932)
|
2024-11-01 11:57:47 -07:00 |
|
190n
|
71fdb59918
|
Fix napi property methods on non-objects (#14935)
|
2024-10-31 21:02:26 -07:00 |
|
Dylan Conway
|
62881ee36b
|
Redact secrets in bunfig.toml and npmrc logs (#14919)
|
2024-10-31 18:44:24 -07:00 |
|
Dylan Conway
|
6933208790
|
fix(install): only globally link requested packages (#12506)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-31 18:21:04 -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 |
|
190n
|
9647291d73
|
Implement NAPI type tagging (#14915)
|
2024-10-30 19:57:48 -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 |
|
Dylan Conway
|
489890deb1
|
fix(install): check cached package.jsons (#14899)
|
2024-10-29 18:55:52 -07:00 |
|
pfg
|
d7710c6c67
|
Fix additional arguments when running a package.json script (#14895)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-29 18:55:32 -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 |
|
dave caruso
|
e93c5ad993
|
feat(bake): css, production build, dev separateSSRGraph=false (#14622)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-10-27 01:57:36 -07:00 |
|
Meghan Denny
|
5237869101
|
bun-install-registry.test.ts: remove ini format hint here (#14803)
|
2024-10-26 16:51:19 -07:00 |
|
Jarred Sumner
|
2456d70ac7
|
Fixes #14716 (#14834)
|
2024-10-26 15:15:13 -07:00 |
|
Meghan Denny
|
50d80a805d
|
pm: fix weird package.json formatting after install (#14801)
|
2024-10-26 01:36:25 -07:00 |
|
Meghan Denny
|
2d9a73fc07
|
test: fix expected value of 'should perform bin-linking across multiple dependencies' (#14833)
|
2024-10-26 01:02:24 -07:00 |
|
Dylan Conway
|
87279392cf
|
fix 9395 (#14815)
|
2024-10-25 19:58:45 -07:00 |
|
Bjorn Beishline
|
7f5860331e
|
Fixed compilation issues with no outdir (#14717)
Co-authored-by: Meghan Denny <meghan@bun.sh>
|
2024-10-25 18:43:58 -07:00 |
|
Dylan Conway
|
b895738156
|
fix(install): migrate package-lock.json with dependency on root package (#14811)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-25 01:32:17 -07:00 |
|
Dylan Conway
|
9621b641a1
|
update test/bun.lockb (#14746)
|
2024-10-25 00:03:52 -07:00 |
|
Dylan Conway
|
5eaa7301eb
|
fix(install): patches with bin in package.json (#14807)
|
2024-10-25 00:03:19 -07:00 |
|
Dylan Conway
|
247456b675
|
fix(install): continue install if optional postinstall fails (#14783)
|
2024-10-23 21:58:53 -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 |
|
Jarred Sumner
|
93d115f9b7
|
Reduce default max network connection limit from 256 to 48 in bun install (#14755)
|
2024-10-23 15:34:16 -07:00 |
|
Eckhardt (Kaizen) Dreyer
|
3db0191409
|
fix(install): Skip optional dependencies if false in bunfig.toml (#14629)
|
2024-10-22 11:55:10 -07:00 |
|
snwy
|
517cdc1392
|
fix jsx symbol collisions when importing own variables with same names (#14343)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-22 00:17:18 -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 |
|
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 |
|