Ryan Dahl
|
583a646be7
|
Fix concurrent accepts (#2403)
|
2019-05-23 21:22:52 +03:00 |
|
Ryan Dahl
|
aba952397a
|
Add progress bar (#2309)
|
2019-05-11 10:23:19 -04:00 |
|
Ryan Dahl
|
1af02b405e
|
Revert "recover: #1517 Kill all pending accepts when TCP listener is closed (#2224)" (#2239)
Crashes while running wrk against
js/deps/https/deno.land/std/http/http_bench.ts
This reverts commit 972ac03858 .
|
2019-04-28 14:15:15 -07:00 |
|
Yusuke Sakurai
|
972ac03858
|
recover: #1517 Kill all pending accepts when TCP listener is closed (#2224)
|
2019-04-27 11:33:24 -07:00 |
|
Ryan Dahl
|
d2579f4564
|
core: Rename Behavior to Dispatch (#2082)
And rename IsolateState to ThreadSafeState.
Also make ThreadSafeState directly implement Dispatch. This is simpler.
|
2019-04-09 13:11:25 -04:00 |
|
Ryan Dahl
|
2debbdacb9
|
Merge Worker and Isolate types (#2078)
Reduces generics.
|
2019-04-08 17:10:00 -04:00 |
|
andy finch
|
0e7311e171
|
Non-fatal compile_sync failures (#2039)
And model worker resources as Stream
|
2019-04-04 05:33:32 -04:00 |
|
andy finch
|
b0a23beb8f
|
Add web worker JS API (#1993)
* Refactored the way worker polling is scheduled and errors are handled.
* Share the worker future as a Shared
|
2019-04-01 15:09:59 -04:00 |
|
Ryan Dahl
|
e9910d8ae5
|
Rename crate deno_core to deno (#2022)
|
2019-03-30 19:30:40 -04:00 |
|
Kevin (Kun) "Kassimo" Qian
|
5c4189a3b8
|
Do not close file on invalid seek mode (#2004)
|
2019-03-26 22:47:17 -04:00 |
|
Ryan Dahl
|
94405bb617
|
Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)
|
2019-03-20 18:55:52 -04:00 |
|
andy finch
|
6131152a57
|
Remove old Buf definition in cli.rs (#1971)
|
2019-03-19 16:47:35 -04:00 |
|
Ryan Dahl
|
fa3c35301a
|
Rename //src/ to //cli/ (#1962)
To better distinguish the deno_core crate from the executable deno,
which will now be called "the cli" internally.
|
2019-03-19 12:18:05 -04:00 |
|