Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-05 | Fix incorrect signatures | 3 | -21/+21 | ||
2023-07-05 | Fix detect-libc | 16 | -98/+116 | ||
2023-07-05 | Update websocket_http_client.zig | 1 | -0/+2 | ||
2023-07-05 | Fixes #3512 (#3526) | 9 | -38/+168 | ||
* Fixes #3512 * Fix `clearTimeout` and `clearInterval` not cancelling jobs same-tick --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-05 | Fixes #3515 (#3523) | 4 | -190/+182 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-05 | Fixes #3520 (#3522) | 3 | -23/+37 | ||
* Fixes #3520 * Update html_rewriter.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-05 | add envs on tests (#3518) | 4 | -0/+20 | ||
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-07-04 | Update build-id | 1 | -1/+1 | ||
2023-07-04 | Fix build determinism issue (thanks to @alexlamsl) | 1 | -2/+2 | ||
cc @dylan-conway this was the cause | |||||
2023-07-04 | boop | 10 | -55/+55 | ||
2023-07-04 | use sengrid account on nodemailer test (#3517)bun-v0.6.13 | 2 | -14/+15 | ||
2023-07-04 | [tls] fix servername (#3513) | 4 | -8/+109 | ||
* fix servername * add postgres tls tests * update test packages * add basic CRUD test | |||||
2023-07-04 | Add alias for readBigUInt64BE ... (#3514) | 2 | -4/+58 | ||
* Add alias for `readBigUInt64BE` ... Close: https://github.com/oven-sh/bun/issues/3338 * add some tests for `readBigUint64BE` alias * format code | |||||
2023-07-04 | reduce count | 1 | -2/+2 | ||
2023-07-04 | bump | 3 | -2/+2 | ||
2023-07-04 | Fix crash | 1 | -5/+8 | ||