Commit Graph

  • 98df25e85c test(bundler): improve error message when port detection fails Claude Bot 2026-01-20 00:45:30 +00:00
  • 279ef4fb4c test(bundler): handle Windows .exe extension for compiled binary Claude Bot 2026-01-20 00:40:31 +00:00
  • 8dce97dfc6 test(bundler): add status check before reading response body Claude Bot 2026-01-20 00:28:31 +00:00
  • 960ae22cd4 test(bundler): use dynamic port in compile asset paths test Claude Bot 2026-01-20 00:23:44 +00:00
  • aa2ff1bbf7 test(bundler): improve test for compile asset paths Claude Bot 2026-01-19 23:57:42 +00:00
  • 0dda0f6310 fix(socket): free resources when socket is reused for reconnection (#26280) robobun 2026-01-19 15:46:52 -08:00
  • 5e8a84e5e7 fix(fs): Dirent.isFIFO() incorrectly returns true for unknown type (#26263) robobun 2026-01-19 15:44:27 -08:00
  • 01fac4a63c fix(shell): prevent double-free of ShellArgs in error path (#26277) robobun 2026-01-19 15:24:57 -08:00
  • b033c3defe fix(bundler): use absolute paths for assets in compile mode Claude Bot 2026-01-19 22:51:29 +00:00
  • 5ac52a804e test: address PR review comments for dgram cluster tests claude/fix-dgram-cluster-sharing-24157 Claude Bot 2026-01-19 22:37:11 +00:00
  • b344ddeec1 fix(install): enable workspace root discovery for bun link claude/fix-link-workspace-sibling-deps Claude Bot 2026-01-19 22:28:05 +00:00
  • 444407095e fix(tls): getCACertificates('system') now works without --use-system-ca claude/fix-get-ca-certificates-system-24339 Claude Bot 2026-01-19 21:57:32 +00:00
  • 6265ff66c9 fix(dgram): throw clear error for unsupported UDP socket sharing in cluster mode Claude Bot 2026-01-19 22:22:51 +00:00
  • 89bdd06b51 fix(secrets): decode UTF-16LE credentials from Windows Credential Manager claude/fix-secrets-utf16le-windows-24135 Claude Bot 2026-01-19 21:57:38 +00:00
  • 106ef125c0 fix(resolver): allow long data URLs in module resolution claude/fix-long-data-url-workers Claude Bot 2026-01-19 22:10:57 +00:00
  • 07aa2e7f63 fix(tty): avoid kqueue registration for TTY fds on macOS (#24158) claude/fix-tty-writestream-kqueue-24158 Claude Bot 2026-01-19 22:10:21 +00:00
  • fd4c0144d4 fix(resolver): fall back to next condition when export target file doesn't exist claude/fix-conditional-export-fallback-24184 Claude Bot 2026-01-19 22:10:07 +00:00
  • 3536e422e9 Merge branch 'main' into jarred/repl-mode Jarred Sumner 2026-01-19 14:09:41 -08:00
  • e794d93371 fix(fetch): respect dispatcher option from undici for TLS settings claude/fix-fetch-dispatcher-tls-option Claude Bot 2026-01-19 22:09:37 +00:00
  • e98a9c074b refactor: simplify host check in formatWhatwgUrl claude/fix-url-format-whatwg-credentials Claude Bot 2026-01-19 22:09:23 +00:00
  • 698d8a0692 fix(bundler): replace process.env.* even when process is shadowed claude/fix-env-shadowed-process-24348 Claude Bot 2026-01-19 22:08:47 +00:00
  • 0e81b26af8 fix(bundler): use Object.create(null) for enum objects to prevent prototype pollution claude/fix-enum-prototype-pollution Claude Bot 2026-01-19 22:08:42 +00:00
  • 5c89286a08 fix(sql): ref MySQL poll when enqueueing request on idle connection claude/fix-mysql-poll-ref-after-idle Claude Bot 2026-01-19 22:05:07 +00:00
  • 153afee569 fix(cli): error when using --bytecode with cross-compilation claude/fix-bytecode-cross-compile-24144 Claude Bot 2026-01-19 22:05:01 +00:00
  • 560713ec23 fix(upgrade): restore SELinux context after binary move claude/fix-selinux-upgrade-24171 Claude Bot 2026-01-19 22:00:53 +00:00
  • c40089e6e1 fix(http): add destroySoon to HTTP upgrade sockets claude/fix-24127-destroySoon Claude Bot 2026-01-19 21:59:53 +00:00
  • 6761760459 fix(node:url): preserve credentials in url.format() for WHATWG URLs Claude Bot 2026-01-19 21:58:18 +00:00
  • 38c04dec3e Merge branch 'main' into claude/fix-windows-open-url-26231 claude/fix-windows-open-url-26231 Jarred Sumner 2026-01-19 11:58:26 -08:00
  • f8adf01f51 fix(install): handle null metadata gracefully instead of panicking (#26238) robobun 2026-01-19 11:26:25 -08:00
  • d85d40ea29 fix(ffi): respect C_INCLUDE_PATH and LIBRARY_PATH env vars (#26250) robobun 2026-01-19 11:24:02 -08:00
  • 8be7c161d0 fix: handle spread/rest patterns in convertBindingToExpr Jarred Sumner 2026-01-19 11:07:57 -08:00
  • a47f1555d6 refactor: address code review feedback Jarred Sumner 2026-01-19 00:35:49 -08:00
  • 84ef7598fd fix: hoist all declarations as var for context property persistence Jarred Sumner 2026-01-19 00:32:38 -08:00
  • b001c9afc0 [autofix.ci] apply automated fixes autofix-ci[bot] 2026-01-19 08:26:29 +00:00
  • 5a0705348b feat(transpiler): add replMode option for REPL transforms Jarred Sumner 2026-01-19 00:22:35 -08:00
  • b72329bfef fix(bundler): default NODE_ENV to production for --compile builds claude/fix-compile-node-env-production Claude Bot 2026-01-19 08:15:05 +00:00
  • 7471dc6bfc fix(worker): stop JS execution immediately on process.exit() claude/fix-worker-process-exit-26239 Claude Bot 2026-01-19 06:45:41 +00:00
  • 9e9938105b fix(install): match auth tokens by path for project-specific npm registries claude/fix-gitlab-registry-auth-path-matching Claude Bot 2026-01-19 07:26:40 +00:00
  • ab9ba5be4e perf(minify): skip renaming symbols with zero use count claude/skip-renaming-unused-symbols Claude Bot 2026-01-19 05:04:22 +00:00
  • 653c7de613 fix(sql): resolve MySQL connection pool hang with pool size > 1 claude/fix-mysql-pool-hang-26235 Claude Bot 2026-01-19 06:16:29 +00:00
  • f16b4775db fix(windows): use cmd.exe to invoke start for opening URLs Claude Bot 2026-01-19 03:34:48 +00:00
  • 18322da1e9 Fix virtual mode path comments by using relative paths claude/virtual-bundler-tests Claude Bot 2026-01-18 22:44:31 +00:00
  • c47f84348a Update CLAUDE.md Jarred Sumner 2026-01-18 14:07:24 -08:00
  • c04ee28892 Add virtual: true to WPT CSS tests Claude Bot 2026-01-18 21:50:18 +00:00
  • f8a049e9f2 perf(buffer): optimize swap16/swap64 with __builtin_bswap (#26190) SUZUKI Sosuke 2026-01-19 06:33:04 +09:00
  • 12a45b7cbf Remove dead data URL check in fetch implementation (#26197) SUZUKI Sosuke 2026-01-19 06:32:20 +09:00
  • 039c89442f chore: bump TinyCC to latest upstream (Jan 2026) (#26210) robobun 2026-01-18 13:31:21 -08:00
  • 8bac1dd4f3 Remove comments from esbuild/css.test.ts Claude Bot 2026-01-18 21:29:27 +00:00
  • c3b4e5568c fix(http): check socket state before operations in doRedirect (#26221) robobun 2026-01-18 13:19:30 -08:00
  • 3d46ae2fa4 fix(node-fetch): convert old-style Node.js streams to Web streams (#26226) robobun 2026-01-18 13:19:02 -08:00
  • 8695e45f59 Retry CI build (infrastructure issue with SetupBuildkite.cmake) Claude Bot 2026-01-18 11:55:07 +00:00
  • 44340bf7e7 Revert all CSS tests with path-dependent expectations to non-virtual mode Claude Bot 2026-01-18 11:35:37 +00:00
  • 85ca1a67cf Revert esbuild/css.test.ts tests to non-virtual mode Claude Bot 2026-01-18 10:51:39 +00:00
  • 19606f0c12 Address additional code review feedback Claude Bot 2026-01-18 10:03:43 +00:00
  • 6dcd16657e Address code review feedback for virtual mode Claude Bot 2026-01-18 09:55:29 +00:00
  • 07bdea0d03 fix(tests): address code review feedback for virtual mode Claude Bot 2026-01-18 09:42:42 +00:00
  • c057f444e1 fix: address review comments claude/fix-data-attributes-html-bundler Claude Bot 2026-01-18 09:39:41 +00:00
  • 32cdb2cfd4 perf(tests): convert 7 esbuild CSS tests to virtual mode Claude Bot 2026-01-18 09:18:35 +00:00
  • a22f005365 perf(tests): convert more CSS tests to virtual mode Claude Bot 2026-01-18 09:17:00 +00:00
  • fce146899e perf(tests): add virtual mode to itBundled for in-memory builds Claude Bot 2026-01-18 08:52:30 +00:00
  • 6e0a60fac6 fix(bundler): preserve data-* attributes on script and link tags in HTML bundler Claude Bot 2026-01-18 09:28:34 +00:00
  • 716801e92d gitignore: add .direnv dir (#26198) wovw 2026-01-18 00:17:14 -08:00
  • 939f5cf7af fix(nix): disable fortify hardening for debug builds (#26199) wovw 2026-01-18 00:17:01 -08:00
  • 496aeb97f9 refactor(wrapAnsi): use WTF::find for character searches (#26200) SUZUKI Sosuke 2026-01-18 16:43:02 +09:00
  • 3b5f2fe756 chore(deps): update BoringSSL fork to latest upstream (#26212) robobun 2026-01-17 23:39:04 -08:00
  • d95c7c9896 deps: update elysia to 1.4.22 (1.4.22) deps/update-elysia-18 Jarred-Sumner 2026-01-18 04:18:51 +00:00
  • c834f825c5 deps: update libarchive to v3.8.5 (dd897a78c662a2c7a003e7ec158cea7909557bee) deps/update-libarchive-55 RiskyMH 2026-01-18 03:34:38 +00:00
  • 2bacab4e43 fix(test): address review feedback for issue 26207 test claude/fix-node-env-validation Claude Bot 2026-01-18 02:45:10 +00:00
  • 11c56071e8 fix(run): validate NODE env path exists before using it Claude Bot 2026-01-18 02:34:04 +00:00
  • ec8f51f070 deps: update lolhtml to v2.7.1 (e9e16dca48dd4a8ffbc77642bc4be60407585f11) deps/update-lolhtml-61 Jarred-Sumner 2026-01-18 01:30:05 +00:00
  • 96c5c7e9ba fix(s3): improve buffer overflow handling and fix metadata use-after-free Ciro Spaciari MacBook 2026-01-17 13:06:53 -08:00
  • ca744fa10e fix(s3): handle empty MetadataMap in dupeImpl correctly Ciro Spaciari MacBook 2026-01-17 12:46:22 -08:00
  • d45e9a0423 fix(s3): add bounds checking to canonical request writer Ciro Spaciari MacBook 2026-01-17 12:38:29 -08:00
  • 9a1e0b47f5 fix(s3): enforce AWS metadata total bytes limit (2KB) Ciro Spaciari MacBook 2026-01-17 12:02:44 -08:00
  • 20e820ac54 chore: remove redundant sql.end() calls with await using claude/fix-mysql-caching-sha2-password-26195 Claude Bot 2026-01-17 15:38:26 +00:00
  • 1307f7a26d fix(sql): correct byte order in MySQL caching_sha2_password auth Claude Bot 2026-01-17 15:33:00 +00:00
  • 2800b80e3b fix(resolver): resolve tsconfig paths with .js extension pattern correctly claude/fix-tsconfig-paths-extension-26193 Claude Bot 2026-01-17 15:22:15 +00:00
  • ad2dc9bcd9 [autofix.ci] apply automated fixes claude/fix-intcast-overflow-26187 autofix-ci[bot] 2026-01-17 12:09:26 +00:00
  • 868fe0e020 fix(uv): add bounds check for buffer count in readv/writev to prevent panic Claude Bot 2026-01-17 12:07:38 +00:00
  • 9b735b6e72 fix(ci): rename BUILD_TYPE to BUILD_DIR for clarity claude/bake-ci-dependencies Claude Bot 2026-01-17 09:39:23 +00:00
  • e90c2bd319 fix(ci): improve shell script error handling Claude Bot 2026-01-17 09:31:58 +00:00
  • 0e184519bd fix(ci): address review comments for dependency baking Claude Bot 2026-01-17 09:27:40 +00:00
  • f49229f2ef fix(ci): ensure no gap during AMI replacement Claude Bot 2026-01-17 09:14:24 +00:00
  • f605257804 feat(ci): add daily workflow to rebuild CI images Claude Bot 2026-01-17 08:47:22 +00:00
  • 64fb607ba9 fix(ci): keep cmake/ninja files for proper caching Claude Bot 2026-01-17 08:42:30 +00:00
  • ab19da8156 fix(ci): correct clone target names and add source list generation Claude Bot 2026-01-17 08:36:45 +00:00
  • 78ca50e356 feat(ci): bake build dependencies into CI images Claude Bot 2026-01-17 08:28:30 +00:00
  • f833f11afa fix(bake): respect --no-clear-screen in DevServer HMR (#26184) robobun 2026-01-16 21:33:36 -08:00
  • b2e5c6c7d1 Upgrade WebKit to ea1bfb85d259 (#26161) robobun 2026-01-16 18:46:48 -08:00
  • 964b588368 [build images] Disable -Wcharacter-conversion warning for LLVM 21 claude/upgrade-llvm-21 Claude Bot 2026-01-17 02:34:43 +00:00
  • 704a5865da fix: revert to needsWrapperRef() for wrapper_ref creation claude/fix-wrapper-ref-esbuild-match-v2 Claude Bot 2026-01-17 02:04:48 +00:00
  • a54a38fa47 fix(s3): add metadata limit guard and fix memory leaks Ciro Spaciari MacBook 2026-01-16 18:04:10 -08:00
  • 708258a542 fix(install): remove automatic shell completions installation claude/fix-install-completions-opt-in Claude Bot 2026-01-17 01:41:56 +00:00
  • fbec5c0eba fix(s3): use optional chaining in metadata tests to avoid eval error Ciro Spaciari MacBook 2026-01-16 17:39:28 -08:00
  • 2562c412f2 fix(s3): replace banned catch bun.outOfMemory() with bun.handleOom Ciro Spaciari MacBook 2026-01-16 17:37:31 -08:00
  • 3800722478 Address CodeRabbit review comments Claude Bot 2026-01-17 01:10:57 +00:00
  • 5736015861 fix: always create wrapper_ref and remove Ref.None guards Claude Bot 2026-01-17 01:00:09 +00:00
  • 485be1332a Merge branch 'main' into ali/bundler-duplicate-exports-attempt1 Alistair Smith 2026-01-16 16:49:08 -08:00
  • 2c5da98665 Merge branch 'main' into claude/fix-missing-package-json-error-message claude/fix-missing-package-json-error-message Jarred Sumner 2026-01-16 16:24:20 -08:00
  • 1344151576 fix(json): prevent stack overflow in JSONC parser on deeply nested input (#26174) robobun 2026-01-16 16:23:01 -08:00