Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -25/+2 | ||
2022-11-11 | Remove dead code | 1 | -41/+1 | ||
2022-10-05 | docs(thread_pool): comment readability improvements (#1241) | 1 | -6/+6 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-09-16 | Make new HTTP client more stable | 1 | -0/+2 | ||
2022-08-13 | Improve event loop reliability on Linux | 1 | -3/+25 | ||
2022-07-06 | [internal] Fix failing build | 1 | -4/+5 | ||
2022-07-06 | fix: spawn thread on linux | 1 | -3/+6 | ||
2022-04-12 | wip fixes to sendfile() blocking | 1 | -24/+4 | ||
2022-04-11 | `isize` is a little faster normally | 1 | -1/+1 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -11/+70 | ||
2022-03-16 | Increase from 4ms -> 40ms for timeout | 1 | -1/+1 | ||
2022-03-14 | Fix crash when HTTP thread goes to sleep | 1 | -1/+4 | ||
2022-03-06 | source maps work for app code in `bun dev`! | 1 | -1/+5 | ||
2022-03-01 | [bun.js] Implement `setTimeout`, `setInterval`, `clearTimeout`, `clearInterval` | 1 | -1/+1 | ||
2022-02-18 | onSpawn handler for thread | 1 | -4/+8 | ||
2022-02-05 | Implement keep-alive but disable it | 1 | -2/+8 | ||
2022-02-04 | Several reliability improvements to HTTP | 1 | -0/+4 | ||
2022-02-03 | Fix bug with http client | 1 | -1/+2 | ||
2022-02-01 | Cleanup HTTP thread on idle | 1 | -5/+9 | ||
2022-02-01 | new boringSSL integration almost works with TLS 1.3 | 1 | -3/+6 | ||
2022-01-23 | Add a callback when a thread spawns | 1 | -2/+7 | ||
2022-01-03 | [bun install] Reduce number of context switches | 1 | -3/+3 | ||
2022-01-02 | Be a little smarter about sleeping the netwrok thread | 1 | -8/+21 | ||
2022-01-02 | Fix bug where bun uses ~15% of CPU idly | 1 | -0/+12 | ||
2021-12-29 | FIx bug in http client | 1 | -2/+2 | ||
2021-12-17 | 👶event loop | 1 | -1/+1 | ||
2021-12-16 | Start to restructure code | 1 | -1/+1 | ||
2021-12-16 | save and load manifest | 1 | -3/+10 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -7/+6 | ||
2021-12-16 | WIP | 1 | -1/+8 | ||
2021-12-16 | [bun install] async http request works I think? | 1 | -0/+20 | ||
2021-12-16 | [bun install] WIP | 1 | -0/+794 | ||