aboutsummaryrefslogtreecommitdiff
path: root/src/sha.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28Expose the rest of RIPEMD160Gravatar Jarred Sumner 1-0/+12
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-3/+3
* @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-11-29import everything from "bun" where possibleGravatar Jarred Sumner 1-1/+2
2022-08-10fix MD5 length and compile error (#1050)Gravatar Zilin Zhu 1-2/+2
2022-07-09fix: update build files to latest Zig versionGravatar sno2 1-8/+9
2022-04-13Support digest("base64" | "hex") in the hashingsGravatar Jarred Sumner 1-69/+162
2022-04-12[bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384Gravatar Jarred Sumner 1-0/+145
2023-09-13docs(runtime): fix jsx FragmentFactory output example (#5243)Gravatar Zong 1-1/+1 2023-09-13file.exists() needs to be awaited to get the value (#5061)Gravatar amt8u 1-1/+1 2023-09-13Update discordjs.md (#5227)Gravatar Antonin CLAUZIER 1-1/+1 2023-09-13decode regex if needed (#5167)Gravatar Dylan Conway 5-126/+167 * decode regex if non-ascii * make it comptime * add test * use `bun.BabyList(u16)` 2023-09-13Correct the configuration file names. (#5234)Gravatar Nathan Hammond 2-2/+2 2023-09-12Update tsconfig.json for bun initGravatar Colin McDonnell 1-1/+1 2023-09-12js/node/stream.js: call write() callback when encoding is not provided (#4841)Gravatar cfal 2-3/+7 * js/node/stream.js: call write() callback when encoding is not provided * js/out/InternalModuleRegistryConstants.h: update 2023-09-12docs: Made bun-types install as dev dependency in example (#5120)Gravatar Gordon Goldbach 1-1/+1 2023-09-12Various docs (#5201)Gravatar Colin McDonnell 4-4/+147 * Updates * Improve jest guide * Improve 2023-09-12Use git's --global flag for lockfile diffs instead of manually modifying ↵Gravatar Southpaw 1-17/+7 config files (#5143) 2023-09-12docs: fix typo in import.meta.resolve (#5146)Gravatar Jonathan Neal 1-1/+1 2023-09-12Update hot.md (#4990)Gravatar Nazeel 1-1/+1 2023-09-12Update simple.md (#4997)Gravatar Tom Redman 1-1/+1 Remove errant slash preventing the correct console log 2023-09-12fix typo and grammar errors (#5046)Gravatar xnacly 1-3/+3 2023-09-12clang and llvm on arch install v16, update to use v15 (#5069)Gravatar mi4uu 1-1/+10 2023-09-12Add missing full stop on nodejs-apis.md (#5072)Gravatar Diogo Goncalves 1-5/+5 2023-09-12udate README.md (#5127)Gravatar Toby 1-1/+1 update path 2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 17-18/+18 2023-09-12fix lifecycle docu (#5159)Gravatar Thomas Rupprecht 1-4/+4 2023-09-12Clean up Modules docGravatar Colin McDonnell 1-66/+73