Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-12 | Add a couple more tests for errors with Bun.file() | 1 | -2/+42 | ||
2022-12-02 | Update test | 1 | -2/+2 | ||
2022-12-02 | Tests for set-Cookie | 1 | -2/+76 | ||
2022-12-02 | Faster test | 1 | -5/+7 | ||
2022-12-01 | Faster test | 1 | -6/+8 | ||
2022-12-01 | [fetch] Add test that invalid json rejects promise | 1 | -0/+22 | ||
2022-12-01 | [fetch] Implement `redirect: "manual"` | 1 | -0/+42 | ||
2022-11-25 | Report `Infinity` when for non-regular files with a size of 0 | 1 | -1/+12 | ||
2022-11-25 | Improve test coverage for `Bun.file` | 1 | -0/+14 | ||
2022-11-15 | Add test for non-standard Headers API additions | 1 | -0/+24 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -14/+14 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-11-05 | Fix fetch api to accept stringifier object (#1460) | 1 | -2/+16 | ||
* fetch accept stringifier object * test: update fetch params tests | |||||
2022-10-08 | Fix https://github.com/oven-sh/bun/issues/1263 | 1 | -7/+28 | ||
What happened: when moving to uSockets for the http client, I forgot to call `SSL_set_tlsext_host_name` and uSockets apparently doesn't do that | |||||
2022-10-02 | Fix test failures | 1 | -1/+1 | ||
2022-09-28 | Add some tests for request body streaming | 1 | -0/+2 | ||
Need to fix an off-by-one error with Blob it seems | |||||
2022-09-16 | Make new HTTP client more stable | 1 | -0/+44 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+440 | ||