Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Most CLI tools have the style convention of referring to themselves in
lowercase. It is, after all, the name that users type in when using
the tool. This PR maintains that convention in bun.
"Drop the uppercase B, it's cleaner"
|
|
|
|
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
|
|
* Remove some dead code
* :skull: code
* Fix the zig tests
* [JS Printer] Print integers faster & less scientific notation on decimals
* :skull: dead code
* skip
* Run all the unit tests
|
|
|
|
|
|
|
|
Former-commit-id: de26ae30116e3c13c48a710201a7da0817ffd9e5
|
|
Former-commit-id: 0b776fb7f19dde86ea53968412c6eeaf9bae556f
|
|
Former-commit-id: fcb04d39a1629047ab0a227c2992922725189ca7
|
|
Former-commit-id: 1d598bb05a3bac62d86063125e1fe2962f0b5cc6
|
|
Former-commit-id: 0dc1c1a74b845d037326f4f2facd786924ca722e
|
|
Former-commit-id: 3d9028f0eed792f088fc04a878e436a36699fb82
|
|
Former-commit-id: 3f10c8790629ab157d9377759cc50a4b962cc6f4
|
|
Former-commit-id: e0fa2e78da8083dc590c4b1f3d016ba545261b84
|
|
Former-commit-id: 4ca1e17778dc4a331da5a9a21f56e0e590c799ce
|
|
Former-commit-id: 6e2c6cd6ea1fbda73977f563fc7fbdede1438527
|
|
Former-commit-id: d0f91082fcc8da17d224acb5432339c5d817e1c2
|