index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
examples
/
http_bench.rs
Age
Commit message (
Expand
)
Author
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-19
Modify op dispatcher to include &mut Isolate argument (#4821)
Ryan Dahl
2020-04-18
Fix Op definitions (#4814)
Ryan Dahl
2020-03-20
Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)
Ryan Dahl
2020-02-07
Refactor deno_core_http_bench and make it single-threaded (#3903)
Bert Belder
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-12-15
upgrade: tokio 0.2 in deno_core_http_bench, take2 (#3435)
Bartek Iwańczuk
2019-11-27
Revert "update deno_core_http_bench to Tokio 0.2 (#3408)"
Ry Dahl
2019-11-26
update deno_core_http_bench to Tokio 0.2 (#3408)
Bartek Iwańczuk
2019-11-18
feat: op registration during calls (#3375)
Andy Finch
2019-11-17
fix deno_core_http_bench (#3364)
Bartek Iwańczuk
2019-11-17
refactor: fixes for futures (#3363)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-06
Remove CoreResource::inspect_repr method (#3274)
Ry Dahl
2019-10-28
refactor: use core ResourceTable in cli (#3206)
Bartek Iwańczuk
2019-10-23
core: Add ResourceTable (#3150)
Bartek Iwańczuk
2019-09-30
feat: op registration in core (#3002)
Bartek Iwańczuk
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-17
refactor dispatch take 2 (#2533)
andy finch
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-12
Remove Config struct from core (#2502)
Ryan Dahl
2019-05-01
core: express op as enum (#2255)
Ryan Dahl
2019-05-01
Refactor zero-copy buffers for performance and to prevent memory leaks
Bert Belder
2019-04-23
core: make Isolate concrete, remove Dispatch trait (#2183)
Ryan Dahl
2019-04-21
Refactor CLI entry point (#2157)
Bartek Iwańczuk
2019-04-17
Fix clippy warnings
Bert Belder
2019-04-16
Move deno_core_http_bench into examples dir (#2127)
Ryan Dahl