aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13avoid inserting extraneous"accept-encoding" header (#5057)Gravatar iidebyo 1-1/+1
* add no extraneous accept-encoding header test * ensure fetch honors no decompress opt * fix format on test/js/node/http/node-http.test.ts
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
* decode regex if non-ascii * make it comptime * add test * use `bun.BabyList(u16)`
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
* js/node/stream.js: call write() callback when encoding is not provided * js/out/InternalModuleRegistryConstants.h: update
2023-09-12Fix bug with bun build --compile (#5102)Gravatar Jarred Sumner 1-2/+2
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-12Clean up some edgecases with posix_spawn usage (#5079)Gravatar Jarred Sumner 2-20/+66
* Check that the pid matches * Fixup EINTR check * Remove extra slashes * fixup * fixup * != 0 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-12fix(node/path): Prevent memory corruption in parse (#5083)Gravatar David Hewitt 1-15/+7
* Add failing test for issue #4954 * fix(node/path): Return results with toValueGC
2023-09-12Fix some bugs blocking Turborepo from using `bun run` (#5071)Gravatar Jarred Sumner 5-9/+20
* Clean up some error handling when loading `tsconfig.json` * [bun run] don't parse tsconfig.json for package.json scripts * Make this error message better * Bump * Don't print build errors twice * Handle quotes in error messages a little better * Add a couple tests --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
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
Close: #4789
2023-09-11Fix `Buffer.from` to handle double-byte hex encoding strings (#4933)Gravatar Ai Hoshino 1-0/+1
Close: #4919
2023-09-11fix(BunFile) .slice offset on macOS (#4991)Gravatar Ciro Spaciari 1-0/+6
* fix offset * simplify error
2023-09-11fix loading env from `.env.production` and friends (#4630)Gravatar Dylan Conway 7-39/+68
* reload conditional vars * test * change `get` and `put` methods * dont clone empty env variables
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
* Support named exports in json imports * Support named imports for `*.json` files * Remove stale comments * Don't export arrays as non-default * Add test for default exports * Don't break webpack --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-10Fixes #4588 (#4804)Gravatar Jarred Sumner 1-1/+11
* Fixes #4588 * typo * fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
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
* Fix listen() using unix socket if argument is a valid port Fixes #4582 * Add test
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
* hi * Update Version to 1.0.0 * 2 --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
2023-09-07fix(cli): final touches for 1.0 (#4538)Gravatar dave caruso 3-33/+87
* better * cli * remove submodule --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-07fix(fetch) closeAndFail instead of close (#4537)Gravatar Ciro Spaciari 3-3/+5
* closeAndFail instead of close * use constant * add some protection * dont deinit --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-07revert (#4539)Gravatar dave caruso 14-422/+969
* Revert "remove native events from streams" This reverts commit e063a47a53744a2bf5b1c2dd433698c9e37b75d6. * finish revert * remove accidental submodule * dfghj
2023-09-07Progress for Next.js (#4468)Gravatar dave caruso 58-6831/+7271
* L * ipc * asdfghjkl * dfghjk * it works! * types * patches for next.js * sdfghj * wsdfgn,./ * this * yolo * okay loser * asdfghjk * add some more APIs * MESS * sdfghjkl * remove native events from streams * stuff * remove lazy(primordials) test * debugging * okay * less fake extensions object * fix `Buffer.toString()` args logic * fix deserialize * make tests work * add test for `Buffer.toString` args * Update server.zig * remove test * update test * Update spawn-streaming-stdin.test.ts * fix linux build * Update fs.test.ts * cli message improvements * dfshaj * Fix fs.watch bug maybe? * remove --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2023-09-06feat(fetch) rejectUnauthorized and checkServerIdentity (#4514)Gravatar Ciro Spaciari 12-5045/+5477
* enable root certs on fetch * rebase * fix lookup * some fixes and improvements * fmt * more fixes * more fixes * check detached onHandshake * fix promise case * fix cert non-Native * add fetch tls tests * more one test
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
* create thread safe function task * Update napi.zig * Update napi.zig
2023-09-05fix text decode trim (#4495)Gravatar Dylan Conway 2-5/+129
* remove trim * separate function * a test * trim when `stream` is true --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-05Align `process.nextTick` execution order with Node (#4409)Gravatar Jarred Sumner 14-79/+532
* Align `process.nextTick` execution order with Node * some tests * formatting * fixups * fix the test failures * simplify the logic here * push it up --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: dave caruso <me@paperdave.net>
2023-09-05feat(runtime): Implement `fs.watchFile` (#4467)Gravatar dave caruso 16-12/+1188
* really lame prototype * uses threads but badly * it works i guess * unwatchFile but lame * it works * test * a * aomitcs * fix unwatching race condition * use hasPendingActivity and GC stuff better * test * revert this
2023-09-05fix(node:net): emit close event on connection error (#4336)Gravatar dave caruso 2-8/+6
* emit close event on connection error * re-review * add test
2023-09-05fix(fetch) always use readable stream if it is available (#4503)Gravatar Ciro Spaciari 1-27/+30
* always use readable stream if it is available * use bun sleep * fix tests * rm uws dep
2023-09-05fix SSL proxy tunneling on fetch (#4510)Gravatar Ciro Spaciari 1-15/+40
2023-09-05fix(install): ensure all lockfile structs do not have undefined padding (#4401)Gravatar dave caruso 5-2/+113
* padding sucks * this assertion is already done elsewhere * remove test. will be covered alex's pr i believe? * fix webkit submodule * fix uws submodule
2023-09-05fix checkout/build failure due to `src/deps/uws` (#4505)Gravatar Alex Lam S.L 3-7/+5
2023-09-05fix ipv6 localhost fetch (#4498)Gravatar Dylan Conway 1-2/+11
* `node` null for localhost getaddrinfo * more test
2023-09-05minor rebuild diffs (#4486)Gravatar Alex Lam S.L 4-4999/+4999
2023-09-05fix dup syscall on Windows (#4496)Gravatar Jason 2-3/+3
2023-09-04no need to chmod (#4490)Gravatar Dylan Conway 1-2/+0
2023-09-04fix zlib deflate on fetch (#4483)Gravatar Ciro Spaciari 2-6/+8
* fix zlib deflate on fetch * mention issue on test * more tests * oops
2023-09-04fix(HTMLRewriter) buffer response before transform (#4418)Gravatar Ciro Spaciari 17-5545/+6097
* html rewriter response buffering * pipe the data when marked as used * fix empty response * add some fetch tests * deinit parent stream * fix decompression * keep byte_reader alive * update builds * remove nonsense * was not nonsense after all * protect tmp ret value from GC, fix readable strong ref deinit/init * fmt * if we detach the stream we cannot update the fetch stream * detach checking source * more tests, progress with javascript and Direct sink * drop support for pure readable stream for now * more fixes --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-03initialize JSC for macros from cliGravatar Dylan Conway 1-0/+4
2023-09-03fix(syscall): fix handling syscall errno (#4461)Gravatar Ai Hoshino 1-1/+1
* fix(syscall): fix handling syscall errno Close: #4198 * remove unused code * add more tests * remove unused code