Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-01 | Make `FetchHeaders` workjarred/fetchheaders | 1 | -1/+1 | ||
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 2 | -20/+13 | ||
2022-03-30 | [bun.js] Fix `import.meta.resolve` when the path points to a bundled file | 1 | -1/+1 | ||
2022-03-30 | [Bun.js] fixup Bun.hash | 1 | -4/+9 | ||
2022-03-28 | [bun.js] Add `Bun.hash` | 1 | -0/+132 | ||
2022-03-27 | Bun.mmap() (#134) | 1 | -0/+51 | ||
* Bun.mmap() * nitpicks | |||||
2022-03-26 | improve performance of accessing `Bun.Transpiler` and `Bun.unsafe` | 1 | -4/+36 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 3 | -77/+382 | ||
2022-03-24 | Bun.openInEditor | 1 | -0/+81 | ||
2022-03-24 | Implement error page for HTTP server | 1 | -4/+160 | ||
2022-03-23 | handle bodies of 0 length better | 1 | -22/+46 | ||
2022-03-23 | Update server.zig | 1 | -1/+2 | ||
2022-03-23 | Implement Request body support! | 1 | -11/+105 | ||
2022-03-23 | Support `Request.headers` and `Request.url` in http server | 1 | -16/+26 | ||
2022-03-23 | [bun.js] Bun.write for macOS | 2 | -17/+9 | ||
2022-03-23 | [bun.js] Implement Bun.write() | 2 | -1/+5 | ||
2022-03-22 | Handle integer sizes greater than i32 | 3 | -19/+38 | ||
2022-03-22 | Linux-specific tweaks | 1 | -6/+4 | ||
2022-03-22 | `Response.file` -> `Bun.file` | 1 | -0/+4 | ||
2022-03-21 | sendfile works | 1 | -40/+50 | ||
2022-03-21 | [bun.js] 2/? Implement `Response.file`, sendfile edition | 2 | -24/+218 | ||
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 1 | -28/+79 | ||
2022-03-20 | microptimize | 2 | -11/+18 | ||
2022-03-20 | the events, they loop | 2 | -0/+346 | ||
2022-03-19 | Bun.allocUnsafe | 1 | -0/+34 | ||
2022-03-19 | no lazy | 1 | -5/+2 | ||
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 4 | -17/+24 | ||
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` | 1 | -23/+10 | ||
2022-03-17 | [bun.js] Implement `import.meta.resolve` | 1 | -24/+18 | ||
2022-03-17 | Move `Bun` to JSC.API | 2 | -2/+1620 | ||
2022-03-17 | move some code around | 1 | -187/+7 | ||
2022-03-17 | query_string_map -> url | 2 | -5/+5 | ||
2022-03-15 | Load .env by default | 1 | -0/+1 | ||
2022-03-14 | Fix a couple memory leaks in `bun dev` | 1 | -22/+24 | ||
2022-03-14 | Reference-counting for `Blob` and `Headers` | 1 | -14/+15 | ||
2022-03-13 | Add finalizers | 1 | -7/+19 | ||
2022-03-13 | [bun.js] Implement `Blob` | 1 | -13/+84 | ||
2022-03-12 | [Bun.js] Support async HTMLRewriter | 1 | -75/+162 | ||
2022-03-12 | Implement iterator | 1 | -22/+131 | ||
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 1 | -117/+1223 | ||
https://developers.cloudflare.com/workers/runtime-apis/html-rewriter | |||||
2022-03-11 | skeleton | 1 | -0/+410 | ||
2022-03-08 | rename _global -> bun | 2 | -19/+19 | ||
2022-03-07 | Optimize sourcemaps | 1 | -0/+18 | ||
2022-03-02 | [bun.js] fix unicode handling in Router | 1 | -3/+9 | ||
2022-03-02 | [bun.js] Fix crash due to incorrectly creating string | 1 | -3/+1 | ||
2022-03-01 | add `allowBunRuntime` and `autoImportJSX` flags to Bun.Transpiler | 1 | -1/+32 | ||
2022-02-27 | WASM | 2 | -3/+3 | ||
2022-02-16 | [bun.js] Handle UTF-16 strings in `Bun.Transpiler` | 1 | -32/+50 | ||
2022-02-03 | Fix bug with macro remaps in Bun.Transpiler api | 1 | -4/+7 | ||