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
/
api
/
server.zig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-12
fix missing error page
Jarred Sumner
1
-3
/
+3
2023-01-11
[Bun.serve] Introduce publishToSelf boolean on websocket: {} config object
Jarred SUmner
1
-45
/
+81
2023-01-10
Allow `tls: true` in Bun.connect
Jarred Sumner
1
-1
/
+22
2023-01-08
Add welcome page when viewed from a browser
Jarred Sumner
1
-30
/
+46
2023-01-01
clean up `Promise` handling (#1697)
Alex Lam S.L
1
-23
/
+6
2022-12-30
More assertions
Jarred Sumner
1
-3
/
+3
2022-12-28
Upgrade to latest Zig (#1610)
Jarred Sumner
1
-40
/
+47
2022-12-27
emit `206 Partial Content` only for partial response (#1670)
Alex Lam S.L
1
-1
/
+1
2022-12-11
[internal] Change HashMap implementation for storing symbols
Jarred Sumner
1
-1
/
+0
2022-12-06
add server scheduleDeinit, ignore logs in test
Dylan Conway
1
-2
/
+12
2022-12-04
content-range is inclusive
Jarred Sumner
1
-1
/
+1
2022-12-04
[Bun.serve] Implement `Content-Range` support with `Bun.file()`
Jarred Sumner
1
-13
/
+107
2022-12-01
Reduce memory usage in Bun.serve() by up to 3x (#1569)
Jarred Sumner
1
-1
/
+10
2022-11-29
import everything from "bun" where possible
Jarred Sumner
1
-34
/
+34
2022-11-26
Make HTTP status text more consistent with other HTTP servers
Jarred Sumner
1
-2
/
+73
2022-11-23
possibly more reliable Bun.spawn (#1547)
Jarred Sumner
1
-4
/
+11
2022-11-22
Introduce `Bun.FileSystemRouter` API
Jarred Sumner
1
-1
/
+0
2022-11-19
Introduce `BUN_GARBAGE_COLLECTOR_LEVEL` debug environment variable
Jarred Sumner
1
-1
/
+1
2022-11-18
bun test matchers and tests (#1526)
Dylan Conway
1
-1
/
+1
2022-11-16
Remove incorrect assertion
Jarred Sumner
1
-3
/
+1
2022-11-15
Fix another assertion failure
Jarred Sumner
1
-1
/
+1
2022-11-09
Implement Server.publish()
Jarred Sumner
1
-0
/
+61
2022-11-09
Update server.zig
Jarred Sumner
1
-0
/
+3
2022-11-09
Fix crash when an exception occurs in open()
Jarred Sumner
1
-6
/
+15
2022-11-09
Fix #1354
Jarred Sumner
1
-2
/
+4
2022-11-06
Fixes https://github.com/oven-sh/bun/issues/1451
Jarred Sumner
1
-1
/
+7
2022-10-30
Updating libuwebsockets C API (#1423)
Ciro Spaciari
1
-1
/
+1
2022-10-26
Prefer `BUN_PORT` over `PORT`
bun-v0.2.2
Jarred Sumner
1
-1
/
+1
2022-10-26
Update server.zig
Jarred Sumner
1
-1
/
+1
2022-10-26
Make `"tls"` an explicit object we pass instead of implicit top-level options
Jarred Sumner
1
-4
/
+18
2022-10-24
Maybe fix a crash
Jarred Sumner
1
-1
/
+1
2022-10-23
Add `fd` to `SystemError` and fix 2 cases with invalid tagged union
Jarred Sumner
1
-9
/
+3
2022-10-23
fix(web): stop segfault on invalid fd error (#1386)
Carter Snook
1
-1
/
+5
2022-10-21
Codegen
Jarred Sumner
1
-8
/
+10
2022-10-20
Fix Bun.serve error handler error param (#1359)
zhiyuan
1
-0
/
+9
2022-10-19
Fix calling `ws.publish` inside `close` when other clients are connected
Jarred Sumner
1
-23
/
+37
2022-10-19
Allow returning a Response object when upgrading
Jarred Sumner
1
-6
/
+21
2022-10-17
Fix error handler
Jarred Sumner
1
-3
/
+8
2022-10-17
Workaround crash
Jarred Sumner
1
-2
/
+18
2022-10-17
Implement `sendText`, `sendBinary`, `publishText`, `publishBinary`
Jarred Sumner
1
-5
/
+366
2022-10-17
Clean up some code
Jarred Sumner
1
-34
/
+28
2022-10-17
Fix headers + add test
Jarred Sumner
1
-0
/
+8
2022-10-17
Implement `error` and `binaryType`
Jarred Sumner
1
-19
/
+141
2022-10-17
Redo WebSocket api
Jarred Sumner
1
-373
/
+415
2022-10-16
Disable InlineBlob optimization
Jarred Sumner
1
-27
/
+35
2022-10-15
Dumber code is better code
Jarred Sumner
1
-1
/
+3
2022-10-15
Errors must return 0 instead of undefined
Jarred Sumner
1
-1
/
+2
2022-10-15
Add a helper for InlineBlob from two arrays
Jarred Sumner
1
-4
/
+1
2022-10-15
More logging
Jarred Sumner
1
-5
/
+5
2022-10-15
More lenient for response_value data
Jarred Sumner
1
-1
/
+1
[next]