aboutsummaryrefslogtreecommitdiff
path: root/src/watcher.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30Upgrade to latest Zig, remove dependency on patched version of Zig (#96)Gravatar Jarred Sumner 1-25/+32
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md
2021-12-29zig fmtGravatar Jarred Sumner 1-2/+0
2021-12-27Prepare to run unit tests & remove some dead code (#92)Gravatar Jarred Sumner 1-0/+2
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests
2021-12-24Fix rare crash when new thread is created, possibly only on muslGravatar Jarred Sumner 1-6/+3
2021-11-09Fix missing symbol error for pre-macOS 11bun-v0.0.48Gravatar Jarred Sumner 1-3/+4
2021-10-03Fix various macOS-specific compile errors and run `zig fmt`Gravatar Jarred Sumner 1-21/+21
2021-10-031% perf improvements on Linuxjarred/linuxGravatar Jarred SUmner 1-33/+29
2021-10-02Linux works now.Gravatar Jarred SUmner 1-24/+71
2021-10-01Add support for INotify-based filesystem watcherGravatar Jarred Sumner 1-65/+270
2021-10-01Split out the macOS specific partsGravatar Jarred Sumner 1-67/+86
2021-09-30Support remapping macro pathsGravatar Jarred Sumner 1-1/+10
2021-09-05package.jsonGravatar Jarred Sumner 1-35/+38
Former-commit-id: 2299f44cc9092dad2ef48ea54af2555c192a723e
2021-08-26Fix unbundled importsGravatar Jarred Sumner 1-1/+2
Former-commit-id: f221da115c1afcd136648c9683d8e9907005a128
2021-08-21Fix watcher when you move files/dirs around. It'll bust the cache and ↵Gravatar Jarred Sumner 1-54/+92
recreate it (and leak memory) Former-commit-id: 8faf6127547411c1fdcee9e4e7440825f21ecd99
2021-08-20Support directories in WatcherGravatar Jarred Sumner 1-10/+178
Former-commit-id: af0813dc3c8cc93874a1903e7b4c92fc5817337a
2021-08-17alright thats the renameGravatar Jarred Sumner 1-1/+0
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
2021-08-10This is alotGravatar Jarred Sumner 1-3/+10
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37
2021-08-05alright server-side reloading code worksGravatar Jarred Sumner 1-1/+2
Former-commit-id: a49ef52eec1037014e3c9cda1a09f387a01116b8
2021-07-28WIPGravatar Jarred Sumner 1-2/+4
Former-commit-id: 60cc85dc0652b34e9c7ec409f32ba635cc4b2e51
2021-07-26Fix build issuesGravatar Jarred Sumner 1-4/+3
Former-commit-id: 5164b69b57e8c11666591823c5b83435facce5c8
2021-06-18CSS HMR!Gravatar Jarred Sumner 1-4/+0
Former-commit-id: 3f10c8790629ab157d9377759cc50a4b962cc6f4
2021-06-18100x!!Gravatar Jarred Sumner 1-0/+12
Former-commit-id: e0fa2e78da8083dc590c4b1f3d016ba545261b84
2021-06-14extremely close!!!!!Gravatar Jarred Sumner 1-3/+9
Former-commit-id: 44fce3c5e800f3fb3fbc139a38f14eae9e0c0225
2021-06-12little kqueue fs watcherGravatar Jarred Sumner 1-0/+232
Former-commit-id: f93472101aa7338b3cdfc9db5c936d010f4cda82