aboutsummaryrefslogtreecommitdiff
path: root/src/thread_pool.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 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-29import everything from "bun" where possibleGravatar Jarred Sumner 1-25/+2
2022-11-11Remove dead codeGravatar Jarred Sumner 1-41/+1
2022-10-05docs(thread_pool): comment readability improvements (#1241)Gravatar Ryan Russell 1-6/+6
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-16Make new HTTP client more stableGravatar Jarred Sumner 1-0/+2
2022-08-13Improve event loop reliability on LinuxGravatar Jarred SUmner 1-3/+25
2022-07-06[internal] Fix failing buildGravatar Jarred Sumner 1-4/+5
2022-07-06fix: spawn thread on linuxGravatar Egor 1-3/+6
2022-04-12wip fixes to sendfile() blockingGravatar Jarred Sumner 1-24/+4
2022-04-11`isize` is a little faster normallyGravatar Jarred Sumner 1-1/+1
2022-04-04fix bug with io sometimes sleeping permanetlyGravatar Jarred SUmner 1-11/+70
2022-03-16Increase from 4ms -> 40ms for timeoutGravatar Jarred SUmner 1-1/+1
2022-03-14Fix crash when HTTP thread goes to sleepGravatar Jarred Sumner 1-1/+4
2022-03-06source maps work for app code in `bun dev`!Gravatar Jarred Sumner 1-1/+5
2022-03-01[bun.js] Implement `setTimeout`, `setInterval`, `clearTimeout`, `clearInterval`Gravatar Jarred Sumner 1-1/+1
2022-02-18onSpawn handler for threadGravatar Jarred Sumner 1-4/+8
2022-02-05Implement keep-alive but disable itGravatar Jarred Sumner 1-2/+8
2022-02-04Several reliability improvements to HTTPGravatar Jarred SUmner 1-0/+4
2022-02-03Fix bug with http clientGravatar Jarred Sumner 1-1/+2
2022-02-01Cleanup HTTP thread on idleGravatar Jarred Sumner 1-5/+9
2022-02-01new boringSSL integration almost works with TLS 1.3Gravatar Jarred Sumner 1-3/+6
2022-01-23Add a callback when a thread spawnsGravatar Jarred Sumner 1-2/+7
2022-01-03[bun install] Reduce number of context switchesGravatar Jarred SUmner 1-3/+3
2022-01-02Be a little smarter about sleeping the netwrok threadGravatar Jarred Sumner 1-8/+21
2022-01-02Fix bug where bun uses ~15% of CPU idlyGravatar Jarred Sumner 1-0/+12
2021-12-29FIx bug in http clientGravatar Jarred Sumner 1-2/+2
2021-12-17👶event loopGravatar Jarred Sumner 1-1/+1
2021-12-16Start to restructure codeGravatar Jarred Sumner 1-1/+1
2021-12-16save and load manifestGravatar Jarred Sumner 1-3/+10
2021-12-16[npm install] starting to look good!Gravatar Jarred Sumner 1-7/+6
2021-12-16WIPGravatar Jarred Sumner 1-1/+8
2021-12-16[bun install] async http request works I think?Gravatar Jarred Sumner 1-0/+20
2021-12-16[bun install] WIPGravatar Jarred Sumner 1-0/+794