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
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-18
always set exit code
dylan/set-exit-code
Dylan Conway
1
-3
/
+2
2023-01-18
set exit code if signal is 42
Dylan Conway
1
-1
/
+5
2023-01-18
Fix crash with invalid arguments in readdir()
bun-v0.5.0
Jarred Sumner
1
-1
/
+6
2023-01-18
micro-optimize loading process environment variables
Jarred Sumner
1
-1
/
+3
2023-01-18
opposite
Jarred Sumner
1
-1
/
+1
2023-01-17
Fix lifetime issue in require.resolve
Jarred Sumner
7
-56
/
+174
2023-01-17
workaround lifetime issue
Jarred Sumner
1
-2
/
+2
2023-01-17
feat(cli): Support `HTTPS_PROXY`, `HTTP_PROXY`, and `NO_PROXY` #1440 (#1814)
Ciro Spaciari
7
-168
/
+683
2023-01-17
Allow error instance in process.emitWarning
Jarred Sumner
1
-4
/
+13
2023-01-17
cleanup error message
Jarred Sumner
1
-2
/
+2
2023-01-17
[process] Implement `process.emitWarning`
Jarred Sumner
1
-0
/
+34
2023-01-17
Update logger.zig
Jarred Sumner
1
-1
/
+1
2023-01-17
[canary] Fix missing .env log
Jarred Sumner
1
-1
/
+1
2023-01-17
[EventEmitter] Fix emitter.off("eventName")
Jarred Sumner
1
-1
/
+6
2023-01-17
fix(readline/promises): new Interface() -> new PromisesInterface() (#1818)
Derrick Farris
1
-1
/
+1
2023-01-17
set available
Dylan Conway
1
-14
/
+15
2023-01-17
Fix console.log printing multiple properties
Jarred Sumner
1
-8
/
+20
2023-01-17
dont export twice
Jarred Sumner
1
-8
/
+1
2023-01-17
Expose tls.connect
Jarred Sumner
1
-2
/
+26
2023-01-17
Bun v0.5.0
Jarred Sumner
2
-2
/
+2
2023-01-17
make node-redis work
Jarred Sumner
1
-0
/
+2
2023-01-16
send and disconnect
Dylan Conway
1
-0
/
+10
2023-01-16
Make sure the socket keeps the process alive
Jarred Sumner
1
-0
/
+2
2023-01-16
Make entire test line dim
Jarred Sumner
1
-2
/
+2
2023-01-16
[bun:test] Fix dim, fix missing space
Jarred Sumner
1
-4
/
+2
2023-01-16
Fix some reliability issues with net.connect and Bun.connect on macOS
Jarred Sumner
1
-0
/
+0
2023-01-16
guess we'll check if it's defined
Jarred Sumner
1
-1
/
+1
2023-01-16
[bun install] Make it print `workspace:` instead of `workspace://`
Jarred Sumner
2
-7
/
+7
2023-01-16
Fixes https://github.com/oven-sh/bun/issues/1654
Jarred Sumner
1
-1
/
+1
2023-01-16
Remove assertion
Jarred Sumner
1
-1
/
+1
2023-01-16
Update node-dns.exports.js
Jarred Sumner
1
-4
/
+6
2023-01-16
[node:dns/promises] Fix missing import
Jarred Sumner
2
-3
/
+7
2023-01-16
[node] Add `process.config`
Jarred Sumner
1
-0
/
+31
2023-01-16
Update c-bindings.cpp
Jarred Sumner
1
-1
/
+1
2023-01-16
Fix `which` returning directories sometimes
Jarred Sumner
2
-4
/
+25
2023-01-16
[napi] Fix potential crash in `napi_create_buffer_copy`, `napi_create_buffer`
Jarred Sumner
4
-14
/
+26
2023-01-16
[napi] Don't assume `function` exists
Jarred Sumner
1
-1
/
+4
2023-01-16
[JS Parser] Don't inline rope strings
Jarred Sumner
2
-15
/
+10
2023-01-16
Fix `getFdPath` when `/proc/fd` is not mounted
Jarred Sumner
14
-24
/
+62
2023-01-16
Add missing `buffer` module exports
Jarred Sumner
1
-13
/
+79
2023-01-16
Don't open non-blocking on Linux
Jarred Sumner
1
-1
/
+6
2023-01-16
Use a reusable symbol
Jarred Sumner
1
-2
/
+1
2023-01-15
[Response] reject HTTP status code correctly (#1800)
Alex Lam S.L
1
-2
/
+1
2023-01-15
fix handler reset in `Server.reload()` (#1801)
Alex Lam S.L
1
-2
/
+2
2023-01-14
fix life-cycle script execution (#1799)
Alex Lam S.L
3
-88
/
+83
2023-01-14
fix bugs (#1795)
Alex Lam S.L
3
-12
/
+38
2023-01-14
Fixes #1794
Jarred Sumner
3
-3
/
+18
2023-01-14
support installation of NPM workspaces (#1764)
Alex Lam S.L
6
-293
/
+523
2023-01-13
[bun:test] Always dim skip
Jarred Sumner
1
-1
/
+1
2023-01-13
[TypeScript transpiler] Fix bug with `export default class implements`
Jarred Sumner
1
-5
/
+5
[next]