Age | Commit message (Collapse) | 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 | Update uws | 1 | -0/+0 | ||
2022-03-26 | Create htttp.ts | 1 | -0/+35 | ||
2022-03-26 | Fix the entry point for Bun.serve | 1 | -1/+1 | ||
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-26 | Move .d.ts into a better folder | 2 | -4/+109 | ||
2022-03-25 | Update response.file.test.js | 1 | -0/+8 | ||
2022-03-25 | fix error hanlding | 1 | -6/+22 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 16 | -1582/+2172 | ||
2022-03-24 | Auto-detect MimeType based on file extension | 3 | -48/+3603 | ||
2022-03-24 | Bun.openInEditor | 4 | -13/+131 | ||
2022-03-24 | Update Makefile | 1 | -1/+2 | ||
2022-03-24 | Implement error page for HTTP server | 14 | -171/+894 | ||
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 | 6 | -42/+86 | ||
2022-03-23 | Update server.zig | 1 | -1/+2 | ||
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 | ||