Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
I don't fully understand what this does but it sounds good! | |||||
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 | ||
2022-04-04 | fix https | 2 | -20/+84 | ||
2022-04-04 | Make `Bun.file()` -> HTMLRewriter -> HTTP response work | 5 | -72/+222 | ||
2022-04-04 | [bun] Don't allow `Transfer-Encoding` header | 1 | -0/+2 | ||
2022-04-04 | [bun.js] Improve error message for HTTP server | 1 | -4/+4 | ||
2022-04-04 | [bun.js] Support truncating file length up to u52 | 1 | -7/+7 | ||
2022-04-03 | pico headers are now mutable | 1 | -1/+1 | ||
2022-04-03 | deref after null | 1 | -1/+1 | ||
2022-04-03 | [bun.js] If no `Content-Type` is available and the content is all ascii ↵ | 1 | -0/+2 | ||
text, assume it is text/plain | |||||
2022-04-03 | Omit the `Content-Encoding` header when it was auto decompressed | 1 | -0/+12 | ||
2022-04-03 | Don't track gzip timing unless verbose mode | 1 | -6/+22 | ||
2022-04-03 | Update server.zig | 1 | -0/+1 | ||
2022-04-03 | Support HTMLRewriter in http server | 1 | -2/+4 | ||
2022-04-03 | Handle when unable to use sendfile() with `Bun.file` | 3 | -28/+60 | ||
2022-04-03 | Update runtime.version | 1 | -1/+1 | ||
2022-04-03 | cleanup a few things | 4 | -8/+26 | ||
2022-04-03 | doesn't fix the bug but helps a little | 1 | -6/+9 | ||
2022-04-02 | Add more tests for Node FS | 2 | -1/+3 | ||
2022-04-02 | [bun.js] fs.readSync & fs.writeSync should return just the number | 1 | -24/+57 | ||
2022-04-02 | [bun.js] Support `mode` and `flags` as integer args in fs.openSync (instead ↵ | 1 | -0/+6 | ||
of only object) | |||||
2022-04-02 | Update base.zig | 1 | -0/+1 | ||
2022-04-02 | Fix GC bug when reading TypedArray from user input | 1 | -6/+36 | ||
2022-04-02 | s/Buffer/TypedArray | 1 | -17/+17 | ||
2022-04-02 | Fix mmap on macOS x64 | 2 | -29/+27 | ||
2022-04-02 | Fix test failures | 1 | -11/+41 | ||