aboutsummaryrefslogtreecommitdiff
path: root/src/env.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-07Mark more things as only macGravatar Jarred Sumner 1-0/+6
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-1/+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-09-28Fix several bugs with Request body streaming + store small response bodies ↵Gravatar Jarred Sumner 1-1/+1
without an extra memory allocation
2022-09-05Support async `onLoad` callbacks in `Bun.plugin`Gravatar Jarred Sumner 1-0/+1
2022-08-20Fix running zig testsGravatar Jarred Sumner 1-3/+10
2022-08-03Don't use SIMD in non-SIMD buildsGravatar Jarred Sumner 1-0/+1
2022-08-03Add `process.revision` and expose git sha to buildsGravatar Jarred Sumner 1-0/+2
2022-07-22Canary builds (Linux) (#824)canaryGravatar Jarred Sumner 1-1/+1
* wip * WIP: * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * Workaround missing system calls * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Fix baseline detection * WIP * strip debug symbol * Auto-generate canary build Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-06-22Sending worksGravatar Jarred Sumner 1-0/+1
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