Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | |
2023-07-13 | Impl. fix (#3630) | 3 | -4/+26 | |
2023-07-13 | Implement `ping()`, `pong()`, `terminate()` for WebSocket client and server (... | 26 | -1858/+2958 | |
2023-07-13 | Fixes #3629 | 2 | -9/+9 | |
2023-07-12 | Bump WebKit | 8 | -29/+29 | |
2023-07-12 | Improve our internal typedefs (#3608) | 33 | -131/+180 | |
2023-07-12 | feat(bun/test): Implement "bail" option for "bun test" (#3253) | 5 | -4/+134 | |
2023-07-12 | Update build-id | 1 | -1/+1 | |
2023-07-11 | Fix another crash in Error.captureStackTrace (#3611)bun-v0.6.14 | 3 | -20/+22 | |
2023-07-11 | Fix crash on linux when throwing SystemError from C++ | 3 | -31/+47 | |
2023-07-11 | Update process.test.js | 1 | -2/+2 | |
2023-07-11 | Update ZigGlobalObject.cpp | 1 | -1/+1 | |
2023-07-11 | Implement `process.kill` and `process._kill` | 5 | -222/+331 | |
2023-07-11 | Fixes #3595 | 1 | -1/+19 | |
2023-07-11 | typo (#3610) | 1 | -1/+1 | |
2023-07-11 | fix #3597 (#3609) | 2 | -1/+24 | |
2023-07-11 | Merge branch 'jarred/throw-if' | 2 | -8/+55 | |
2023-07-11 | Testsjarred/throw-if | 1 | -0/+12 |