Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-23 | Update Dockerfile.base | 1 | -1/+1 | ||
2022-04-23 | Bump build | 4 | -3/+3 | ||
2022-04-23 | :camera: | 35 | -113/+139 | ||
2022-04-23 | [JS Parser] Fix overly-eager CJS -> ESM transform | 1 | -1/+1 | ||
2022-04-21 | Add `bun run ${script-name}` clarification (#151) | 1 | -0/+4 | ||
2022-04-20 | [misc] Fix broken build on macOS | 2 | -5/+11 | ||
2022-04-18 | [misc] explain why wasm isn't released yet | 1 | -1/+4 | ||
2022-04-18 | [misc] Recommend VSCode extensions | 1 | -0/+8 | ||
2022-04-18 | [misc] Set editor.formatOnSave | 1 | -3/+15 | ||
2022-04-18 | [node] Remove constants definition in (#146) | 1 | -7/+0 | ||
... fs.exports.js Bug: #130 | |||||
2022-04-18 | [timer] Remove timer.zig and use system_timer.zig (#149) | 6 | -33/+7 | ||
2022-04-18 | [build] Fix Dockerfile COPY slash (#147) | 2 | -5/+5 | ||
2022-04-18 | not sure yet | 4 | -92/+107 | ||
2022-04-18 | fix wasm build take 2 (one more thing is broken) | 15 | -195/+641 | ||
2022-04-18 | Fix wasm build | 6 | -13/+58 | ||
2022-04-18 | [node] Add more fs constants (#144) | 4 | -137/+201 | ||
Move fs constants to node_fs_constants.zig, and we static append the constants definition to fs.export.js. Issue: #130 | |||||
2022-04-16 | Move some code around + delete dead code | 4 | -2113/+1889 | ||
2022-04-16 | [JS Parser] Support explicit removing | 10 | -88/+480 | ||
2022-04-16 | Workaround C ABI bug | 1 | -9/+12 | ||
2022-04-16 | [JS Parser] API for removing & replacing exports | 2 | -85/+495 | ||
2022-04-15 | Update README.md | 1 | -29/+0 | ||
2022-04-15 | Document how tests work | 1 | -0/+167 | ||
2022-04-14 | Update css_scanner.zig | 1 | -0/+3 | ||
2022-04-13 | add some more assertions | 1 | -0/+9 | ||
2022-04-13 | [css] Fix crash on empty files in some cases | 1 | -6/+8 | ||
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 | ||