Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-27 | fix sentinel mismatches | 1 | -1/+1 | ||
2023-01-13 | move more things | 1 | -3/+3 | ||
2023-01-13 | Split some things into more files and use bun namespace instead of import more | 1 | -5/+5 | ||
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -44/+67 | ||
* @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-11 | [internal] Change HashMap implementation for storing symbols | 1 | -1/+0 | ||
2022-12-04 | Update ffi.zig | 1 | -6/+6 | ||
2022-11-29 | import everything from "bun" where possible | 1 | -30/+30 | ||
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -1/+0 | ||
2022-11-08 | Stack allocate arguments to make it actually threadsafe | 1 | -0/+2 | ||
2022-11-06 | Fix symbol error with `make headers` | 1 | -0/+3 | ||
cc @lawrencecchen | |||||
2022-11-06 | Fix bug when passing ABI Types as integers | 1 | -3/+5 | ||
2022-11-02 | [bun:ffi] Add `threadsafe` option to callbacks | 1 | -2/+19 | ||
2022-11-02 | Update ffi.zig (#1449) | 1 | -1/+1 | ||
2022-11-02 | [bun:ffi] Implement `JSCallback` so C can call into JS | 1 | -66/+145 | ||
2022-10-15 | add more logging | 1 | -9/+9 | ||
2022-09-30 | Remove extraneous calls to `.ref()` | 1 | -26/+26 | ||
2022-09-09 | Fix failing tests after ptr change | 1 | -2/+2 | ||
2022-09-06 | workaround test failure | 1 | -26/+36 | ||
2022-08-29 | Improve error when FFI fails to dlopen() | 1 | -2/+15 | ||
2022-08-28 | [bun:ffi] Fix crash with uint64_t | 1 | -1/+1 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -2/+1 | ||
2022-08-17 | [bun:ffi] Improve `ptr()` performance and implement code generation for DOMJIT | 1 | -8/+21 | ||
2022-08-10 | Fix console.log with typed arrays | 1 | -6/+7 | ||
2022-08-03 | Fix test failures from `JSPropertyIterator` change | 1 | -3/+3 | ||
2022-08-03 | refactor: create a high-level property iterator (#972) | 1 | -11/+9 | ||
This also fixes multiple memory leaks double frees. | |||||
2022-07-29 | fix(ffi): double-free segfault with symbols object (#919) | 1 | -1/+0 | ||
2022-07-05 | Fix bug in ffi | 1 | -3/+3 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+1436 | ||