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
/
watcher.zig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-28
just kernel32 things (#4354)
Jarred Sumner
1
-7
/
+12
2023-07-27
Fix hot reloading in canary (#3848)
Jarred Sumner
1
-0
/
+1
2023-07-26
Start time performance improvements to build tools (#3797)
Jarred Sumner
1
-5
/
+21
2023-07-18
zig upgrade (#3667)
Dylan Conway
1
-26
/
+26
2023-06-25
[fs.watch] fix reference/deinit (#3396)
Ciro Spaciari
1
-8
/
+12
2023-06-23
[feat] fs.watch (#3249)
Ciro Spaciari
1
-11
/
+57
2023-06-21
upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)
Dylan Conway
1
-7
/
+7
2023-04-19
Fix broken autocomplete
Jarred Sumner
1
-1
/
+1
2023-04-09
Remove usages of `void{}` in favor of `{}`
Jarred Sumner
1
-1
/
+1
2023-02-24
prefer `bun.copy()` over `std.mem.copy()` (#2152)
Alex Lam S.L
1
-2
/
+2
2023-02-23
Upgrade Zig (#2151)
Dylan Conway
1
-5
/
+5
2023-01-27
Update watcher.zig
Jarred Sumner
1
-2
/
+2
2023-01-27
🪦
Jarred Sumner
1
-1
/
+6
2023-01-27
Add a comment
Jarred Sumner
1
-0
/
+10
2023-01-27
[`[bun hot]`] More reliability improvements to macOS watcher
Jarred Sumner
1
-17
/
+46
2023-01-26
More reliable `bun --hot` on Linux
Jarred SUmner
1
-8
/
+45
2022-12-28
Upgrade to latest Zig (#1610)
Jarred Sumner
1
-4
/
+4
2022-11-29
import everything from "bun" where possible
Jarred Sumner
1
-1
/
+1
2022-10-06
Add simple Hot Module Reloading to bun's runtime
Jarred Sumner
1
-9
/
+6
2022-08-13
Improve event loop reliability on Linux
Jarred SUmner
1
-1
/
+1
2022-04-08
Update watcher.zig
Jarred Sumner
1
-1
/
+5
2022-04-08
[bun dev] Fix race condition in file watcher
Jarred Sumner
1
-9
/
+31
2022-03-08
rename _global -> bun
Jarred Sumner
1
-15
/
+15
2022-03-04
upgrade zig
jarred/upgrade-zig-2
Jarred Sumner
1
-4
/
+1
2022-02-27
WASM
Jarred Sumner
1
-4
/
+11
2022-01-04
minor perf optimization: remove this loop on macOS
Jarred Sumner
1
-4
/
+6
2022-01-01
:nail_care:
Jarred Sumner
1
-15
/
+7
2022-01-01
[bun dev] Improve filesystem watcher & HMR reliability (Linux + a little macOS)
Jarred SUmner
1
-13
/
+57
2021-12-31
Attempt to fix watcher issue with repl.it
Jarred Sumner
1
-6
/
+15
2021-12-30
Upgrade to latest Zig, remove dependency on patched version of Zig (#96)
Jarred Sumner
1
-25
/
+32
2021-12-29
zig fmt
Jarred Sumner
1
-2
/
+0
2021-12-27
Prepare to run unit tests & remove some dead code (#92)
Jarred Sumner
1
-0
/
+2
2021-12-24
Fix rare crash when new thread is created, possibly only on musl
Jarred Sumner
1
-6
/
+3
2021-11-09
Fix missing symbol error for pre-macOS 11
bun-v0.0.48
Jarred Sumner
1
-3
/
+4
2021-10-03
Fix various macOS-specific compile errors and run `zig fmt`
Jarred Sumner
1
-21
/
+21
2021-10-03
1% perf improvements on Linux
jarred/linux
Jarred SUmner
1
-33
/
+29
2021-10-02
Linux works now.
Jarred SUmner
1
-24
/
+71
2021-10-01
Add support for INotify-based filesystem watcher
Jarred Sumner
1
-65
/
+270
2021-10-01
Split out the macOS specific parts
Jarred Sumner
1
-67
/
+86
2021-09-30
Support remapping macro paths
Jarred Sumner
1
-1
/
+10
2021-09-05
package.json
Jarred Sumner
1
-35
/
+38
2021-08-26
Fix unbundled imports
Jarred Sumner
1
-1
/
+2
2021-08-21
Fix watcher when you move files/dirs around. It'll bust the cache and recreat...
Jarred Sumner
1
-54
/
+92
2021-08-20
Support directories in Watcher
Jarred Sumner
1
-10
/
+178
2021-08-17
alright thats the rename
Jarred Sumner
1
-1
/
+0
2021-08-10
This is alot
Jarred Sumner
1
-3
/
+10
2021-08-05
alright server-side reloading code works
Jarred Sumner
1
-1
/
+2
2021-07-28
WIP
Jarred Sumner
1
-2
/
+4
2021-07-26
Fix build issues
Jarred Sumner
1
-4
/
+3
2021-06-18
CSS HMR!
Jarred Sumner
1
-4
/
+0
[next]