Jarred Sumner
|
c0dd284136
|
Upgrade to latest Zig (#1610)
* @min and @max
* builtins and some trivial ones
* Most of them
* more
* more!
* More Progress
* wip
* Update tagged_pointer.zig
* Update http_client_async.zig
* Most of the iterable dir changes
* alright
* Remove usages of deprecated formatters
* 📷
* fmt
* Update shimmer.zig
* wip
* wip
* wip
* progress
* more
* Latest
* stuck on error
* latest
* workaround stage2
* wip
* Update string_immutable.zig
* wip
* Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings
* Fix build errors
* Fixup most of the test failures
* Fix `make headers`
* Fix "outside package path" error
* Fixup aligned alloc
* Add missing file
* linux
* More linux fixes
* use latest peechy
* Fix transpiler test failure
* Forgot about these
* Fixup test failure
* Update node-timers.test.ts
* [node:htt] Fix `undefined is not an object` error
Fixes https://github.com/oven-sh/bun/issues/1618
* Update http.exports.js
* Make this test less flaky
* fix hashes
* Fix hex formatting and zls issues
* Download zig version
* Update Dockerfile
* Update Dockerfile
* Update uws
* Update Dockerfile
* Set llvm version
* Update README.md
* Update uws
* Update Dockerfile
* Update io_linux.zig
* Update bun.zig
* Log output
* workaround strange @cInclude error
* Make ffi tests better
* Don't use cImport
* Update c.zig
* Update c-bindings.cpp
* call setOutputDir
* Update Dockerfile
* Use a longer name
* latest
* Update serve.test.ts
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Veikka Tuominen <git@vexu.eu>
|
2022-12-28 00:51:22 -08:00 |
|
Jarred Sumner
|
b631ea7d72
|
import everything from "bun" where possible
|
2022-11-29 02:42:56 -08:00 |
|
Jarred Sumner
|
0ce709d96a
|
Make new HTTP client more stable
|
2022-09-16 00:53:03 -07:00 |
|
Jarred SUmner
|
0815c83974
|
Improve event loop reliability on Linux
|
2022-08-13 06:07:18 -07:00 |
|
r00ster91
|
16452c16da
|
Remove unnecessary Output.flushs before Global.exit and Global.crash (#535)
* fix: add missing newline
* refactor: std.process.exit -> Global.exit
* fix: std.os.abort -> Global.exit
I'm not sure about this one. Please verify.
* cleanup: remove unnecessary `Output.flush`s
|
2022-07-10 06:44:57 -07:00 |
|
Jarred Sumner
|
729d445b68
|
change the directory structure
|
2022-06-22 23:21:48 -07:00 |
|
Jarred Sumner
|
74f4c8bcab
|
query_string_map -> url
|
2022-03-17 01:27:35 -07:00 |
|
Jarred Sumner
|
701d6ec45d
|
rename _global -> bun
|
2022-03-08 18:54:54 -08:00 |
|
Jarred Sumner
|
dbc28a24ac
|
more
|
2022-03-04 00:20:39 -08:00 |
|
Jarred Sumner
|
50560e169c
|
WASM
|
2022-02-27 23:20:10 -08:00 |
|
Jarred Sumner
|
3d057950b9
|
std.os.exit -> Global.exit so stderr is always flushed
|
2022-02-11 14:56:28 -08:00 |
|
Jarred Sumner
|
aaf5c28c5b
|
[bun install] Slightly more reliable HTTP
|
2021-12-31 00:14:24 -08:00 |
|
Jarred Sumner
|
b1c3fce49b
|
[internal] Move network_thread into http package
|
2021-12-30 21:27:27 -08:00 |
|
Jarred Sumner
|
e75c711c68
|
Upgrade to latest Zig, remove dependency on patched version of Zig (#96)
* 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
* 📷
* 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
|
2021-12-30 21:12:32 -08:00 |
|
Jarred Sumner
|
c62949b98e
|
Update http_bench.zig
|
2021-12-29 02:34:11 -08:00 |
|
Jarred SUmner
|
74ea36ac1c
|
WIP hop
|
2021-12-17 15:47:24 -08:00 |
|
Jarred Sumner
|
49d8ea4886
|
[bun install] Fix case when lockfile exists
|
2021-12-16 19:18:51 -08:00 |
|
Jarred Sumner
|
b5744e5da4
|
save and load manifest
|
2021-12-16 19:18:51 -08:00 |
|
Jarred Sumner
|
809c1e46d8
|
[npm install] starting to look good!
|
2021-12-16 19:18:51 -08:00 |
|
Jarred Sumner
|
dccc6bf1af
|
[http_debug] Pretty print
|
2021-12-16 19:18:51 -08:00 |
|
Jarred Sumner
|
b1660fa468
|
[bun install] async http request works I think?
|
2021-12-16 19:18:51 -08:00 |
|