aboutsummaryrefslogtreecommitdiff
path: root/src/env.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-27WASMGravatar Jarred Sumner 1-3/+1
2021-12-30Upgrade to latest Zig, remove dependency on patched version of Zig (#96)Gravatar Jarred Sumner 1-11/+12
* 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] move around some codeGravatar Jarred Sumner 1-1/+1
2021-12-16[bun install] Most of the Lockfile format (not done yet)Gravatar Jarred Sumner 1-0/+2
2021-10-28- Fix consistentcy issue with runtime hashGravatar Jarred Sumner 1-1/+1
- Fix edgecases in strings.eqlComptime by simplifying the implementation
2021-10-05analytics is good enough for nowGravatar Jarred Sumner 1-1/+1
2021-10-05Async analytics works nowGravatar Jarred Sumner 1-1/+1
Requests are ~60 bytes and the thread mostly sleeps, so it should be pretty low overhead overall.
2021-10-05Simple analyticsGravatar Jarred Sumner 1-0/+2
2021-10-01Add support for INotify-based filesystem watcherGravatar Jarred Sumner 1-1/+1
2021-09-15zig fmtGravatar Jarred Sumner 1-1/+1
2021-09-08Fixes for AARCH64:Gravatar Jarred Sumner 1-0/+2
2021-08-04coldGravatar Jarred Sumner 1-0/+1
Former-commit-id: 29ceac2a8474322997b89ce217b059bc0c5bc810
2021-07-26Fix build issuesGravatar Jarred Sumner 1-4/+4
Former-commit-id: 5164b69b57e8c11666591823c5b83435facce5c8
2021-06-17CSS scanner worksGravatar Jarred Sumner 1-0/+21
Former-commit-id: 4ca1e17778dc4a331da5a9a21f56e0e590c799ce