Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
- This removes memory pooling from the HTTP client which sometimes caused invalid memory to be written to the response body. - This adds a fast path for small HTTP/HTTPS responses that makes it a single memory allocation for the response body, instead of copying & allocating a temporary buffer cc @Electroid | |||||
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 | ||