aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-09-09docs: fix wasi-js link (#4741)Gravatar Robert Soriano 2-2/+2
2023-09-09fix: remove from bun-server.test.ts test case (#4709)Gravatar Chris Hutchinson 1-1/+1
2023-09-09fix typo (#4639)Gravatar akumarujon 1-1/+1
2023-09-08Fix listen() using unix socket if argument is a valid port (#4620)Gravatar Ashcon Partovi 3-4/+22
* Fix listen() using unix socket if argument is a valid port Fixes #4582 * Add test
2023-09-08fix(docs): connect websocket client repeated documentation (#4615)Gravatar Ana Margarida Silva 1-13/+5
2023-09-08Add extension guideGravatar Colin McDonnell 2-1/+42
2023-09-08Delete docs/ecosystem/buchta.md (#4536)Gravatar xxxhussein 1-36/+0
Delete buchta.md since its development is discontinued by LowByteFox: https://twitter.com/LowByteFox/status/1694025965452636612
2023-09-08Update mongoose.md (#4534)Gravatar Arjunkumar 1-1/+1
2023-09-08Update Svelte Kit Docs (#4541)Gravatar Ethan Steere 1-0/+55
* Update Svelte Kit Docs I added some guidance about how to build for production. Still WIP since I would like to add a more complete deployment guide. * Formatting --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-08docs(template.md): spelling (#4614)Gravatar rajatdua 1-1/+1
2023-09-08Fix code typo in transpiler.md (#4604)Gravatar Frederik De Bleser 1-1/+0
There are some extra closing brackets at the end of the `scanImports` example. These cause a syntax error ("Unterminated string literal")
2023-09-08Remove await pluginGravatar Colin McDonnell 1-1/+1
2023-09-08docs: fix `--backend` options list on cache.md (#4599)Gravatar Vitor Dino 1-1/+1
`symlink` wasn’t an item, it appeared the same as `copyfile`
2023-09-08Move "Importing CJS from CJS" back out of low-level details section (#4600)Gravatar Dan Fabulich 1-8/+6
This section appears to have been accidentally moved into the low-level details section in 5424ea3403df9cd4672290865f12b6f5b01cf2d0. This fixes the example in the low-level details section, because the "Importing CJS from CJS" section is not the example code that the low-level details section is intended to provide.
2023-09-08Remove community-templatesGravatar Colin McDonnell 2-3/+3
2023-09-08Make the link to application clickable in the terminal (#4544)Gravatar Ondrej Brablc 1-2/+2
Terminals like iTerm require valid URL to make them clickable. Adding a space to make it valid. Similar problem is on https://bun.sh/, where protocol is missing.
2023-09-08Fix `Bun.CryptoHasher` missing argument in docs (#4585)Gravatar Samual Norman 1-2/+2
2023-09-08Update development.md (#4578)Gravatar Tiramify (A.K. Daniel) 1-1/+1
2023-09-08Fix bun-typesGravatar Ashcon Partovi 1-2/+2
2023-09-07Fix a couple important bugs (#4560)bun-v1.0.0Gravatar Jarred Sumner 6-42/+105
2023-09-07Fix typo in sveltekit.md (#4550)Gravatar Adam 1-1/+1
2023-09-07Bump version to Bun 1.0.0 (#4543)Gravatar dave caruso 9-365/+344
* hi * Update Version to 1.0.0 * 2 --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
2023-09-07Fix markdownGravatar Colin McDonnell 1-4/+0
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 37-158/+180
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-09-07fix(cli): final touches for 1.0 (#4538)Gravatar dave caruso 4-34/+88
* 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 17-437/+987
* 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 73-6878/+7392
* 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 18-5088/+5679
* 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-06Update nodejs compat docs cp/cpSync/watchFile/unwatchFile (#4525)Gravatar Birk Skyum 1-2/+2
2023-09-06Add bun-types to 'bun fmt' scriptGravatar Ashcon Partovi 3-19/+21
2023-09-06Add types for watchFile and unwatchFileGravatar Ashcon Partovi 1-1/+171
2023-09-06Add types for cp and cpSyncGravatar Ashcon Partovi 2-0/+106
2023-09-06Remove issue template for installGravatar Ashcon Partovi 1-35/+0
It's not used, and use the bug issue instead.
2023-09-06fix(runtime): fix `events.once` not working (#4520)Gravatar dave caruso 3-5/+18
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-05Update development.md (#4480)Gravatar Derrick Farris 1-1/+1
Remove comment about removed `BUN_OVERRIDE_MODULE_PATH` env var
2023-09-05update root certs (#4499)Gravatar Ciro Spaciari 2-912/+1993
2023-09-05fix text decode trim (#4495)Gravatar Dylan Conway 3-5/+143
* 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 17-87/+1481
* 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 17-12/+1309
* 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 3-11/+24
* 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 2-27/+82
* 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 2-17/+76
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 5-15/+10
2023-09-05fix ipv6 localhost fetch (#4498)Gravatar Dylan Conway 2-2/+31
* `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