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
|
1671e3cc7e
|
Remove dead code
|
2022-11-11 00:20:42 -08:00 |
|
Ryan Russell
|
f8e8b10e10
|
docs(thread_pool): comment readability improvements (#1241)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
Signed-off-by: Ryan Russell <git@ryanrussell.org>
|
2022-10-05 16:49:37 -07: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 |
|
Jarred Sumner
|
520f7e78ac
|
[internal] Fix failing build
|
2022-07-06 23:16:05 -07:00 |
|
Egor
|
ee5144924b
|
fix: spawn thread on linux
|
2022-07-06 19:22:29 -07:00 |
|
Jarred Sumner
|
9db701ab41
|
wip fixes to sendfile() blocking
|
2022-04-12 00:43:23 -07:00 |
|
Jarred Sumner
|
87adeb61c5
|
isize is a little faster normally
|
2022-04-11 19:05:09 -07:00 |
|
Jarred SUmner
|
30542225c6
|
fix bug with io sometimes sleeping permanetly
|
2022-04-04 23:25:54 -07:00 |
|
Jarred SUmner
|
8b73afad95
|
Increase from 4ms -> 40ms for timeout
|
2022-03-16 08:02:15 -07:00 |
|
Jarred Sumner
|
1316dd1a4f
|
Fix crash when HTTP thread goes to sleep
|
2022-03-14 05:39:45 -07:00 |
|
Jarred Sumner
|
7c5c6cd519
|
source maps work for app code in bun dev!
|
2022-03-06 07:35:16 -08:00 |
|
Jarred Sumner
|
114c0e8ed2
|
[bun.js] Implement setTimeout, setInterval, clearTimeout, clearInterval
|
2022-03-01 00:47:31 -08:00 |
|
Jarred Sumner
|
8383544bb5
|
onSpawn handler for thread
|
2022-02-18 02:47:59 -08:00 |
|
Jarred Sumner
|
2b45c8dffe
|
Implement keep-alive but disable it
|
2022-02-05 00:30:28 -08:00 |
|
Jarred SUmner
|
dabcac2e96
|
Several reliability improvements to HTTP
|
2022-02-04 20:50:21 -08:00 |
|
Jarred Sumner
|
baffe26dd1
|
Fix bug with http client
|
2022-02-03 21:01:14 -08:00 |
|
Jarred Sumner
|
64b74ede87
|
Cleanup HTTP thread on idle
|
2022-02-01 20:47:48 -08:00 |
|
Jarred Sumner
|
5d7c34093f
|
new boringSSL integration almost works with TLS 1.3
|
2022-02-01 14:45:47 -08:00 |
|
Jarred Sumner
|
962b7fa8d9
|
Add a callback when a thread spawns
|
2022-01-23 21:14:20 -08:00 |
|
Jarred SUmner
|
be0c4b5451
|
[bun install] Reduce number of context switches
|
2022-01-03 01:42:40 -08:00 |
|
Jarred Sumner
|
8a9e81d514
|
Be a little smarter about sleeping the netwrok thread
|
2022-01-02 16:29:04 -08:00 |
|
Jarred Sumner
|
ad0834bedb
|
Fix bug where bun uses ~15% of CPU idly
|
2022-01-02 15:28:20 -08:00 |
|
Jarred Sumner
|
fe17d51b03
|
FIx bug in http client
|
2021-12-29 02:32:57 -08:00 |
|
Jarred Sumner
|
42c7d887d3
|
👶event loop
|
2021-12-17 02:44:35 -08:00 |
|
Jarred Sumner
|
5d2cb27562
|
Start to restructure code
|
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
|
c056093125
|
WIP
|
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 |
|
Jarred Sumner
|
94e469c803
|
[bun install] WIP
|
2021-12-16 19:18:51 -08:00 |
|