Commit Graph

  • 1344151576 fix(json): prevent stack overflow in JSONC parser on deeply nested input (#26174) robobun 2026-01-16 16:23:01 -08:00
  • 44df912d37 Add Bun.wrapAnsi() for text wrapping with ANSI escape code preservation (#26061) SUZUKI Sosuke 2026-01-17 09:12:23 +09:00
  • 05434add3e fix(bundler): legal comments no longer break module.exports = require() redirect optimization (#26113) robobun 2026-01-16 15:57:27 -08:00
  • 7e9fa4ab08 feat(scripts): enhance buildkite-failures.ts to fetch and save full logs (#26177) robobun 2026-01-16 15:37:31 -08:00
  • 0517e5fb56 [build images] Fix additional char32_t conversion warnings with LLVM 21 Claude Bot 2026-01-16 23:34:48 +00:00
  • 711bda149d fix(s3): address code review feedback Ciro Spaciari MacBook 2026-01-16 15:10:46 -08:00
  • fd89c12161 [build images] Increment bootstrap version to trigger new images with LLVM 21 Claude Bot 2026-01-16 23:13:26 +00:00
  • 5a1035f7e1 fix(s3): prevent double-free of metadata in multipart upload Ciro Spaciari MacBook 2026-01-16 15:06:25 -08:00
  • e9d0ddf8aa fix(s3): address code review feedback Ciro Spaciari MacBook 2026-01-16 14:44:10 -08:00
  • 65cb1e2e5c chore(tests): consolidate regression tests into appropriate test files claude/consolidate-regression-tests Claude Bot 2026-01-16 22:31:00 +00:00
  • 64a8a1632c [autofix.ci] apply automated fixes autofix-ci[bot] 2026-01-16 22:23:43 +00:00
  • 4e20483c2d [build images] Fix more char16_t/char32_t conversion warnings with LLVM 21 Claude Bot 2026-01-16 22:22:05 +00:00
  • 6f6f76f0c0 fix(macho): only update signature size on ARM64 with codesigning enabled (#26175) Dylan Conway 2026-01-16 14:18:48 -08:00
  • e19d9308b9 refactor(s3): use JSRef for S3Stat metadata field Ciro Spaciari MacBook 2026-01-16 13:59:37 -08:00
  • 37cbb0c633 Skip flaky SIGUSR1 inspector tests on ASAN builds Claude Bot 2026-01-16 21:51:15 +00:00
  • bd5850f17d docs(s3): add function-level documentation with AWS API references Ciro Spaciari MacBook 2026-01-16 13:46:09 -08:00
  • d153c08423 [build images] Fix C++ compilation errors with LLVM 21 Claude Bot 2026-01-16 21:18:16 +00:00
  • b6035355fe [autofix.ci] apply automated fixes autofix-ci[bot] 2026-01-16 21:27:55 +00:00
  • 01e22ae6ea docs(s3): add AWS Sig V4 implementation comments and fix MAX_HEADERS Ciro Spaciari MacBook 2026-01-16 13:25:55 -08:00
  • 2fe0b053e9 feat(s3): add custom metadata support (x-amz-meta-*) Ciro Spaciari MacBook 2026-01-15 18:06:04 -08:00
  • 8e4745972b [build images] Upgrade LLVM from 19 to 21 Claude Bot 2026-01-16 19:49:33 +00:00
  • 94691cb8fd [autofix.ci] apply automated fixes claude/fix-hoisted-version-selection autofix-ci[bot] 2026-01-16 20:31:52 +00:00
  • d5dd25dc8b Merge branch 'main' into claude/fix-hoisted-version-selection Alistair Smith 2026-01-16 12:30:14 -08:00
  • 82eb3f31f0 [autofix.ci] apply automated fixes autofix-ci[bot] 2026-01-16 20:21:37 +00:00
  • f2a13504a3 Revert Request.zig import reordering Claude Bot 2026-01-16 20:19:49 +00:00
  • f6189c73f9 Revert ReadableStreamInternals.ts changes Claude Bot 2026-01-16 20:18:58 +00:00
  • d780bf1a23 [autofix.ci] apply automated fixes autofix-ci[bot] 2026-01-16 20:18:52 +00:00
  • 1c88d406c1 Remove comment Claude Bot 2026-01-16 20:17:08 +00:00
  • 82bf72afd1 Merge remote-tracking branch 'origin/main' into claude/merge-sigusr1 claude/merge-sigusr1 Claude Bot 2026-01-16 20:15:16 +00:00
  • 960e5db2fe fix: use hasContentLen instead of hasContentLength for header removal claude/fix-addtrailers-silent-discard Claude Bot 2026-01-16 18:15:20 +00:00
  • 8da29af1ae feat(node:inspector): implement Profiler API (#25939) vadim-anthropic 2026-01-16 10:12:28 -08:00
  • 7ab5cf7a34 fix(http): silently discard trailers when chunked encoding not used Claude Bot 2026-01-16 17:57:57 +00:00
  • b46cd8a786 fix(udp): prevent socket from dying on Windows ICMP port unreachable claude/fix-udp-windows-icmp-26166 Claude Bot 2026-01-16 14:51:33 +00:00
  • 6653c96f99 fix(bun:git): Add libgit2 submodule and fix cmake configuration claude/bun-git-module Claude Bot 2026-01-16 09:24:34 +00:00
  • a9ad1d5527 fix(install): use std.once for thread-safe libc detection claude/fix-libc-filtering-26156 Claude Bot 2026-01-16 08:54:05 +00:00
  • 38d399861f fix(bun:git): Resolve merge conflicts and cleanup duplicate implementations Claude Bot 2026-01-16 08:51:31 +00:00
  • f6acb4ff57 [build images] claude/upgrade-nodejs-v25.3.0 Claude Bot 2026-01-16 08:43:14 +00:00
  • 25ad2a0b8a fix(bun:git): Fix module loading and add comprehensive tests Claude Bot 2026-01-16 08:35:08 +00:00
  • efeadc42b1 feat(bun:git): Initial implementation of bun:git module with libgit2 Claude Bot 2026-01-16 07:36:01 +00:00
  • 04ed2fcfed fix(install): implement runtime libc detection for package filtering Claude Bot 2026-01-16 08:29:08 +00:00
  • 691bbddbdd Rename OLDPWD to ORIG_DIR to avoid shell reserved variable claude/add-tar-archives-release Claude Bot 2026-01-16 08:21:06 +00:00
  • 1955bba15b Add trap for cleanup on exit/error Claude Bot 2026-01-16 08:16:11 +00:00
  • adb3d5d52c feat: upgrade Node.js target to v25.3.0 Claude Bot 2026-01-16 08:09:09 +00:00
  • d1c2d4eb7d Address review feedback for compressed archives step Claude Bot 2026-01-16 08:08:51 +00:00
  • 34d1c70d06 fix(install): filter optional dependencies by libc field (#26156) Claude Bot 2026-01-16 08:04:11 +00:00
  • 8f9ec876ff Add tar.gz, tar.zst, and tar.xz archives to releases Claude Bot 2026-01-16 08:01:25 +00:00
  • 076b20083a [autofix.ci] apply automated fixes claude/fix-server-response-writable-ended-25632 autofix-ci[bot] 2026-01-16 07:42:58 +00:00
  • d0cc8986e9 Merge branch 'main' into claude/fix-server-response-writable-ended-25632 Jarred Sumner 2026-01-15 23:41:16 -08:00
  • bcbb4fc35d fix(cli): show helpful error for unsupported file types instead of "File not found" (#26126) robobun 2026-01-15 23:40:45 -08:00
  • ad67ffa205 [autofix.ci] apply automated fixes claude/fix-require-print-exception-25653 autofix-ci[bot] 2026-01-16 07:04:28 +00:00
  • 9be2d7556b Merge branch 'main' into claude/fix-require-print-exception-25653 Jarred Sumner 2026-01-15 23:02:52 -08:00
  • ad4aabf486 fix(Request): set cache and mode options correctly (#26099) robobun 2026-01-15 23:02:16 -08:00
  • c9c2a560b0 fix(bun:git): Fix export functions for $cpp integration Claude Bot 2026-01-16 06:53:03 +00:00
  • 29dc5af8c9 test(bun:git): Add comprehensive tests for bun:git module Claude Bot 2026-01-16 06:52:19 +00:00
  • 0ed687fdaf feat(bun:git): Add TypeScript wrapper and ZigGlobalObject integration Claude Bot 2026-01-16 06:51:12 +00:00
  • 3422bd6411 feat(bun:git): Initial implementation of bun:git module with libgit2 Claude Bot 2026-01-16 06:49:25 +00:00
  • 5b25a3abdb fix: don't call Bun.serve() on exported Server instances (#26144) robobun 2026-01-15 20:28:32 -08:00
  • 12243b9715 fix(ws): pass selected protocol from handleProtocols to upgrade response (#26118) robobun 2026-01-15 18:22:01 -08:00
  • 5d3f37d7ae feat(s3): add Content-Encoding header support for S3 uploads (#26149) Ciro Spaciari 2026-01-15 18:09:33 -08:00
  • 2a483631fb fix(http): allow body on GET/HEAD/OPTIONS requests for Node.js compatibility (#26145) robobun 2026-01-15 17:46:07 -08:00
  • cdcff11221 fix(cli): handle BrokenPipe gracefully in bun completions (#26097) robobun 2026-01-15 17:44:59 -08:00
  • 0e8c82cd48 fix: use the long lived allocator Alistair Smith 2026-01-15 17:22:32 -08:00
  • fc699e3734 fix: wrap dynamic import of CJS chunks with __toESM when splitting (#26120) Alistair Smith 2026-01-15 16:42:17 -08:00
  • dfa704cc62 fix(s3): add contentDisposition and type support to presign() (#25999) robobun 2026-01-15 15:33:43 -08:00
  • b097807c94 Merge branch 'main' into ali/bundler-duplicate-exports-attempt1 Alistair Smith 2026-01-15 14:50:53 -08:00
  • f01467d3dc perf(buffer): optimize Buffer.from(array) by using setFromArrayLike directly (#26135) SUZUKI Sosuke 2026-01-16 05:10:47 +09:00
  • b268004715 Upgrade WebKit to d5bd162d9ab2 (#25958) Jarred Sumner 2026-01-15 10:26:43 -08:00
  • d0ca03cfec test: simplify assertions per review feedback Claude Bot 2026-01-15 17:36:11 +00:00
  • 15c990bf2e fix(install): hoist highest version in isolated installs Claude Bot 2026-01-15 17:26:06 +00:00
  • 23122d1526 fix(build): request baseline WebKit for x64 baseline builds claude/fix-baseline-webkit-avx-crash Claude Bot 2026-01-14 16:02:07 +00:00
  • 97feb66189 Double the hardcoded max http header count (#26130) Alistair Smith 2026-01-15 00:35:37 -08:00
  • 8466f12671 Update outdated doc. io_uring has not been required in years. Jarred Sumner 2026-01-15 00:34:49 -08:00
  • a319321ba1 fix(runtime): preserve symlink path in process.argv[1] claude/fix-process-argv-symlink-2900 Claude Bot 2026-01-15 01:23:15 +00:00
  • 6d681fb1f3 test: strengthen sourcemap test with positive assertions Claude Bot 2026-01-15 04:30:33 +00:00
  • 3a67efca0c Preserve DontEnum on EventSource reassignment, fix test leak claude/fix-eventsource-3319 Claude Bot 2026-01-15 03:42:44 +00:00
  • e49dce35be Allow EventSource reassignment and handle non-callable handlers Claude Bot 2026-01-15 03:25:27 +00:00
  • ed75a0e2d1 fix(http): use correct client certificate for mTLS fetch() requests (#26129) robobun 2026-01-14 19:22:08 -08:00
  • b64e8c1f57 [autofix.ci] apply automated fixes autofix-ci[bot] 2026-01-15 03:18:15 +00:00
  • 2a4988486f Merge branch 'main' into claude/fix-sourcemap-root-3332 Jarred Sumner 2026-01-14 19:16:37 -08:00
  • fe99fab134 fix(bindings): add exception scope checks in JSConnectionsList and NodeModuleModule claude/exception-scope Claude Bot 2026-01-15 02:40:16 +00:00
  • fdb956f2fe Update CLAUDE.md Jarred Sumner 2026-01-14 19:09:29 -08:00
  • d4e5197208 Fix exception scope verification error Jarred Sumner 2026-01-14 19:09:18 -08:00
  • 9d1c0efd24 Address additional PR review feedback Claude Bot 2026-01-15 03:02:21 +00:00
  • f05725c05f fix: free stderr on success path and handle CRLF in tests claude/fix-git-clone-error-messages Claude Bot 2026-01-15 02:56:20 +00:00
  • 7d640cccd1 fix(tls): check SSL_is_init_finished directly for _secureEstablished (#26086) robobun 2026-01-14 18:48:09 -08:00
  • 522d716d79 fix: free stdout/stderr buffers on exec() error paths Claude Bot 2026-01-15 02:43:11 +00:00
  • f7df2af737 Merge branch 'main' into claude/fix-missing-package-json-error-message Jarred Sumner 2026-01-14 18:40:55 -08:00
  • 65a9a2a580 fix(process): emit EPIPE error on broken pipe for process.stdout.write() (#26124) robobun 2026-01-14 18:37:54 -08:00
  • c302061d1f [autofix.ci] apply automated fixes autofix-ci[bot] 2026-01-15 02:32:39 +00:00
  • f4a1af6678 refactor: extract helper functions for git error handling Claude Bot 2026-01-15 02:30:50 +00:00
  • f661989942 Address PR review feedback for EventSource implementation Claude Bot 2026-01-15 02:30:57 +00:00
  • 393198d190 fix(install): quote workspace: versions in yarn lockfile (#26106) robobun 2026-01-14 18:22:32 -08:00
  • 31cce17b6c Merge branch 'main' into claude/fix-git-clone-error-messages Jarred Sumner 2026-01-14 18:10:14 -08:00
  • 77b69c6a3e feat: implement EventSource (Server-Sent Events) API Claude Bot 2026-01-15 01:59:22 +00:00
  • e7d9d4f1e5 address PR review comments claude/fix-jsx-import-deduplication Claude Bot 2026-01-15 01:46:44 +00:00
  • 798b48c898 fix(runtime): exclude globalThis from auto-serve detection (#26107) robobun 2026-01-14 17:41:21 -08:00
  • 34089163db [autofix.ci] apply automated fixes autofix-ci[bot] 2026-01-15 01:34:04 +00:00
  • 2f73acf35a fix(bundler): deduplicate JSX runtime imports across files Claude Bot 2026-01-15 01:32:08 +00:00
  • 5acb27fa57 fix: address review comments - use tempDir and add exitCode assertion claude/fix-bunx-tarball-url-3675 Claude Bot 2026-01-15 01:28:56 +00:00
  • 785976d25c [autofix.ci] apply automated fixes claude/add-max-http-header-count autofix-ci[bot] 2026-01-15 01:26:07 +00:00