Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-04-11 | work around fetch("localhost") bug | 2 | -9/+15 | |
2022-04-11 | [bun.js] Add a `Server.stop` function | 7 | -49/+311 | |
2022-04-11 | Update comptime_string_map.zig | 1 | -0/+2 | |
2022-04-11 | :scissors: dead code | 2 | -49/+12 | |
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 | 1 | -2/+1 | |
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 | [bun.js] Support a `"bun"` import | 2 | -7/+28 | |
2022-04-10 | Move some types around | 1 | -0/+6 | |
2022-04-10 | [bun] fix `bun bun --platform=bun` | 1 | -9/+16 | |
2022-04-09 | [fs] Add missing `isFile` and `isDirectory` functions to stat() | 2 | -3/+18 | |
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 | Fix Next.js stylesheet bug | 5 | -93/+139 | |
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 | |
2022-04-08 | Immediately inject fast refresh once | 1 | -2/+1 | |
2022-04-08 | I think fix hmr regression? | 1 | -1/+1 | |
2022-04-08 | Fix hardlink fallback | 1 | -1/+1 | |
2022-04-08 | partial fix for the sendfile() bug | 2 | -27/+60 | |
2022-04-07 | Fix some mime types to match expectations | 1 | -2/+3 | |
2022-04-07 | Update runtime.versionbun-v0.0.76 | 1 | -1/+1 | |
2022-04-07 | Update ZigGlobalObject.cpp | 1 | -1/+1 | |
2022-04-07 | Update mimalloc | 1 | -0/+0 | |
2022-04-07 | [bun.js] Add `baseURI` support to HTTP server | 4 | -5/+110 | |
2022-04-07 | More types | 1 | -0/+4 | |
2022-04-07 | add GC output constraints | 29 | -155/+125 | |
2022-04-06 | 7 hrs | 1 | -6/+1 | |
2022-04-06 | Update hmr.ts | 1 | -1/+0 | |
2022-04-06 | Update runtime.zig | 1 | -1/+3 | |
2022-04-06 | Make `Bun.activate` run earlier so we catch errors sooner | 1 | -21/+37 | |
2022-04-06 | [bun.js] Support React Refresh 0.12.0 | 1 | -1/+2 | |
2022-04-06 | Update javascript.zig | 1 | -1/+1 | |
2022-04-06 | [bun.js][breaking] `import.meta.url` is now a file:// url | 1 | -3/+2 | |
2022-04-06 | [bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice() | 10 | -137/+530 | |
2022-04-05 | `[bun dev]` Fix segfaults | 3 | -32/+103 | |
2022-04-05 | tweak some flags | 4 | -9/+18 | |
2022-04-05 | Fix stat() on x64 | 2 | -10/+32 | |
2022-04-05 | Update response.zig | 1 | -1/+0 | |
2022-04-05 | Update response.zig | 1 | -6/+12 | |
2022-04-05 | Fix linking bug? | 1 | -1/+0 | |
2022-04-04 | fix bug with io sometimes sleeping permanetly | 12 | -51/+186 | |
2022-04-04 | Update syscall.zig | 1 | -4/+4 | |
2022-04-04 | Update syscall.zig | 1 | -5/+1 | |
2022-04-04 | hm | 1 | -1/+1 | |
2022-04-04 | Remove unused function | 3 | -44/+0 | |
2022-04-04 | Update response.zig | 1 | -1/+1 |