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
/
test
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-11
[Bun.serve] Introduce publishToSelf boolean on websocket: {} config object
Jarred SUmner
1
-5
/
+47
2023-01-10
Make `Buffer` mockable
Jarred Sumner
1
-0
/
+25
2023-01-10
Implement Buffer swap16, swap32, swap64 (#1659)
Malcolm Still
1
-0
/
+78
2023-01-10
Add two tests for fs/promises
Jarred Sumner
1
-0
/
+16
2023-01-09
Update child_process-node.test.js
Jarred Sumner
1
-6
/
+1
2023-01-09
Add very simple dns test
Jarred Sumner
1
-0
/
+33
2023-01-09
Fixes https://github.com/oven-sh/bun/issues/1533
Jarred Sumner
1
-1
/
+24
2023-01-09
Add test for Bun.listen throwing
Jarred Sumner
1
-0
/
+17
2023-01-09
Add test for expect().toThrow
Jarred Sumner
1
-0
/
+24
2023-01-08
[internal] Fix checking for Error object
Jarred Sumner
1
-8
/
+60
2023-01-08
feat(node:readline): add node:readline and node:readline/promises (#1738)
Derrick Farris
4
-156
/
+2271
2023-01-08
Update process.versions
Jarred Sumner
1
-1
/
+41
2023-01-07
Workaround macOS issue
Jarred Sumner
2
-19
/
+25
2023-01-07
[Bun.connect] Fix bug where connect() Promise wouldn't reject on a connection...
Jarred Sumner
1
-12
/
+58
2023-01-07
Implement DNS module (#1691)
Jarred Sumner
2
-0
/
+54
2023-01-07
test `BufferList` against surrogate pairs
alexlamsl
1
-5
/
+11
2023-01-05
lazily create buffer/string slices (#1735)
Alex Lam S.L
1
-0
/
+38
2023-01-05
Report unhandled promise rejection on exit and make exit code 1 instead of 0 ...
Jarred Sumner
5
-0
/
+43
2023-01-04
implement `expect().toThrow()` (#1727)
Alex Lam S.L
2
-96
/
+263
2023-01-04
10x faster `new Buffer` (#1717)
Jarred Sumner
2
-61
/
+17
2023-01-03
[streams] speed up `Readable` in some cases (#1708)
Alex Lam S.L
1
-0
/
+111
2023-01-02
[socket] handle `connectError` (#1705)
Alex Lam S.L
3
-10
/
+54
2023-01-02
fix double `resolve()` in test (#1707)
Alex Lam S.L
1
-6
/
+6
2023-01-02
implement `net.Socket` (#1701)
Alex Lam S.L
1
-0
/
+175
2023-01-02
fix lingering process by dead sockets (#1700)
Alex Lam S.L
2
-0
/
+104
2023-01-01
test crypto.randomBytes returns a Buffer
Jarred Sumner
1
-0
/
+8
2023-01-01
Add a test for empty chunks
Jarred Sumner
1
-0
/
+41
2022-12-31
[jest] fix and improve hooks (#1689)
Alex Lam S.L
1
-0
/
+127
2022-12-30
Upgrade WebKit
Jarred Sumner
2
-2
/
+4
2022-12-29
Introduce `Bun.CryptoHasher`
Jarred Sumner
1
-2
/
+45
2022-12-29
[node] Implement `process.uptime` and `process.umask`
Jarred Sumner
1
-0
/
+13
2022-12-28
Expose the rest of RIPEMD160
Jarred Sumner
1
-1
/
+15
2022-12-28
[WebSocket] Allow `http:` and `https:` protocols
Jarred Sumner
1
-0
/
+31
2022-12-28
[WebSocket] Implement `headers` support
Jarred Sumner
1
-0
/
+23
2022-12-28
Fix `ReadableStream.pipeTo`
Jarred Sumner
1
-0
/
+18
2022-12-28
log object string correctly (#1674)
Alex Lam S.L
5
-2
/
+70
2022-12-28
Upgrade to latest Zig (#1610)
Jarred Sumner
5
-650
/
+771
2022-12-27
emit `206 Partial Content` only for partial response (#1670)
Alex Lam S.L
1
-441
/
+297
2022-12-26
[install] specify `auth-type` (#1667)
Alex Lam S.L
1
-0
/
+4
2022-12-26
[install] use specified base URL as default fallback within scopes (#1665)
Alex Lam S.L
3
-38
/
+83
2022-12-25
[install] use default URL when only auth token is specified (#1664)
Alex Lam S.L
2
-0
/
+40
2022-12-21
Add test for stat()
Jarred Sumner
1
-0
/
+9
2022-12-21
fix jest hooks in bun-test (#1639)
Ethan Burrell
1
-0
/
+76
2022-12-20
add tests for #1633 (#1635)
Alex Lam S.L
3
-11
/
+69
2022-12-17
bug compatible with `stdin.on("readable")` (#1626)
Alex Lam S.L
2
-46
/
+69
2022-12-17
Delete Oniguruma (#1625)
Jarred Sumner
3
-873
/
+12
2022-12-17
Update transpiler.test.js
Jarred Sumner
1
-17
/
+24
2022-12-17
Implement `node:util/types`
Jarred Sumner
1
-0
/
+281
2022-12-16
add tests for `process.stdin` (#1621)
Alex Lam S.L
2
-1
/
+81
2022-12-15
[js parser] Fix bug where `const {resolve} = require` throws "require is not ...
Jarred Sumner
1
-4
/
+21
[next]