Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -2/+2 | ||
* @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-29 | import everything from "bun" where possible | 1 | -25/+2 | ||
2022-11-11 | Remove dead code | 1 | -41/+1 | ||
2022-10-05 | docs(thread_pool): comment readability improvements (#1241) | 1 | -6/+6 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-09-16 | Make new HTTP client more stable | 1 | -0/+2 | ||
2022-08-13 | Improve event loop reliability on Linux | 1 | -3/+25 | ||
2022-07-06 | [internal] Fix failing build | 1 | -4/+5 | ||
2022-07-06 | fix: spawn thread on linux | 1 | -3/+6 | ||
2022-04-12 | wip fixes to sendfile() blocking | 1 | -24/+4 | ||
2022-04-11 | `isize` is a little faster normally | 1 | -1/+1 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -11/+70 | ||
2022-03-16 | Increase from 4ms -> 40ms for timeout | 1 | -1/+1 | ||
2022-03-14 | Fix crash when HTTP thread goes to sleep | 1 | -1/+4 | ||
2022-03-06 | source maps work for app code in `bun dev`! | 1 | -1/+5 | ||
2022-03-01 | [bun.js] Implement `setTimeout`, `setInterval`, `clearTimeout`, `clearInterval` | 1 | -1/+1 | ||
2022-02-18 | onSpawn handler for thread | 1 | -4/+8 | ||
2022-02-05 | Implement keep-alive but disable it | 1 | -2/+8 | ||
2022-02-04 | Several reliability improvements to HTTP | 1 | -0/+4 | ||
2022-02-03 | Fix bug with http client | 1 | -1/+2 | ||
2022-02-01 | Cleanup HTTP thread on idle | 1 | -5/+9 | ||
2022-02-01 | new boringSSL integration almost works with TLS 1.3 | 1 | -3/+6 | ||
2022-01-23 | Add a callback when a thread spawns | 1 | -2/+7 | ||
2022-01-03 | [bun install] Reduce number of context switches | 1 | -3/+3 | ||
2022-01-02 | Be a little smarter about sleeping the netwrok thread | 1 | -8/+21 | ||
2022-01-02 | Fix bug where bun uses ~15% of CPU idly | 1 | -0/+12 | ||
2021-12-29 | FIx bug in http client | 1 | -2/+2 | ||
2021-12-17 | 👶event loop | 1 | -1/+1 | ||
2021-12-16 | Start to restructure code | 1 | -1/+1 | ||
2021-12-16 | save and load manifest | 1 | -3/+10 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -7/+6 | ||
2021-12-16 | WIP | 1 | -1/+8 | ||
2021-12-16 | [bun install] async http request works I think? | 1 | -0/+20 | ||
2021-12-16 | [bun install] WIP | 1 | -0/+794 | ||