Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -50/+339 | |
2022-03-24 | Implement error page for HTTP server | 1 | -4/+160 | |
2022-03-23 | handle bodies of 0 length better | 1 | -22/+46 | |
2022-03-23 | Update server.zig | 1 | -1/+2 | |
2022-03-23 | Implement Request body support! | 1 | -11/+105 | |
2022-03-23 | Support `Request.headers` and `Request.url` in http server | 1 | -16/+26 | |
2022-03-23 | [bun.js] Bun.write for macOS | 1 | -4/+4 | |
2022-03-23 | [bun.js] Implement Bun.write() | 1 | -1/+1 | |
2022-03-22 | Handle integer sizes greater than i32 | 1 | -14/+23 | |
2022-03-22 | Linux-specific tweaks | 1 | -6/+4 | |
2022-03-21 | sendfile works | 1 | -40/+50 | |
2022-03-21 | [bun.js] 2/? Implement `Response.file`, sendfile edition | 1 | -20/+210 | |
2022-03-20 | microptimize | 1 | -8/+15 | |
2022-03-20 | the events, they loop | 1 | -0/+320 |