aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-14Fix typo in HTTPThread name. (#5376)Gravatar Chris Boette 2-2/+2
2023-09-14Always get latest version when @tag is explicitly passed (#5346)Gravatar Jarred Sumner 1-57/+65
2023-09-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 2-43/+2
2023-09-13Fix helptext for bun updateGravatar Colin McDonnell 1-1/+1
2023-09-13fix(Bun.serve) fix buffering edge case (#5152)Gravatar Ciro Spaciari 2-3/+4
2023-09-13fix(runtime): make most globals configurable/deletable, allow resuming the co...Gravatar dave caruso 15-1242/+1158
2023-09-13Fix bug with multiline string in CRLF terminated files (#4893) (#5318)Gravatar Mordy Tikotzky 1-1/+1
2023-09-13More docs & helptext cleanup (#5229)Gravatar Colin McDonnell 1-8/+9
2023-09-13fix(BunFile.slice) fix slice when length is greater than the size (#5186)Gravatar Ciro Spaciari 1-3/+5
2023-09-13fix(node:dns): fix the crash. (#5200)Gravatar Ai Hoshino 2-14/+5
2023-09-13fix(console.log) fix printing long custom format (#5164)Gravatar Ciro Spaciari 1-1/+1
2023-09-13feat(nodejs): implement `os.availableParallelism` (#5109)Gravatar WingLim 2-3/+6
2023-09-13Make --watch instant (#5236)Gravatar Jarred Sumner 7-56/+190
2023-09-13fix(runtime): require cache should not include unevaluated ESM modules. (#5233)Gravatar dave caruso 2-7/+5
2023-09-13fix(node/fetch): Make data URL fetch consistent with node (#5126)Gravatar David Hewitt 1-7/+13
2023-09-13avoid inserting extraneous"accept-encoding" header (#5057)Gravatar iidebyo 1-1/+1
2023-09-13chore: make comment grammatically correct (#5140)Gravatar Gareth Jones 1-1/+1
2023-09-13Add informative message on 'bun create react' (#5248)Gravatar Colin McDonnell 1-0/+22
2023-09-13decode regex if needed (#5167)Gravatar Dylan Conway 4-126/+162
2023-09-12Update tsconfig.json for bun initGravatar Colin McDonnell 1-1/+1
2023-09-12js/node/stream.js: call write() callback when encoding is not provided (#4841)Gravatar cfal 2-3/+7
2023-09-12Fix bug with bun build --compile (#5102)Gravatar Jarred Sumner 1-2/+2
2023-09-12Clean up some edgecases with posix_spawn usage (#5079)Gravatar Jarred Sumner 2-20/+66
2023-09-12fix(node/path): Prevent memory corruption in parse (#5083)Gravatar David Hewitt 1-15/+7
2023-09-12Fix some bugs blocking Turborepo from using `bun run` (#5071)Gravatar Jarred Sumner 5-9/+20
2023-09-12fix(JSC): copy string in `toJSStringValueGC` (#5067)Gravatar Ai Hoshino 1-1/+1
2023-09-11add NODE_TLS_REJECT_UNAUTHORIZED (#4829)Gravatar Ciro Spaciari 5-1/+28
2023-09-11fix(path): Fix edge case in `path.relative` (#4811)Gravatar Ai Hoshino 1-2/+2
2023-09-11Fix `Buffer.from` to handle double-byte hex encoding strings (#4933)Gravatar Ai Hoshino 1-0/+1
2023-09-11fix(BunFile) .slice offset on macOS (#4991)Gravatar Ciro Spaciari 1-0/+6
2023-09-11fix loading env from `.env.production` and friends (#4630)Gravatar Dylan Conway 7-39/+68
2023-09-11Fix error message typo in js_ast.zig (#4937)Gravatar Ben Jervis 1-1/+1
2023-09-11Update http.js - Fix Methods Fallback naming (#4948)Gravatar Yonathan Benolol 1-1/+1
2023-09-11Fix punctuation (#4870)Gravatar Matthew Yu 1-2/+2
2023-09-11Make detect-libc package match the upstream api (#4910)Gravatar fehnomenal 3-14/+14
2023-09-11added .idea to .gitignore (#4951)Gravatar Krystian Pracuk 1-0/+3
2023-09-10Support named imports for json & toml files at runtime (#4783)Gravatar Jarred Sumner 14-73/+326
2023-09-10Fixes #4588 (#4804)Gravatar Jarred Sumner 1-1/+11
2023-09-10fix(bindings): add missing binding (#4682)Gravatar WingLim 3-0/+5
2023-09-08Fix listen() using unix socket if argument is a valid port (#4620)Gravatar Ashcon Partovi 2-4/+4
2023-09-07Fix a couple important bugs (#4560)bun-v1.0.0Gravatar Jarred Sumner 5-41/+98
2023-09-07Bump version to Bun 1.0.0 (#4543)Gravatar dave caruso 7-363/+342
2023-09-07fix(cli): final touches for 1.0 (#4538)Gravatar dave caruso 3-33/+87
2023-09-07fix(fetch) closeAndFail instead of close (#4537)Gravatar Ciro Spaciari 3-3/+5
2023-09-07revert (#4539)Gravatar dave caruso 14-422/+969
2023-09-07Progress for Next.js (#4468)Gravatar dave caruso 58-6831/+7271
2023-09-06feat(fetch) rejectUnauthorized and checkServerIdentity (#4514)Gravatar Ciro Spaciari 12-5045/+5477
2023-09-06fix(runtime): fix `events.once` not working (#4520)Gravatar dave caruso 2-5/+6
2023-09-06allocate task for `ThreadSafeFunction` (#4513)Gravatar Dylan Conway 3-4/+18
2023-09-05fix text decode trim (#4495)Gravatar Dylan Conway 2-5/+129