Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-26 | improve performance of accessing `Bun.Transpiler` and `Bun.unsafe` | 5 | -4/+69 | |
2022-03-26 | fix `instanceof` checks for classes | 1 | -8/+7 | |
2022-03-26 | Update syscall.zig | 1 | -2/+2 | |
2022-03-26 | clarify | 1 | -22/+22 | |
2022-03-26 | slightly optimize how we create the `process` object | 1 | -11/+12 | |
2022-03-26 | Auto-set content-type | 1 | -1/+4 | |
2022-03-26 | Fix clonefile() so it actually does run | 1 | -1/+4 | |
2022-03-26 | Remove imports of <WTF/FileSystem.h> | 2 | -2/+0 | |
2022-03-25 | fix error hanlding | 1 | -6/+22 | |
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 5 | -163/+514 | |
2022-03-24 | Auto-detect MimeType based on file extension | 1 | -1/+17 | |
2022-03-24 | Bun.openInEditor | 2 | -0/+90 | |
2022-03-24 | Implement error page for HTTP server | 4 | -25/+630 | |
2022-03-24 | clang-format | 7 | -278/+363 | |
2022-03-24 | Update response.zig | 1 | -6/+6 | |
2022-03-24 | [bun.js] Enable SharedArrayBuffer and expose internal Loader | 1 | -7/+16 | |
2022-03-23 | handle bodies of 0 length better | 2 | -36/+65 | |
2022-03-23 | Update server.zig | 1 | -1/+2 | |
2022-03-23 | Implement Request body support! | 2 | -24/+124 | |
2022-03-23 | Support `Request.headers` and `Request.url` in http server | 2 | -27/+83 | |
2022-03-23 | [bun.js] Bun.write for macOS | 10 | -65/+176 | |
2022-03-23 | [bun.js] Implement Bun.write() | 9 | -61/+901 | |
2022-03-22 | Handle integer sizes greater than i32 | 13 | -74/+140 | |
2022-03-22 | Linux-specific tweaks | 2 | -18/+17 | |
2022-03-22 | `Response.file` -> `Bun.file` | 2 | -61/+43 | |
2022-03-21 | sendfile works | 1 | -40/+50 | |
2022-03-21 | [bun.js] 2/? Implement `Response.file`, sendfile edition | 4 | -131/+460 | |
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 9 | -89/+804 | |
2022-03-20 | microptimize | 4 | -18/+72 | |
2022-03-20 | it's `status`, not `statusCode` | 1 | -8/+20 | |
2022-03-20 | the events, they loop | 11 | -9/+449 | |
2022-03-19 | Bun.allocUnsafe | 2 | -1/+35 | |
2022-03-19 | no lazy | 1 | -5/+2 | |
2022-03-19 | generate separate interop code for bun | 1 | -1/+1 | |
2022-03-18 | Fix JSON parsing failure | 3 | -1/+18 | |
2022-03-18 | Set charset=utf-8 for better consistentcy | 1 | -1/+1 | |
2022-03-18 | Update bindings.zig | 1 | -0/+1 | |
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 | Be consistent about reported node version | 1 | -1/+1 | |
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 17 | -284/+457 | |
2022-03-17 | Fix crash when printing errors that are an unexpected type | 1 | -1/+1 | |
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` | 2 | -24/+34 | |
2022-03-17 | Fix missing sentinel in mkdir | 1 | -0/+2 | |
2022-03-17 | [bun.js] Implement `import.meta.resolve` | 3 | -31/+79 |