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
/
bun.js
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-21
[Bun.serve] Support `"nodebuffer"` binaryType in `ServerWebSocket`
Jarred Sumner
2
-30
/
+20
2023-05-21
[WebSocket] Implement `"nodebuffer"` binaryType
Jarred Sumner
2
-1
/
+53
2023-05-21
[internal] Make AbortSIgnal usage slightly safer
Jarred Sumner
2
-5
/
+10
2023-05-21
Add extra flag just to be sure
Jarred Sumner
1
-1
/
+1
2023-05-21
[internal] Fix potential missing callbacks in AbortSignal
Jarred Sumner
1
-0
/
+2
2023-05-21
fix(tls.connect) fix SNI on tls sockets and also servername (mongodb) (#2934)
Ciro Spaciari
9
-221
/
+676
2023-05-21
Upgrade WebKit (#2980)
Jarred Sumner
7
-36
/
+35
2023-05-20
Fixes #2976
Jarred Sumner
1
-2
/
+2
2023-05-20
[bun:test] `preload` now supports `beforeAll`, `beforeEach`, `afterAll`, `aft...
Jarred Sumner
2
-72
/
+186
2023-05-20
Fix missing arg
Jarred Sumner
1
-0
/
+2
2023-05-20
[bun:jsc] Rewrite `describe` -> `jscDescribe` to not confuse them in autocomp...
Jarred Sumner
1
-2
/
+5
2023-05-20
Bun.inspect gets a max depth of 32
Jarred Sumner
1
-0
/
+1
2023-05-20
[bun:test] Make forEachPropertyOrdered behave closer to forEachProperty
Jarred Sumner
1
-4
/
+41
2023-05-20
[console.log] Set depth limit to 8
Jarred Sumner
1
-19
/
+65
2023-05-20
[internal] Make `JSC.NewFunction` more type safe
Jarred Sumner
3
-8
/
+9
2023-05-20
[internal] Show the file path to the calling function from JS
Jarred Sumner
2
-0
/
+2519
2023-05-20
Implement `test.todo` (#2961)
Degreat
1
-4
/
+69
2023-05-20
[bun:test] Fix bug where indexed properties would print "undefined" in diffs
Jarred Sumner
1
-16
/
+24
2023-05-20
Support test timeouts in `bun:test` (#2969)
Jarred Sumner
4
-4
/
+83
2023-05-19
fix #2964 (#2965)
e3dio
1
-0
/
+1
2023-05-19
console.log changes (#2966)
Jarred Sumner
2
-10
/
+10
2023-05-19
Fix failing node:vm tests
Jarred Sumner
2
-10
/
+22
2023-05-19
[node:vm] Fix crash in syntax error in `runinThisContext`
Jarred Sumner
1
-2
/
+2
2023-05-19
[`node:vm`] Handle exceptions in `runInThisContext` and `runInContext`
Jarred Sumner
1
-28
/
+47
2023-05-19
[node:vm] Make `vm.runInThisContext` 10x faster
Jarred Sumner
5
-83
/
+286
2023-05-18
Make node:vm 12x faster
Jarred Sumner
3
-10
/
+39
2023-05-18
[node:vm] Propagate global properties defined on the new context object
Jarred Sumner
2
-16
/
+26
2023-05-18
clang-format
Jarred Sumner
1
-14
/
+15
2023-05-18
Implement `node:vm` (#2785)
Silver
7
-46
/
+482
2023-05-18
Fixes #2924
Jarred Sumner
1
-0
/
+8
2023-05-18
Implement `expect().toBeCloseTo()` (#2870)
Degreat
1
-1
/
+98
2023-05-18
Fixes #2928 (#2939)
Jarred Sumner
1
-1
/
+1
2023-05-17
Fixes https://github.com/oven-sh/bun/issues/2931
Jarred Sumner
1
-1
/
+4
2023-05-17
Support static string values in our class bindings generator
Jarred Sumner
2
-2
/
+26
2023-05-17
Make `BuildError` and `ResolveError` use C++ instead of JSC C API
Jarred Sumner
20
-500
/
+2052
2023-05-17
Finish bumping
jarred/webkit-upgrade-may-17
Jarred Sumner
4
-4
/
+34
2023-05-17
Do the WebKit upgrade
Jarred Sumner
14
-26
/
+17
2023-05-16
Fix segfault on passing undefined to bun.build (#2902)
dave caruso
1
-0
/
+5
2023-05-16
feat(WebSocketServer) WebSocketServer wrapper + socket.io initial support (#2...
Ciro Spaciari
2
-7
/
+862
2023-05-15
More error message cleanup
Jarred Sumner
1
-1
/
+1
2023-05-15
Make `bun build --compile` a little more resilient, output better errors, and...
Jarred Sumner
2
-0
/
+32
2023-05-15
Fix bug with `req.url` set incorrectly (#2881)
Jarred Sumner
1
-7
/
+7
2023-05-14
Fix `process.argv` with standalone
Jarred Sumner
1
-7
/
+13
2023-05-14
fix(spawn) add Uint8Array support for stdout (#2866)
Ciro Spaciari
1
-50
/
+95
2023-05-14
feat(Timer.refresh) add refresh support on Timer (#2874)
Ciro Spaciari
8
-27
/
+272
2023-05-14
Single-file standalone Bun executables (#2879)
Jarred Sumner
2
-0
/
+98
2023-05-12
proper stub for sockets (#2868)
Ciro Spaciari
1
-8
/
+80
2023-05-12
`root` bundle option (#2859)
Dylan Conway
1
-0
/
+31
2023-05-12
fix large stdout output (#2850)
Ciro Spaciari
1
-0
/
+16
2023-05-11
oops (#2863)
dave caruso
2
-3
/
+3
[next]