Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
See https://github.com/ziglang/zig/issues/10942
|
|
|
|
|
|
Previously, when running Bun behind a reverse proxy, you had to pass an explicit `--origin` arg and it could only run behind one proxy at a time.
Now, Bun automatically determines the origin from the request if possible. It reads `Forwarded`, `X-Forwarded-Proto`, `X-Forwarded-Host`, `Origin`, and lastly `Host`. If none are available, it falls back to the `--origin` CLI arg.
This change is important for usecases like Replit which shows multiple iframes in different origins.
|
|
* Prepare to upgrade zig
* zig fmt
* AllocGate
* Update data_url.zig
* wip
* few files
* just headers now?
* I think everything works?
* Update mimalloc
* Update hash_map.zig
* Perf improvements to compensate for Allocgate
* Bump
* :camera:
* Update bun.lockb
* Less branching
* [js parser] Slightly reduce memory usage
* Update js_parser.zig
* WIP remove unused
* [JS parser] WIP support for `with` keyword
* Remove more dead code
* Fix all the build errors!
* cleanup
* Move `network_thread` up
* Bump peechy
* Update README.md
|
|
|
|
|
|
|
|
|
|
|
|
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3
|
|
Former-commit-id: 94750e5987ea8f6e4c946bfc06715e09a48c0eec
|
|
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419
|
|
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8
|
|
Former-commit-id: bbc23b382c2eec15436fad632f5efe06e8e8360d
|
|
Former-commit-id: 84bb17d9e0dd6e31995afb7b2f49436187fc9f76
|
|
Former-commit-id: 2c4d3184a4f06ba9dd7d27d653834589796ebd0f
|
|
Former-commit-id: 8542778c30e9757fa87514f46ff5086d7c8f6bfa
|