This project is mirrored from https://github.com/oven-sh/bun.
Pull mirroring failed .
Last successful update .
Last successful update .
- Mar 29, 2024
-
-
chloe caruso authored
* fix intcast on ptr value of zero-length strings * Make this better --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
-
Jarred Sumner authored
* Fix missing `ERR_ENCODING_INVALID_ENCODED_DATA` code in TextDecoder * Update text-decoder.test.js --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
Dylan Conway authored
* add the settings * dont crash on unsupported settings * add missing property * less flaky tests * comment * Update test/js/node/http2/node-echo-server.fixture.js * Update test/js/node/http2/node-http2-memory-leak.js * Update test/js/node/http2/node-http2-memory-leak.js --------- Co-authored-by: cirospaciari <ciro.spaciari@gmail.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
-
chloe caruso authored
* alternate approach to env fix * rename variable * Revert "rename variable" This reverts commit 2374bcd4873214720a6099a42325efd8a390df37. * a * we pass on window * [autofix.ci] apply automated fixes --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
-
chloe caruso authored
* add server ws.terminate * [autofix.ci] apply automated fixes * it has to be blazing fast --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
-
Jarred Sumner authored
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
chloe caruso authored
-
Zack Radisic authored
* Fix undefined memory on subprocess exit immediately and fix crash when writing a lot of data * format * Test for #9458 * Document * Lazily create iowriters (i think this solves fdleak tests?) * Fix `big_data` test hanging * I think this make leak tests more stable * accidentally had deinit in another thread * oops * Fixes * shell `big_data` test redirect to file * stuff * Fix windows /dev/null * Increase timeout * Resolve comments and better input test
-
- Mar 28, 2024
-
-
Jarred Sumner authored
* Make `bun meta` more helpful * More tweaks --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
chloe caruso authored
-
Jarred Sumner authored
This reverts commit aee8eeaf.
-
Jarred Sumner authored
-
Jarred Sumner authored
-
Jarred Sumner authored
-
Ashcon Partovi authored
-
- Mar 27, 2024
-
-
Dylan Conway authored
* remove comment * fix prompt test * more time like leaky case * remove comments * fixed --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
-
Dylan Conway authored
* make sure string doesnt unref * use String and assign to variable
-
Stefan Buhrmester authored
-
Eduard authored
-
Ciro Spaciari authored
* WIP missing keepalive * cleanup * is a Bun.sleep bug? * no bun sleep * fix exception * revert * fix setTimeout/Bun.sleep * add Bun.sleep keepalive test * fixes * one more bonus fix * fix early firing of timers * use localhost and pass the server.hostname * opsie
-
Zack Radisic authored
* Fix undefined memory on subprocess exit immediately and fix crash when writing a lot of data * format * Test for #9458 * Document * Lazily create iowriters (i think this solves fdleak tests?) * Fix `big_data` test hanging * I think this make leak tests more stable * accidentally had deinit in another thread * oops * Fixes --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
-
Jarred Sumner authored
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
chloe caruso authored
* awa * update v5 * a * [autofix.ci] apply automated fixes * tarball * a * a * blah * [autofix.ci] apply automated fixes * bump * wah * [autofix.ci] apply automated fixes * farther * a * [autofix.ci] apply automated fixes * im confused * [autofix.ci] apply automated fixes * Fix typo (#9623) * Fix crash in Bun.escapeHTML (#9619) Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> * Fixes #9610 * Implement `fs.openAsBlob` (#9628) * Implement `fs.openAsBlob` * Use a function --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> * Fix `bun install -g` not working on Docker Closes #8753 * Revert "Fix `bun install -g` not working on Docker" This reverts commit 20fce1a1. * what happens if nonblocking tty (#9608) Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> * merge * a * blah --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: sequencerr <45060278+sequencerr@users.noreply.github.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
-
- Mar 26, 2024
-
-
Jarred Sumner authored
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
Ashcon Partovi authored
This reverts commit 20fce1a1.
-
Ashcon Partovi authored
Closes #8753
-
Jarred Sumner authored
* Implement `fs.openAsBlob` * Use a function --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
- Mar 25, 2024
-
-
Jarred Sumner authored
-
Jarred Sumner authored
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
sequencerr authored
-
Dylan Conway authored
* fix napi tests * only windows, update passing tests * remove closing remainder * fix child_process-node.test.js * might fail in ci * oops * fix dns tests * remove comment * sometimes it is slow * update test * maybe fix timeout error * one more try * off by one, valid npm package name * update test * fix hot tests * revert * remove close
-
Dylan Conway authored
-
Jarred Sumner authored
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
Jarred Sumner authored
-
Jarred Sumner authored
* Fix regression with console.log in --watch on linux * Unset CLOEXEC * more * Enable inheritance on windows * Don't forget to close the handles... --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
Jarred Sumner authored
* Enable more C++ warnings * Only enable these ones in release builds * Update MessagePortChannel.cpp * Update BunProcess.cpp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
-
- Mar 24, 2024
-
-
Jarred Sumner authored
* Port #9278 Co-Authored-By: argosphil <argosphil@murena.io> * Fix incorrect type Co-Authored-By: argosphil <argosphil@murena.io> --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: argosphil <argosphil@murena.io>
-
Jarred Sumner authored
-
Jarred Sumner authored
* Tweak how we handle bun's process initialization * Update panic_handler.zig * Update output.zig * Update __global.zig * Update __global.zig * Delete WindowsSpawnWorkaround, fix tests * Fix bug in Bun.spawn on Linux when O_CLOEXEC is set on stdin stdout or stderr * More errors * tweak * Bounds check * Update install.zig * Update dependency.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Zack Radisic <zack@theradisic.com>
-
David Legrand authored
`.sh` file loader is working with `.bun.sh` files, not `.sh` files as stated in the documentation
-