Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | |
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 | |
2023-07-18 | Clarify | 1 | -0/+2 | |
2023-07-18 | Fixes #3669 | 4 | -13/+35 | |
2023-07-18 | zig upgrade (#3667) | 154 | -4894/+4857 | |
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 | |
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 | |
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 | |
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 | |
2023-07-17 | Fix crash in console.log(urlSearchParams) on a URLSearchParams object with a ... | 2 | -4/+99 | |
2023-07-17 | Fix memory leak in `await new Response(latin1String).arrayBuffer()` and `awai... | 16 | -102/+361 | |
2023-07-17 | 20% faster `deserialize` (#3655) | 2 | -12/+197 | |
2023-07-16 | Document `--smol` | 1 | -70/+59 | |
2023-07-16 | Add `--smol` to bunfig | 1 | -0/+12 | |
2023-07-16 | Document serialize/deserialize | 1 | -0/+14 | |
2023-07-16 | Add serialize snippet | 1 | -0/+25 | |
2023-07-16 | Fix test | 1 | -2/+2 | |
2023-07-16 | Update workers.md | 1 | -1/+1 | |
2023-07-16 | Fixes base64url encoding for crypto (#3654) | 3 | -13/+11 | |
2023-07-16 | Update nav.ts | 1 | -3/+3 | |
2023-07-16 | rename | 2 | -0/+3 | |
2023-07-16 | Add structuredClone microbenchmark | 1 | -0/+39 | |
2023-07-16 | Add `--smol` flag | 6 | -1/+14 | |
2023-07-16 | Implement Workers (#3645) | 46 | -75/+2796 | |
2023-07-16 | Support `napi_wrap` in constructors (#3614) | 2 | -18/+60 | |
2023-07-16 | Fixes #3641 (#3643) | 3 | -3/+44 | |
2023-07-16 | docs: add one missing line in typescript.md (#3650) | 1 | -0/+1 | |
2023-07-14 | `structuredClone` types | 1 | -8/+15 | |
2023-07-14 | structured clone (#3637) | 23 | -20/+6671 | |
2023-07-14 | Update docs | 2 | -7/+9 | |
2023-07-13 | Remove fdatasync from types | 1 | -2/+2 | |
2023-07-13 | Update docs/types for process (#3631) | 6 | -59/+210 |