aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/node/node_fs.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-187/+72
* @min and @max * builtins and some trivial ones * Most of them * more * more! * More Progress * wip * Update tagged_pointer.zig * Update http_client_async.zig * Most of the iterable dir changes * alright * Remove usages of deprecated formatters * :camera: * fmt * Update shimmer.zig * wip * wip * wip * progress * more * Latest * stuck on error * latest * workaround stage2 * wip * Update string_immutable.zig * wip * Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings * Fix build errors * Fixup most of the test failures * Fix `make headers` * Fix "outside package path" error * Fixup aligned alloc * Add missing file * linux * More linux fixes * use latest peechy * Fix transpiler test failure * Forgot about these * Fixup test failure * Update node-timers.test.ts * [node:htt] Fix `undefined is not an object` error Fixes https://github.com/oven-sh/bun/issues/1618 * Update http.exports.js * Make this test less flaky * fix hashes * Fix hex formatting and zls issues * Download zig version * Update Dockerfile * Update Dockerfile * Update uws * Update Dockerfile * Set llvm version * Update README.md * Update uws * Update Dockerfile * Update io_linux.zig * Update bun.zig * Log output * workaround strange @cInclude error * Make ffi tests better * Don't use cImport * Update c.zig * Update c-bindings.cpp * call setOutputDir * Update Dockerfile * Use a longer name * latest * Update serve.test.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Veikka Tuominen <git@vexu.eu>
2022-12-06Fix glibc symbol version issues preventing `bun install` from being used in ↵Gravatar Jarred Sumner 1-1/+16
older glibc versions (#1580) * Prevent integer overflow in connectError * Add missing deepEquals() type to Bun * fix missing glibc symbols * Fix missing symbol issues * Try this * Update glibc-versions-hack.cpp * Update glibc-versions-hack.cpp * Update glibc-versions-hack.cpp Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-11-29import everything from "bun" where possibleGravatar Jarred Sumner 1-3/+3
2022-11-23possibly more reliable Bun.spawn (#1547)Gravatar Jarred Sumner 1-5/+5
* 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-14Bugfixes and perf improvements to child_processGravatar Jarred SUmner 1-5/+2
2022-11-12Redo how we poll pipes (#1496)Gravatar Jarred Sumner 1-4/+4
* Fix pipe * Handle unregistered * Fix failing test
2022-11-07Fix UAF in canaryGravatar Jarred Sumner 1-3/+3
2022-11-06Add way to explicitly coercion object to int32Gravatar Jarred Sumner 1-4/+4
2022-10-11Implement `fs.rm` cross-platformlyGravatar Jarred Sumner 1-3/+107
2022-10-05Handle more edgecases in fs.rm on macOSGravatar Jarred Sumner 1-11/+52
2022-10-03`node:fs` implement `rm` on macOSGravatar Jarred Sumner 1-1/+58
no linux yet
2022-09-09[node:fs] Fix readFileSync on non-regular filesGravatar Jarred Sumner 1-0/+42
Fixes https://github.com/oven-sh/bun/issues/1220
2022-09-06Return a `Buffer` object for fs.readFileGravatar Jarred Sumner 1-1/+1
2022-08-26Update node_fs.zigGravatar Jarred Sumner 1-1/+1
2022-08-26fix mkdtemp (#1151)Gravatar Zilin Zhu 1-3/+3
* fix mkdtemp * Update src/bun.js/node/node_fs.zig * Update src/bun.js/node/node_fs.zig Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2022-08-18Faster TextDecoderGravatar Jarred Sumner 1-2/+0
2022-08-09add some commentsGravatar Jarred Sumner 1-1/+16
2022-08-09[node compat] Improve fs.copyFileSync performance on macOSGravatar Jarred Sumner 1-0/+92
2022-08-09 Improve fs.copyFile performance on Linux (#1035)Gravatar Jarred Sumner 1-23/+37
* [fs] Improve fs.copyFile performance on Linux * Add a fs.copyFileSync benchmark * Fix build error * Update node.mitata.mjs * Be more careful with permission Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-07-02Delete `BunStream`Gravatar Jarred Sumner 1-43/+4
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+3657