Commit Graph

5 Commits

Author SHA1 Message Date
Claude Bot
37bdffed03 Add HTTP thread-based Bun version update checker
Implements a version checker that runs during HTTP thread idle periods:

- Checks for Bun version updates at random intervals (30-180 seconds)
- Only runs when HTTP thread is idle (no active requests)
- Ensures only one check per idle period using state tracking
- Integrates with existing usockets sweep timer (4-second intervals)
- Uses existing HTTP infrastructure for version checking
- Includes basic test coverage

The checker activates during HTTP thread idle periods, making efficient
use of the existing 4-second sweep timer cycle. This provides automatic
update notifications without impacting performance during active usage.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 07:35:07 +00:00
taylor.fish
07cd45deae Refactor Zig imports and file structure (part 1) (#21270)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-22 17:51:38 -07:00
pfg
83760fc446 Sort imports in all files (#21119)
Co-authored-by: taylor.fish <contact@taylor.fish>
2025-07-21 13:26:47 -07:00
taylor.fish
a1c0f74037 Simplify/fix threading utilities (#21089)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-18 22:02:36 -07:00
Ciro Spaciari
964f2a8941 fix(fetch/s3) Handle backpressure when upload large bodies (#20481)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
2025-06-27 20:52:46 -07:00