Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-13 | Add sha hashing example | 1 | -0/+68 | ||
2022-04-13 | Warn about moduleSuffixes | 1 | -0/+6 | ||
2022-04-13 | [bun dev] Fix CSS HMR bug | 3 | -71/+67 | ||
2022-04-13 | expose mmap size and offset option (#141) | 2 | -5/+18 | ||
* expose mmap size and offset option * fix panics | |||||
2022-04-13 | better to fix it there | 1 | -2/+2 | ||
2022-04-13 | [bun.js] Fix bug with `readdirSync` on folders with less than 32 files | 2 | -8/+83 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/143 | |||||
2022-04-13 | Update bun.d.ts | 1 | -0/+16 | ||
2022-04-13 | Even More Comments | 4 | -8/+58 | ||
2022-04-13 | Support digest("base64" | "hex") in the hashings | 10 | -150/+752 | ||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 11 | -70/+601 | ||
2022-04-12 | add depth limit to .gitmodules (#142) | 1 | -0/+9 | ||
fixes situations where git client automatically downloads all submodules without depth limit | |||||
2022-04-12 | maybe this fixes it? | 2 | -15/+9 | ||
2022-04-12 | Make sendfile more reliable | 8 | -197/+122 | ||
2022-04-12 | wip fixes to sendfile() blocking | 7 | -84/+185 | ||
2022-04-11 | Add a very simple http server test | 1 | -0/+54 | ||
2022-04-11 | slight perf improvement to concurrently queueing tasks | 1 | -4/+6 | ||
2022-04-11 | always tick the event loop | 2 | -23/+34 | ||
2022-04-11 | `isize` is a little faster normally | 1 | -1/+1 | ||
2022-04-11 | Fix readme link | 1 | -2/+2 | ||
2022-04-11 | Update http-stop.ts | 1 | -3/+5 | ||
2022-04-11 | Add example for stopping HTTP server | 2 | -6/+6 | ||
2022-04-11 | work around fetch("localhost") bug | 2 | -9/+15 | ||
2022-04-11 | [bun.js] Add a `Server.stop` function | 11 | -64/+478 | ||
2022-04-11 | Update comptime_string_map.zig | 1 | -0/+2 | ||
2022-04-11 | :scissors: dead code | 2 | -49/+12 | ||
2022-04-10 | Update globals.d.ts | 1 | -0/+2 | ||
2022-04-10 | [bun-types] Document JavaScriptCore's ES Module loader | 1 | -10/+113 | ||
2022-04-10 | make checking for bun modules a compile time step | 4 | -13/+32 | ||
2022-04-10 | [TOML] Fix toml parsing with multiple keys in object literal | 3 | -2/+17 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/140 | |||||
2022-04-10 | Fix type errors | 6 | -210/+191 | ||
2022-04-10 | Update bun.d.tsbun-v0.0.78 | 1 | -0/+17 | ||
2022-04-10 | Update linker.zig | 1 | -2/+2 | ||
2022-04-10 | Fix tests | 1 | -3/+22 | ||
2022-04-10 | fix linux build | 1 | -2/+2 | ||
2022-04-10 | Update Makefile | 1 | -4/+6 | ||
2022-04-10 | [bun.js] Support a `"bun"` import | 2 | -7/+28 | ||
2022-04-10 | Move some types around | 4 | -156/+165 | ||
2022-04-10 | [bun] fix `bun bun --platform=bun` | 1 | -9/+16 | ||
2022-04-10 | [bun-types] Make it bundle the types | 18 | -5793/+12097 | ||
2022-04-09 | Bump | 1 | -1/+1 | ||
2022-04-09 | [fs] Add missing `isFile` and `isDirectory` functions to stat() | 2 | -3/+18 | ||
2022-04-09 | Update transpiler.test.js | 1 | -0/+4 | ||
2022-04-09 | [JS Parser] Fix code simplification bug with `!` and unary expressions | 2 | -8/+50 | ||
2022-04-09 | stricter boolean check | 1 | -1/+1 | ||
2022-04-08 | Update build-idbun-v0.0.77 | 1 | -1/+1 | ||
2022-04-08 | [bun-framework-next] Fix missing scripts | 4 | -129/+37 | ||
2022-04-08 | Fix Next.js stylesheet bug | 11 | -146/+320 | ||
2022-04-08 | remove some code bloat | 1 | -19/+3 | ||
2022-04-08 | Update watcher.zig | 1 | -1/+5 | ||
2022-04-08 | [bun dev] Fix race condition in file watcher | 1 | -9/+31 | ||