Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-31 | Re-run prettier after changes | 1 | -66/+26 | ||
2023-01-23 | enhancement(fetch): Merge parameters from request parameter with the second ↵ | 1 | -3/+0 | ||
parameter for fetch, move verbose and proxy options to second parameter, add non-TLS tests for fetch (#1862) * initial steps for proxy-server * added http_proxy in fetch, move 3rd argument to 3nd argument options, add some non-TLS proxy tests * some changes * use only 1 buffer for url+proxy, merge headers on fetch * initial steps * change back to override headers instead of merging in fetch * fix build response.zig * fix conditional in merged headers on fetch * updated with main and make proxy disabled if null is passed Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-25 | Report `Infinity` when for non-regular files with a size of 0 | 1 | -93/+2 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -75/+92 | ||
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-20 | Add another test | 1 | -0/+41 | ||
2022-11-20 | Fix flaky test | 1 | -1/+5 | ||
2022-11-19 | Add a couple more tests for redirects | 1 | -0/+76 | ||
2022-11-15 | Add a test with decently large headers | 1 | -0/+61 | ||
2022-11-12 | Fix memory leak in gzip pool + add test for gzip'd data | 1 | -0/+116 | ||