aboutsummaryrefslogtreecommitdiff
path: root/src/install/integrity.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17[bun install] Improve performance of integrity hashingGravatar Jarred Sumner 1-12/+17
By using optimized BoringSSL implementations
2021-12-30Upgrade to latest Zig, remove dependency on patched version of Zig (#96)Gravatar Jarred Sumner 1-3/+1
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md
2021-12-16[bun install] Support printing yarn.lockGravatar Jarred Sumner 1-5/+48
2021-12-16[bun install] Shrink binary format size by 2.5xGravatar Jarred Sumner 1-0/+160