Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-05 | Update response.zig | 1 | -6/+12 | ||
2022-04-05 | Update Makefile | 1 | -1/+1 | ||
2022-04-05 | Update http-file.ts | 1 | -1/+0 | ||
2022-04-05 | Fix linking bug? | 3 | -4/+4 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 16 | -69/+218 | ||
2022-04-04 | Update Makefile | 1 | -1/+1 | ||
2022-04-04 | ughh | 1 | -1/+2 | ||
2022-04-04 | Update syscall.zig | 1 | -4/+4 | ||
2022-04-04 | Update syscall.zig | 1 | -5/+1 | ||
2022-04-04 | hm | 2 | -2/+2 | ||
2022-04-04 | Update Dockerfile.base | 1 | -1/+1 | ||
2022-04-04 | fixup | 4 | -2/+24 | ||
2022-04-04 | Update Makefile | 1 | -0/+2 | ||
2022-04-04 | Update Makefile | 1 | -1/+2 | ||
2022-04-04 | Update Makefile | 1 | -2/+2 | ||
2022-04-04 | Update Makefile | 1 | -0/+5 | ||
2022-04-04 | Update Makefile | 1 | -1/+2 | ||
2022-04-04 | Remove unused function | 3 | -44/+0 | ||
2022-04-04 | Update Dockerfile | 1 | -0/+2 | ||
2022-04-04 | Add zlib for uws | 2 | -1/+2 | ||
2022-04-04 | Update Dockerfile | 1 | -0/+2 | ||
2022-04-04 | Update Makefile | 1 | -4/+2 | ||
2022-04-04 | Update Dockerfile | 1 | -0/+2 | ||
2022-04-04 | Fix missing | 4 | -9/+16 | ||
2022-04-04 | Update response.zig | 1 | -1/+1 | ||
2022-04-04 | Update Dockerfile | 1 | -1/+17 | ||
2022-04-04 | Update tsconfig.json | 1 | -0/+2 | ||
2022-04-04 | Update launch.json | 1 | -0/+12 | ||
2022-04-04 | Update http-file.ts | 1 | -3/+3 | ||
2022-04-04 | fix https | 4 | -40/+109 | ||
2022-04-04 | Update bun.d.ts | 1 | -5/+14 | ||
2022-04-04 | Fix error in bun:error | 1 | -1/+1 | ||
2022-04-04 | Add a couple more tests | 1 | -0/+27 | ||
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 | Add HTMLRewriter proxy example | 1 | -0/+51 | ||
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 | [bun error] Handle error messages with missing name/message better | 1 | -6/+16 | ||
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 | Add `ShadowRealm` and `Bun.hash` | 1 | -5/+107 | ||
2022-04-03 | Fix the types | 4 | -270/+1206 | ||
2022-04-03 | Update runtime.version | 1 | -1/+1 | ||