Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-22 | There are dylib issues and I don't want to invest more time in this right nowjarred/clipboard-objc | 1 | -0/+164 | ||
2022-04-20 | [misc] Fix broken build on macOS | 1 | -3/+9 | ||
2022-04-18 | [node] Remove constants definition in (#146) | 1 | -7/+0 | ||
... fs.exports.js Bug: #130 | |||||
2022-04-18 | [node] Add more fs constants (#144) | 3 | -137/+200 | ||
Move fs constants to node_fs_constants.zig, and we static append the constants definition to fs.export.js. Issue: #130 | |||||
2022-04-16 | [JS Parser] Support explicit removing | 3 | -71/+320 | ||
2022-04-16 | Workaround C ABI bug | 1 | -9/+12 | ||
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 | 1 | -1/+1 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/143 | |||||
2022-04-13 | Even More Comments | 2 | -4/+4 | ||
2022-04-13 | Support digest("base64" | "hex") in the hashings | 4 | -37/+187 | ||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 2 | -29/+321 | ||
2022-04-12 | Make sendfile more reliable | 3 | -184/+79 | ||
2022-04-12 | wip fixes to sendfile() blocking | 4 | -59/+172 | ||
2022-04-11 | slight perf improvement to concurrently queueing tasks | 1 | -4/+6 | ||
2022-04-11 | always tick the event loop | 1 | -23/+10 | ||
2022-04-11 | work around fetch("localhost") bug | 1 | -7/+0 | ||
2022-04-11 | [bun.js] Add a `Server.stop` function | 4 | -46/+308 | ||
2022-04-10 | make checking for bun modules a compile time step | 1 | -0/+2 | ||
2022-04-10 | fix linux build | 1 | -2/+2 | ||
2022-04-09 | [fs] Add missing `isFile` and `isDirectory` functions to stat() | 2 | -3/+18 | ||
2022-04-08 | partial fix for the sendfile() bug | 2 | -27/+60 | ||
2022-04-07 | Update ZigGlobalObject.cpp | 1 | -1/+1 | ||
2022-04-07 | [bun.js] Add `baseURI` support to HTTP server | 4 | -5/+110 | ||
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 | 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() | 7 | -137/+511 | ||
2022-04-05 | `[bun dev]` Fix segfaults | 1 | -1/+45 | ||
2022-04-05 | tweak some flags | 2 | -7/+17 | ||
2022-04-05 | Fix stat() on x64 | 1 | -8/+24 | ||
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 | 5 | -18/+35 | ||
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 | Update response.zig | 1 | -1/+1 | ||
2022-04-04 | fix https | 1 | -12/+77 | ||
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 | 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 | 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 | cleanup a few things | 2 | -5/+4 | ||