Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-20 | resolve rope in `string()`dylan/resolve-rope-in-string | 2 | -3/+3 | ||
2023-07-20 | Update process.test.js | 1 | -2/+2 | ||
2023-07-20 | Update text-decoder.test.js | 1 | -1/+1 | ||
2023-07-20 | Pass constructor arguments to TextDecoder (#3692) | 2 | -15/+69 | ||
* Make TextDecoder constructor use options parameter The constructor now actually sets TextDecoder properties using the options parameter. * Defer decoder allocation to end of constructor * Verify types of TextDecoder options * TextDecoder throw TypeError on failure * Tidying | |||||
2023-07-20 | `resolveRopeIfNeeded` (#3708) | 1 | -0/+1 | ||
2023-07-20 | set `_preload_modules` to empty array (#3709) | 2 | -2/+2 | ||
2023-07-20 | Update Dockerfile | 1 | -1/+1 | ||
2023-07-20 | fix start delay on Worker (#3707) | 6 | -3/+46 | ||
* fix start delay on Worker * fmt * add delay test | |||||
2023-07-20 | Add number types for FFI (#3706) | 2 | -19/+28 | ||
2023-07-19 | Update worker.test-d.ts | 1 | -4/+2 | ||
2023-07-19 | Docs & types for 0.7 (#3665) | 8 | -26/+71 | ||
* Docs & types for 0.7 * Tweak * Update * Tweaks * Tweak * Tweaks --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-07-19 | Bump version to Bun v0.7.0 | 9 | -11/+11 | ||
2023-07-19 | Support streams in response.formData() & request.formData, introduce ↵ | 24 | -65/+440 | ||
Bun.readableStreamToFormData() (#3697) * codegen * FormData.from * Fixes #3225 * Introduce `Bun.readableStreamToFormData` * Update bun.d.ts * Add examples * add --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-19 | Fixes #3670 (#3698) | 2 | -4/+29 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-19 | Inline`bun` object from workers | 4 | -39/+33 | ||
2023-07-19 | Fix vite (#3694) | 6 | -10/+353 | ||
* Fix ServerWebSocket.readyState * Add create_hash_table to our repo * Fix #3216 | |||||
2023-07-19 | Fix browser bundled string_decoder (#3693) | 3 | -4/+29 | ||
* Fix #3660 * doc fix | |||||
2023-07-19 | Implement `AsyncLocalStorage` (#3089) | 67 | -3668/+4915 | ||
* work to get async local storage working. * a * a * everything but queueMicrotask * sdfghj * . * finish * tests * test * ok * done * im so stupid * Upgrade WebKit * refactor * refactor * changes requested * oops * cool * fix runInAsyncScope | |||||
2023-07-19 | Fix make headers | 1 | -2/+3 | ||
2023-07-19 | update root certificates and add tls.rootCertificates (#3688) | 6 | -5/+42 | ||
* implement tls.rootCertificates * add test * bump uws/usockets * bump uws + .len on certs | |||||
2023-07-19 | fix createDecipheriv (#3680) | 3 | -12/+74 | ||
* fix createDecipheriv * fix createDecipheriv iv and password validations | |||||
2023-07-19 | fix #3681 (#3690) | 2 | -13/+23 | ||
2023-07-19 | set `did_panic` flag (#3687) | 3 | -1/+13 | ||
2023-07-19 | move constants module to cpp (#3683) | 8 | -480/+273 | ||
2023-07-19 | fix `make headers` | 1 | -7/+15 | ||
2023-07-20 | Better error for workspace dependency not found (#3678) | 2 | -21/+85 | ||
2023-07-18 | Fix crash in postMessage that repro'd after ~100,000 messages | 6 | -21/+57 | ||
2023-07-18 | more progress on fixing gc issue | 6 | -61/+162 | ||
2023-07-18 | add padding bytes | 1 | -1/+1 | ||
2023-07-18 | feature(constants) add constants/node:constants module and tests(prisma) use ↵ | 16 | -20/+529 | ||
prima 5.0.0 + use same connection for postgres, add prisma mssql (disabled for now) (#3672) * use prima 5.0.0 + use same connection for postgres * change mongodb test URL * constants module + mssql prisma test (disabled) | |||||
2023-07-18 | patch checkServerIdentity (#3671) | 3 | -3/+9 | ||
2023-07-18 | Update workers.md | 1 | -2/+2 | ||
2023-07-18 | [jest] execute lifecycle hooks on empty blocks (#3663) | 2 | -19/+79 | ||
fixes #3494 | |||||
2023-07-18 | Clarify | 1 | -0/+2 | ||
2023-07-18 | Fixes #3669 | 4 | -13/+35 | ||
2023-07-18 | zig upgrade (#3667) | 154 | -4894/+4857 | ||
* upgrade * more fixes * Bump Zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-17 | Enable postgres prisma test | 1 | -1/+1 | ||
2023-07-17 | Emit writeBarrier in `napi_module_register` | 1 | -6/+14 | ||
2023-07-17 | Fix potential crash in process.dlopen() | 2 | -5/+27 | ||
2023-07-17 | Implement `process.{stdout, stderr}.{columns, rows, getWindowSize}` | 4 | -32/+108 | ||
2023-07-17 | [tls] General compatibility improvements (#3596) | 23 | -298/+2907 | ||
* wip * subjectaltname * more progress * bindings * fmt * getCert/getPeerCertificate * fix checkServerIdentity * fix checkServerIdentity * add a lot of TLSSocket functions * getEphemeralKeyInfo fix and comment * add alternative for getEphemeralKeyInfo * add get session and set session * fix isSessionReused * get back the raw data for MSSQL * fixeup * fixup getSession + tests * fix doc + fmt * getFinished/getPeerFinished * codegen * fixup * revert webkit * more fixes * ssl helper + revert test oops * asserts | |||||
2023-07-17 | package json `main` field extension order (#3664) | 3 | -3/+96 | ||
2023-07-17 | [install] handle duplicated workspace declarations gracefully (#3662) | 2 | -6/+197 | ||
fixes #3644 | |||||
2023-07-17 | Clean up worker docs | 1 | -65/+69 | ||
2023-07-17 | Tweak test docs | 2 | -4/+3 | ||
2023-07-17 | workaround `readable-stream` compatibility (#3626) | 3 | -4/+5 | ||
- update `bun link` tests - update `tests/bun.lockb` - drop unused import in test | |||||
2023-07-17 | Fix flaky process test | 1 | -2/+2 | ||
2023-07-17 | Fix test with incorrect text | 1 | -3/+3 | ||
2023-07-17 | Fix incorrect name | 2 | -4/+4 | ||
2023-07-17 | Fix speculative crashes in console.log(formData) and console.log(headers) | 2 | -30/+24 | ||