Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-06-21 | upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374) | 1 | -15/+15 | |
2023-05-31 | Support FormData & file uploads in `fetch` body (#3123) | 1 | -2/+12 | |
2023-05-08 | added some improvements on server (#2803) | 1 | -3/+11 | |
2023-04-19 | Fix broken autocomplete | 1 | -1/+1 | |
2023-04-09 | Remove usages of `void{}` in favor of `{}` | 1 | -1/+1 | |
2023-03-15 | allows Bun.serve to listen on IPV6 (#2400) | 1 | -21/+53 | |
2023-02-24 | prefer `bun.copy()` over `std.mem.copy()` (#2152) | 1 | -1/+1 | |
2023-02-23 | Upgrade Zig (#2151) | 1 | -4/+4 | |
2023-02-13 | Implement `FormData` (#2051) | 1 | -0/+303 | |
2023-01-03 | Remove usages of std.x | 1 | -14/+0 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -39/+39 | |
2022-11-29 | import everything from "bun" where possible | 1 | -1/+1 | |
2022-11-22 | [FileSystemRouter] Fix failing tests | 1 | -7/+6 | |
2022-11-22 | [FileSystemRouter] base_dir, Request, Response | 1 | -7/+6 | |
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -18/+31 | |
2022-11-21 | make it slightly clearer | 1 | -1/+3 | |
2022-11-20 | fix protocol relative urls again | 1 | -14/+22 | |
2022-11-19 | [fetch] Fix sporadic data corruption bug in HTTP client and add fast path | 1 | -1/+5 | |
2022-11-16 | Another test | 1 | -0/+9 | |
2022-11-15 | Handle trailing slash | 1 | -1/+17 | |
2022-11-15 | Fixes #1390 | 1 | -24/+45 | |
2022-11-09 | Fix #1354 | 1 | -1/+1 | |
2022-04-07 | More types | 1 | -0/+4 | |
2022-03-17 | query_string_map -> url | 1 | -0/+1421 |