Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-03 | temp | 2 | -16/+5 | |
2022-06-03 | Move streams to it's own file | 2 | -1146/+1338 | |
2022-06-02 | Handle empty files/blobs | 1 | -147/+0 | |
2022-06-02 | Fix off by one & exceptions | 1 | -3/+6 | |
2022-06-02 | Faster ReadableStream | 1 | -215/+114 | |
2022-06-01 | More streams | 1 | -50/+385 | |
2022-05-30 | faster async/await + readablestream optimizations | 2 | -27/+51 | |
2022-05-30 | Implement `Bun.file(pathOrFd).stream()` | 1 | -136/+376 | |
2022-05-30 | Implement `Blob.stream()` | 1 | -373/+309 | |
2022-05-30 | start to implement native streams | 2 | -705/+869 | |
2022-05-30 | reading almost works | 2 | -9/+716 | |
2022-05-30 | [TextEncoder] 3x faster in hot loops | 1 | -101/+29 | |
2022-05-30 | Implement `Blob.stream()` | 1 | -15/+130 | |
2022-05-10 | [bun.js] Implement `Buffer.byteLength` | 1 | -6/+104 | |
2022-05-08 | [bun.js] Fix bug with headers not being sent in `fetch` | 1 | -0/+1 | |
2022-04-29 | add more to buffer implementation | 1 | -51/+200 | |
2022-04-26 | Most of Buffer.toString | 1 | -7/+115 | |
2022-04-25 | some of buffer | 2 | -27/+699 | |
2022-04-12 | Make sendfile more reliable | 1 | -134/+0 | |
2022-04-12 | wip fixes to sendfile() blocking | 1 | -3/+6 | |
2022-04-11 | work around fetch("localhost") bug | 1 | -7/+0 | |
2022-04-08 | partial fix for the sendfile() bug | 1 | -6/+9 | |
2022-04-07 | [bun.js] Add `baseURI` support to HTTP server | 1 | -1/+5 | |
2022-04-06 | [bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice() | 1 | -125/+299 | |
2022-04-05 | Update response.zig | 1 | -1/+0 | |
2022-04-05 | Update response.zig | 1 | -6/+12 | |
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -7/+10 | |
2022-04-04 | hm | 1 | -1/+1 | |
2022-04-04 | Update response.zig | 1 | -1/+1 | |
2022-04-04 | Make `Bun.file()` -> HTMLRewriter -> HTTP response work | 1 | -64/+196 | |
2022-04-03 | Handle when unable to use sendfile() with `Bun.file` | 1 | -3/+9 | |
2022-04-02 | Fix test failures | 1 | -11/+41 | |
2022-04-01 | [bun.js] Bring back file resolution | 1 | -1/+3 | |
2022-04-01 | [bun.js] slightly more careful write() | 1 | -1/+3 | |
2022-04-01 | [bun.js] Fix double free in Blob | 1 | -1/+3 | |
2022-04-01 | Update response.zig | 1 | -1/+1 | |
2022-04-01 | [bun.js] Fix use-after-free in Bun.write | 1 | -3/+3 | |
2022-04-01 | Make `FetchHeaders` workjarred/fetchheaders | 1 | -40/+34 | |
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 1 | -765/+128 | |
2022-03-30 | don't append null bytes | 1 | -3/+2 | |
2022-03-28 | Delete url.zig | 1 | -151/+0 | |
2022-03-26 | Auto-set content-type | 1 | -1/+4 | |
2022-03-26 | Fix clonefile() so it actually does run | 1 | -1/+4 | |
2022-03-25 | fix error hanlding | 1 | -6/+22 | |
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -86/+125 | |
2022-03-24 | Auto-detect MimeType based on file extension | 1 | -1/+17 | |
2022-03-24 | Update response.zig | 1 | -6/+6 | |
2022-03-23 | handle bodies of 0 length better | 1 | -14/+19 | |
2022-03-23 | Implement Request body support! | 1 | -13/+19 | |
2022-03-23 | Support `Request.headers` and `Request.url` in http server | 1 | -11/+57 |