Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-23 | Implement Request body support! | 3 | -30/+132 | ||
2022-03-23 | Support `Request.headers` and `Request.url` in http server | 5 | -30/+134 | ||
2022-03-23 | Update Makefile | 1 | -1/+1 | ||
2022-03-23 | :scissors: test | 1 | -14/+2 | ||
2022-03-23 | [bun.js] Bun.write for macOS | 14 | -76/+232 | ||
2022-03-23 | [bun.js] Implement Bun.write() | 11 | -63/+959 | ||
2022-03-22 | Handle integer sizes greater than i32 | 14 | -74/+142 | ||
2022-03-22 | Linux-specific tweaks | 6 | -43/+52 | ||
2022-03-22 | `Response.file` -> `Bun.file` | 3 | -72/+65 | ||
2022-03-21 | sendfile works | 7 | -62/+174 | ||
2022-03-21 | [bun.js] 2/? Implement `Response.file`, sendfile edition | 8 | -161/+506 | ||
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 13 | -103/+1103 | ||
2022-03-20 | Create uws | 1 | -0/+0 | ||
2022-03-20 | Update fetch.test.jsjarred/uws | 1 | -2/+2 | ||
2022-03-20 | microptimize | 9 | -24/+154 | ||
2022-03-20 | add new module | 2 | -25/+3 | ||
2022-03-20 | it's `status`, not `statusCode` | 1 | -8/+20 | ||
2022-03-20 | the events, they loop | 24 | -26/+2391 | ||
2022-03-20 | :camera: | 2 | -2/+2 | ||
2022-03-19 | Bun.allocUnsafe | 3 | -1/+43 | ||
2022-03-19 | no lazy | 1 | -5/+2 | ||
2022-03-19 | [bun.js] Improve support for bundling for node.js | 3 | -0/+90 | ||
2022-03-19 | [bun bun] Fix race condition | 1 | -48/+86 | ||
2022-03-19 | generate separate interop code for bun | 8 | -15/+42 | ||
2022-03-19 | recommend bun install | 1 | -2/+2 | ||
2022-03-19 | [JS Printer] Fix bug with printing imports for bundled code | 1 | -12/+1 | ||
2022-03-19 | [bun bun] don't load the bundle when bundling | 1 | -54/+20 | ||
2022-03-19 | Remove relative_nodejs import path format | 3 | -31/+1 | ||
2022-03-18 | Fix JSON parsing failure | 4 | -1/+33 | ||
2022-03-18 | Set charset=utf-8 for better consistentcy | 3 | -6/+14 | ||
2022-03-18 | Update bindings.zig | 1 | -0/+1 | ||
2022-03-18 | add an extra gcTrace | 1 | -2/+7 | ||
2022-03-18 | Add tests for Response.json, Response.error, and Response.redirect | 1 | -0/+89 | ||
2022-03-18 | [bun.js] Implement `Response.error` | 1 | -0/+28 | ||
2022-03-18 | [bun.js] Implement `Response.redirect` | 1 | -0/+53 | ||
2022-03-18 | [bun.js] Implement `Response.json` | 1 | -5/+76 | ||
2022-03-18 | [bun.js] Response.prototype.type | 1 | -0/+18 | ||
2022-03-18 | handle ShadowRealm | 1 | -3/+9 | ||
2022-03-18 | var -> const | 1 | -6/+5 | ||
2022-03-18 | [bun install] Do not set an `$npm_config_prefix` | 1 | -8/+0 | ||
2022-03-18 | Be consistent about reported node version | 1 | -1/+1 | ||
2022-03-18 | [bun run] fix missing space | 1 | -1/+1 | ||
2022-03-18 | [resolver] Fix edgecase where remapping a tsx -> js import path produced an ↵ | 1 | -5/+10 | ||
invalid file path | |||||
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 19 | -284/+496 | ||
2022-03-18 | fix(readme): Fix hash link in README.md (#128) | 1 | -1/+1 | ||
2022-03-17 | celanup | 3 | -14/+4 | ||
2022-03-17 | Fix crash when printing errors that are an unexpected type | 2 | -1/+21 | ||
2022-03-17 | [bun.js] Return empty array instead of null when no router is defined | 1 | -2/+2 | ||
2022-03-17 | [bun.js] Implement `self.reportError` | 3 | -24/+39 | ||
2022-03-17 | Fix missing sentinel in mkdir | 1 | -0/+2 | ||