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
2022-09-06
[Bun.plugin] Allow slashes in namespaces
Jarred Sumner
1
-1
/
+1
2022-09-06
Return a `Buffer` object for fs.readFile
Jarred Sumner
3
-1
/
+54
2022-09-06
Fix issue with `process` esm node export
Jarred Sumner
1
-31
/
+68
2022-09-06
Set a default Loader based on filename
Jarred Sumner
1
-5
/
+7
2022-09-06
Add `node:assert` to list of hardcoded modules to fix ESM compat issue
Jarred Sumner
2
-13
/
+3241
2022-09-06
Loosen-up the streams polyfill
Jarred Sumner
1
-21
/
+10
2022-09-06
Add `@` to acceptable namespace characters
Jarred Sumner
1
-1
/
+1
2022-09-06
Make the plugins a little more resilient
Jarred Sumner
5
-53
/
+81
2022-09-06
Add missing `Blob`
Jarred Sumner
1
-2
/
+2
2022-09-06
Make fs extensible
Jarred Sumner
1
-108
/
+113
2022-09-06
Fix crash in Buffer module
Jarred Sumner
1
-8
/
+11
2022-09-06
Add native ReadableState (#1210)
Zilin Zhu
12
-123
/
+526
2022-09-05
[Bun.plugin] Clean up exception handling
Jarred Sumner
2
-9
/
+9
2022-09-05
Support async `onLoad` callbacks in `Bun.plugin`
Jarred Sumner
12
-659
/
+1371
2022-09-05
Move `generateObjectModuleSourceCode` to separate file to fix build error
Jarred Sumner
2
-24
/
+31
2022-09-05
`inline`
Jarred Sumner
1
-1
/
+1
2022-09-05
Missing #pragma once
Jarred Sumner
1
-0
/
+2
2022-09-04
Rename `is_macro_mode` -> `use_alternate_source_cache`
Jarred Sumner
1
-2
/
+2
2022-09-04
`[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache`
Jarred Sumner
7
-86
/
+150
2022-09-04
@globalPrivate -> @linkTimeConstant
Jarred Sumner
6
-111
/
+110
2022-09-03
[Node API] Fix `napi_module_register`
Jarred Sumner
6
-20
/
+59
2022-09-03
Fix `createRequire()` in `node:module`
Jarred Sumner
8
-156
/
+263
2022-09-03
Fix build error
Jarred Sumner
1
-6
/
+5
2022-09-03
Fixes https://github.com/oven-sh/bun/issues/677
Jarred Sumner
1
-7
/
+9
2022-09-03
Plugin API (#1199)
Jarred Sumner
11
-9
/
+905
2022-09-01
Fix failing Buffer tests (#1197)
Zilin Zhu
1
-6
/
+6
2022-09-01
Delete some dead code
Jarred Sumner
4
-217
/
+2
2022-09-01
Add native StringDecoder (#1188)
Zilin Zhu
12
-10
/
+639
2022-09-01
Fix crash in napi finalizer
Jarred Sumner
1
-1
/
+1
2022-09-01
Fixes https://github.com/oven-sh/bun/issues/1183
Jarred Sumner
1
-1
/
+2
2022-08-30
Add profiler support (#1110)
Bram Wasti
2
-1
/
+66
2022-08-29
Fixed JSBuffer write issues (#1175)
Taher
1
-15
/
+12
2022-08-29
Improve error when FFI fails to dlopen()
Jarred Sumner
1
-2
/
+15
2022-08-29
chore: Clean buffer C API (#1174)
Zilin Zhu
4
-399
/
+149
2022-08-28
Remove code that doesn't work
Jarred Sumner
8
-620
/
+7
2022-08-28
More reliable macOS event loop (#1166)
Jarred Sumner
1
-1
/
+16
2022-08-28
support pass null as NULL ptr (#1160)
Zilin Zhu
2
-1
/
+7
2022-08-28
[bun:ffi] Fix crash with uint64_t
Jarred Sumner
3
-9
/
+8
2022-08-28
[bun:ffi] Fix int16 / uin16 max
Jarred Sumner
1
-3
/
+6
2022-08-27
Update WebKit (#1165)
Jarred Sumner
57
-986
/
+1064
2022-08-27
Fix crash in `os` module on macOS
Jarred Sumner
2
-74
/
+108
2022-08-27
Fix ffi uint64_t parameter (#1158)
Zilin Zhu
3
-9
/
+7
2022-08-27
fix compile error (#1157)
Zilin Zhu
1
-2
/
+4
2022-08-26
Implement `napi_add_finalizer`
Jarred Sumner
1
-0
/
+13
2022-08-26
Update node_fs.zig
Jarred Sumner
1
-1
/
+1
2022-08-26
fix mkdtemp (#1151)
Zilin Zhu
1
-3
/
+3
2022-08-25
Add native BufferList (#1146)
Zilin Zhu
8
-167
/
+500
2022-08-25
feat: implement native os module (#1115)
Hyro
13
-8
/
+1292
2022-08-25
Faster way to lookup mimetype
Jarred Sumner
1
-7
/
+8
2022-08-24
Fix clearTimeout and linux timeout (#1138)
Zilin Zhu
1
-4
/
+10
[next]