index
:
bun
1-runner
add-license
ansg191/server-identity-CN
ansg191/system-store
bun-crash-dump
bun-json
bun-polyfills
bun-test-each
ciro/child-process-fixes
ciro/fetch-fix-with-lock
ciro/fix-flask-tests
ciro/fix-maxRequestBodySize
ciro/fix-test-command
ciro/gc-tests
ciro/http2
ciro/proxy-connect-tests
ciro/queue-response-experiment
ciro/spawn-abort-signal-rebased
ciro/ws-fetch-proper-handshake
cli-flags
completions
create-constructors-when-needed
dap2
dap3
dave/assert-double-is-valid
dave/bundler-string-length
dave/es5-class-helper
dave/import.meta.resolve
dave/install-tag-without-dash
dave/lol
dave/nodemodule-preloadmodules
dave/postinstall
dave/postinstall_2
dave/remove-native-event
dave/zlib
debugger-dev
derrick/fix/bindings-mark-jscinitialize
derrick/fix/event-emitter-async-iter
derrick/fix/event-emitter-emit-throw-native
derrick/fix/http-lowercase-headers
derrick/fix/node-tests
derrick/test/add-ed25519-tests
detect-libc
doc/0.8
dylan/callback-fulfilled-after-rejection
dylan/change-pathname-assert
dylan/cli-fixes
dylan/encoding-fix
dylan/fix-bundling-lodash-es-is-buffer
dylan/fix-error-inlining
dylan/fix-module-field-in-exports
dylan/github-api-option
dylan/github-dependencies
dylan/import-file-path
dylan/non-enumerable-export-values
dylan/resolve-rope-in-string
dylan/set-exit-code
dylan/source-map-names-property
eventstream
feat/ecosystem
feat/npm
fix
fix-prepare-stack-trace
fix-websocket-upgrade
fs-watch-file
got
guides-3
improve-docker
insensitive-pkg-names
integration-tests
jarred/5859
jarred/actions
jarred/add-git
jarred/analytics
jarred/arenas
jarred/ast
jarred/ast-again
jarred/async_bio
jarred/bench
jarred/brotli
jarred/bump-uws
jarred/bundle-workspace-packages
jarred/bunfig
jarred/callable
jarred/canvas
jarred/ci-check
jarred/cjs2
jarred/cleanup-error
jarred/clipboard-objc
jarred/direct
jarred/dump
jarred/edgecase
jarred/esbuild-plugin-api
jarred/escapeHTML
jarred/esm-conditions
jarred/experiment-bsp
jarred/export-star-flat
jarred/exports-map
jarred/faster-error-capturestacktrace
jarred/faster-ordered-properties
jarred/fastmalloc
jarred/fetch-experiment
jarred/fetchheaders
jarred/fix-blob-slice-test
jarred/fix-bunbun-on-wsl
jarred/fix-crash
jarred/fix-http-compression
jarred/fix-issue-with-tsconfig-run
jarred/fix-proxy-regression
jarred/fixes-3129
jarred/gen
jarred/htmlrewriter
jarred/improve-testing
jarred/inquirer
jarred/isolation
jarred/jsc
jarred/land
jarred/landing
jarred/linux
jarred/live-bindings
jarred/make-strings-better
jarred/mdx-thrwawy
jarred/move
jarred/napi
jarred/new-bund
jarred/new-bund-ressurected-branch
jarred/new-http
jarred/no-more-npm
jarred/package-mapper
jarred/pg
jarred/port
jarred/possibly-2732
jarred/postgresql
jarred/precompile-linux-dependencies
jarred/prepare-for-libuv
jarred/profiled-call
jarred/read-tsconfig-jsx
jarred/redo-evaluation-order
jarred/redo-zigstring-for-utf16
jarred/relay
jarred/rename
jarred/repl
jarred/request-finalizer
jarred/rewrite-router
jarred/run
jarred/simdjson
jarred/simplify
jarred/some-fixes-for-eventsource
jarred/standalone-repro1
jarred/start
jarred/strong
jarred/subprocess
jarred/support-tee
jarred/tcc
jarred/throw-if
jarred/update-install-stuff
jarred/update-zig1
jarred/upgrade-zig-2
jarred/uws
jarred/webkit-upgrade-may-17
jarred/wip-more-reliable
jarred/workers
jarred/zlib
jarred/zls
lithdew/picohttp-mimalloc
main
move-templates
nestjs-guide
next-cleanup
origin/main
plugin/plugindata
plugin/resolvedir
postinstall_3
repl
request-body-stream
reserve-commands
revert-5167-dylan/decode-regex-if-needed
rfc/bun-bundler-api
rfc/bunfig-overhaul
save-in-update
sdl
test/action
types/mock
types/readable-stream-default
types/tty
u/vjpr/zig-0.10
xHyroM/types/expose-Bun-Env
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
Remove hardcoded references to zig in Makefile (#5660)
Reagan
1
-5
/
+5
2023-09-18
Add a way to disable the GC timer (#5656)
Jarred Sumner
2
-2
/
+17
2023-09-17
Fix assertion failure in debug builds
Jarred Sumner
1
-1
/
+1
2023-09-17
Fix `make headers`
Jarred Sumner
1
-0
/
+1
2023-09-17
Fix a `'app.server' is possibly 'null'.` error (#5626)
Quentin
1
-1
/
+1
2023-09-17
Workaround #5604 (#5615)
Jarred Sumner
2
-8
/
+37
2023-09-17
Added .DS_Store to gitignore-for-init (#5628)
Cilooth
1
-0
/
+4
2023-09-17
Fix ZLS commit hash in the document (#5510)
Shinichi Katayama
1
-20
/
+0
2023-09-17
fix(install): Return NotSupported when errno == XDEV (#5610)
pan93412
1
-0
/
+2
2023-09-17
Implement VSCode tasks for bun (#5529)
JeremyFunk
9
-81
/
+372
2023-09-16
Bump minimum macOS version
Jarred Sumner
3
-20
/
+20
2023-09-16
Use a better error label
Jarred Sumner
2
-2
/
+19
2023-09-16
fix(child_process) unref next tick so exit/close event can be fired before ap...
Ciro Spaciari
3
-4
/
+63
2023-09-16
feat(encoding): TextDecoder support undefined (#5387)
WingLim
2
-0
/
+8
2023-09-16
fix(fetch) handle 100 continue (#5496)
Ciro Spaciari
2
-1
/
+69
2023-09-16
Update tsconfig-paths.md (#5593)
Ethan Steere
1
-2
/
+2
2023-09-16
docs: fix typo in lockflie nav (#5576)
Vilsol
1
-1
/
+1
2023-09-16
Make this error message clearer (#5603)
Jarred Sumner
3
-8
/
+63
2023-09-16
fix: node compatibility with empty path string (#4693)
MrPalixir
2
-10
/
+19
2023-09-16
fix: failing `array-buffer.test-d.ts` test (#5580)
Max Karou
1
-2
/
+1
2023-09-16
fix: `ArrayBufferConstructor` type signature (#5579)
Max Karou
1
-1
/
+2
2023-09-16
Update workspaces.md to reflect "workspace:*" syntax (#5555)
Bruce Denham
1
-2
/
+2
2023-09-16
webkit upgrade (#5535)
Dylan Conway
19
-70
/
+90
2023-09-15
mark binding
Dylan Conway
1
-0
/
+1
2023-09-15
Update build-id
Jarred Sumner
1
-1
/
+1
2023-09-15
fix(node/fs.watch): Check first char before trimming event filenames (#5505)
David Hewitt
2
-15
/
+36
2023-09-15
fix(bundler): Add a space before minified require (#5521)
David Hewitt
2
-0
/
+23
2023-09-15
fix(request) handle undefined/null/empty signal on request (#5503)
Ciro Spaciari
2
-2
/
+38
2023-09-15
fix(corking) uncork if needed (#5525)
Ciro Spaciari
4
-422
/
+452
2023-09-15
Update development.md (#5531)
Sony AK
1
-6
/
+6
2023-09-15
Update InternalModuleRegistryConstants.h
Dylan Conway
1
-2
/
+2
2023-09-15
docs(runtime): fix some typo. (#5451)
Zong
3
-5
/
+8
2023-09-15
Improve rending of lockfiles in VSCode extension (#4652)
JeremyFunk
6
-21
/
+157
2023-09-15
Add Permission
Jarred Sumner
1
-0
/
+4
2023-09-15
Add missing visitors
bun-v1.0.2
Jarred Sumner
1
-1
/
+3
2023-09-15
feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ob...
dave caruso
35
-1193
/
+1687
2023-09-15
Rename this file
Jarred Sumner
1
-0
/
+0
2023-09-15
Update README.md
Jarred Sumner
1
-1
/
+1
2023-09-15
Set permissions
Jarred Sumner
5
-0
/
+5
2023-09-15
Update build-id
Jarred Sumner
1
-1
/
+1
2023-09-15
Fixes #5465 (#5468)
Jarred Sumner
3
-10
/
+33
2023-09-15
Fixes #5461 (#5467)
Jarred Sumner
2
-4
/
+29
2023-09-15
Implement `URL.canParse` (#5463)
Jarred Sumner
5
-3
/
+96
2023-09-15
fix(proxy): allow empty string `http_proxy` env. (#5464)
Ai Hoshino
2
-3
/
+38
2023-09-15
Revert "decode regex if needed (#5167)"
Jarred Sumner
5
-167
/
+126
2023-09-15
Does not fix #4622 (#5452)
Jarred Sumner
1
-16
/
+25
2023-09-15
Make `bun run --silent` omit `"error: "..." exited with code 1` (#5459)
Jarred Sumner
4
-40
/
+93
2023-09-15
Fix test
Jarred Sumner
3
-3
/
+2
2023-09-15
Add missing `"size"` getter to `URLSearchParams` prototype
Jarred Sumner
2
-0
/
+3
2023-09-15
dup and close file descriptors (#5341)
Dylan Conway
6
-35
/
+95
[prev]
[next]