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
/
bindings
/
ZigGlobalObject.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-09
Implement nearly all of `process` object methods and properties (#3581)
Jarred Sumner
1
-5
/
+1
2023-07-04
Fix crash
Jarred Sumner
1
-5
/
+8
2023-07-03
Allow zero length WebSocket client & server messages (#3488)
Jarred Sumner
1
-0
/
+26
2023-07-02
Fixes #3499
Jarred Sumner
1
-9
/
+7
2023-07-02
Add comment
Jarred Sumner
1
-0
/
+4
2023-07-02
Use fast path for Base64 in `btoa` (#3504)
Jarred Sumner
1
-21
/
+53
2023-06-28
Add GC test for errors
Jarred Sumner
1
-2
/
+6
2023-06-28
Use `bun.String` for `ZigException` (#3451)
Jarred Sumner
1
-2
/
+2
2023-06-28
Error.prototype.stack gets sourcemapped stacktraces and introduce Error.appen...
Jarred Sumner
1
-18
/
+170
2023-06-26
Tweak the ramSize setting because /= 1024 is causing CI to fail on arm64 when...
Jarred Sumner
1
-1
/
+7
2023-06-25
Fix test failures in import.meta (#3403)
Jarred Sumner
1
-5
/
+12
2023-06-24
Rewrite Bun's runtime CommonJS loader (#3379)
Jarred Sumner
1
-66
/
+77
2023-06-21
finish implementing JSMockFunction prototype + lots of expect test organizing...
dave caruso
1
-0
/
+2
2023-06-20
enable asymmetric matchers in `expect.toEqual`, `expect.toStrictEqual`, and `...
Dylan Conway
1
-5
/
+5
2023-06-19
implement more of V8's stack trace API (#3359)
Keyhan Vakil
1
-36
/
+21
2023-06-19
Move this code up a bit
Jarred Sumner
1
-24
/
+17
2023-06-18
Press the secret "use less RAM" button
Jarred Sumner
1
-0
/
+72
2023-06-17
[eventsource] SSE Client (#3074)
Ciro Spaciari
1
-0
/
+51
2023-06-15
Tweak CommonJS output (#3320)
Jarred Sumner
1
-0
/
+13
2023-06-14
Remove redudant put
Jarred Sumner
1
-1
/
+0
2023-06-13
Fix crash in CJS (#3294)
bun-v0.6.9
Jarred Sumner
1
-1
/
+6
2023-06-11
Support using `WTF::StringImpl` from Zig (#3279)
Jarred Sumner
1
-14
/
+16
2023-06-09
`toMatchObject` and some asymmetric matchers (#3260)
Dylan Conway
1
-0
/
+35
2023-06-09
Implement mocks in bun:test (#3252)
Jarred Sumner
1
-1
/
+7
2023-06-06
Bun.passwordSync -> Bun.password.{method}Sync (#3228)
Colin McDonnell
1
-17
/
+0
2023-06-04
Implement `Bun.password` and `Bun.passwordSync` (#3204)
Jarred Sumner
1
-2
/
+48
2023-06-01
Implement `__dirname` and `__filename`, allow direct eval in CommonJS (#3164)
Jarred Sumner
1
-1
/
+15
2023-05-29
Natively support CommonJS at runtime (#3104)
Jarred Sumner
1
-0
/
+42
2023-05-26
Fix crash in test.todo + remove JSC C API usages in bun:test (#3079)
Jarred Sumner
1
-1
/
+31
2023-05-24
Implement `require.cache` (#3045)
Jarred Sumner
1
-0
/
+13
2023-05-23
Support setting a timezone with `process.env.TZ` and `Bun.env.TZ` (#3018)
Jarred Sumner
1
-0
/
+12
2023-05-22
Write out builtins with TypeScript + Minify them (#2999)
dave caruso
1
-2
/
+1
2023-05-20
Support test timeouts in `bun:test` (#2969)
Jarred Sumner
1
-0
/
+10
2023-05-19
[node:vm] Make `vm.runInThisContext` 10x faster
Jarred Sumner
1
-0
/
+24
2023-05-18
Implement `node:vm` (#2785)
Silver
1
-0
/
+37
2023-05-17
Make `BuildError` and `ResolveError` use C++ instead of JSC C API
Jarred Sumner
1
-0
/
+21
2023-05-17
Do the WebKit upgrade
Jarred Sumner
1
-6
/
+1
2023-05-10
Clean-up 85b4be5f7189e51e63672ddc874e7c6e09ae8bef
Jarred Sumner
1
-11
/
+6
2023-05-10
fix(fetch) fix fetch inheritance (#2842)
Ciro Spaciari
1
-1
/
+20
2023-05-04
Add `UNLIKELY`
Jarred Sumner
1
-2
/
+2
2023-05-04
Throw error on non-file url
Jarred Sumner
1
-1
/
+11
2023-04-25
Implement `onResolve` plugins in `Bun.build()`, support multiple onLoad and o...
Jarred Sumner
1
-4
/
+0
2023-04-24
Support plugins in `Bun.build` (#2720)
Jarred Sumner
1
-0
/
+4
2023-04-13
Upgrade WebKit (#2643)
Jarred Sumner
1
-3
/
+21
2023-03-22
A couple bug fixes (#2458)
Dylan Conway
1
-4
/
+2
2023-02-28
Expose JSC::Options via `BUN_JSC_` prefix
Jarred Sumner
1
-1
/
+17
2023-02-26
Add callback to bench
Jarred Sumner
1
-0
/
+8
2023-02-23
Update ZigGlobalObject.cpp
Jarred Sumner
1
-1
/
+1
2023-02-22
[breaking] Return Node.js `Timeout` objects in `setTimeout`, `setInterval`, a...
Jarred Sumner
1
-53
/
+53
2023-02-22
Fixes #2121 in runtime, but not in tests
Jarred Sumner
1
-39
/
+47
[next]