Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-29 | some tests but need more | 1 | -0/+25 | ||
2022-04-26 | Most of Buffer.toString | 1 | -0/+12 | ||
2022-04-25 | some of buffer | 2 | -25/+28 | ||
2022-04-23 | :camera: | 35 | -113/+139 | ||
2022-04-16 | [JS Parser] Support explicit removing | 1 | -10/+53 | ||
2022-04-16 | [JS Parser] API for removing & replacing exports | 1 | -0/+73 | ||
2022-04-15 | Update README.md | 1 | -29/+0 | ||
2022-04-15 | Document how tests work | 1 | -0/+167 | ||
2022-04-13 | [bun.js] Fix bug with `readdirSync` on folders with less than 32 files | 1 | -7/+82 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/143 | |||||
2022-04-13 | Support digest("base64" | "hex") in the hashings | 2 | -28/+73 | ||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 1 | -0/+28 | ||
2022-04-11 | Add a very simple http server test | 1 | -0/+54 | ||
2022-04-10 | [TOML] Fix toml parsing with multiple keys in object literal | 2 | -0/+16 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/140 | |||||
2022-04-10 | [bun-types] Make it bundle the types | 1 | -1/+0 | ||
2022-04-09 | Update transpiler.test.js | 1 | -0/+4 | ||
2022-04-07 | :camera: | 29 | -77/+106 | ||
2022-04-06 | [bun.js][breaking] `import.meta.url` is now a file:// url | 1 | -16/+16 | ||
2022-04-05 | fix binary size regression on linux | 1 | -1/+1 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 2 | -9/+23 | ||
2022-04-04 | Fix missing | 1 | -6/+7 | ||
2022-04-04 | Add a couple more tests | 1 | -0/+27 | ||
2022-04-03 | cleanup a few things | 2 | -7/+9 | ||
2022-04-02 | More types | 1 | -0/+1 | ||
2022-04-02 | Add more tests for Node FS | 2 | -0/+57 | ||
2022-04-02 | Create gc.js | 1 | -0/+14 | ||
2022-04-02 | More aggressive GC | 4 | -64/+62 | ||
2022-04-01 | Test written length | 1 | -1/+1 | ||
2022-04-01 | Make `FetchHeaders` workjarred/fetchheaders | 1 | -1/+0 | ||
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 4 | -15/+67 | ||
2022-03-30 | [bun.js] Support `file://` URLs in node fs | 1 | -0/+8 | ||
2022-03-30 | Add test for Bun.hash that runs it with a Uint8Array | 1 | -8/+16 | ||
2022-03-28 | [bun.js] Add `Bun.hash` | 1 | -0/+28 | ||
2022-03-27 | Create url.test.ts | 1 | -0/+102 | ||
2022-03-27 | Update segfault.js | 1 | -1/+1 | ||
2022-03-27 | Bun.mmap() (#134) | 1 | -0/+49 | ||
* Bun.mmap() * nitpicks | |||||
2022-03-25 | Update response.file.test.js | 1 | -0/+8 | ||
2022-03-23 | :scissors: test | 1 | -14/+2 | ||
2022-03-23 | [bun.js] Bun.write for macOS | 2 | -9/+54 | ||
2022-03-23 | [bun.js] Implement Bun.write() | 1 | -0/+52 | ||
2022-03-22 | `Response.file` -> `Bun.file` | 1 | -11/+22 | ||
2022-03-21 | sendfile works | 1 | -7/+24 | ||
2022-03-21 | [bun.js] 2/? Implement `Response.file`, sendfile edition | 1 | -21/+0 | ||
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 1 | -0/+49 | ||
2022-03-20 | Update fetch.test.jsjarred/uws | 1 | -2/+2 | ||
2022-03-20 | the events, they loop | 1 | -0/+0 | ||
2022-03-20 | :camera: | 2 | -2/+2 | ||
2022-03-19 | Bun.allocUnsafe | 1 | -0/+8 | ||
2022-03-18 | Fix JSON parsing failure | 1 | -0/+15 | ||
2022-03-18 | Set charset=utf-8 for better consistentcy | 1 | -4/+12 | ||
2022-03-18 | add an extra gcTrace | 1 | -2/+7 | ||