Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-23 | format: don't format files in third_party | Bert Belder | |
It's annoying, and it also makes appveyor slow because it will re-upload the third_party cache every time something changes in there. | |||
2018-10-23 | third_party: install yapf with pip | Bert Belder | |
2018-10-23 | Bundle pywin32 in third_party | Bert Belder | |
2018-10-23 | Revert "Support CheckJS" | Ryan Dahl | |
Broken in master. This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28. | |||
2018-10-23 | Support CheckJS | Kitson Kelly | |
2018-10-23 | Enforce media types | Kitson Kelly | |
2018-10-23 | Make Headers more idiomatic (#1062) | Kitson Kelly | |
2018-10-23 | improve file_info.ts | ztplz | |
2018-10-22 | Improve globals for runtime type library | Kitson Kelly | |
2018-10-21 | Implemente clone for FetchResponse (#1054) | ztplz | |
2018-10-21 | CI should fail when code isn't formatted. | Ryan Dahl | |
2018-10-21 | Add the right mac rustfmt binary | Ryan Dahl | |
2018-10-21 | Add yapf to third_party. | Ryan Dahl | |
2018-10-21 | third_party: add the right rustfmt.exe binary | Bert Belder | |
2018-10-21 | Add URLSearchParams (#1049) | Kyra | |
2018-10-20 | Add Rust hyper http benchmark (#1043) | Kevin (Kun) "Kassimo" Qian | |
* Add go net/http benchmark * Forget about Go. Let's do Rust Hyper * Update BUILD.gn * Rename | |||
2018-10-20 | v0.1.9 | Ryan Dahl | |
- Performance and stability improvements on all platforms. - Add cwd() and chdir() #907 - Specify deno_dir location with env var DENO_DIR #970 - Make fetch() header compliant with the current spec #1019 - Upgrade TypeScript to 3.1.3 - Upgrade V8 to 7.1.302.4 | |||
2018-10-20 | Upgrade V8 to 7.1.302.4 | Ryan Dahl | |
2018-10-20 | Optimization: eager accept | Ryan Dahl | |
2018-10-20 | Optimization: eager write | Ryan Dahl | |
2018-10-20 | Optimization: eager read | Ryan Dahl | |
TCP sockets should attempt the non-blocking read in the main thread. | |||
2018-10-20 | Allow partial writes. | Ryan Dahl | |
Do not use tokio_io::io:write_all(). Adds src/tokio_write.rs | |||
2018-10-20 | Windows: dont use ts-node symlinked path | Ryan Dahl | |
2018-10-20 | y label fix | Kevin (Kun) "Kassimo" Qian | |
2018-10-20 | feat: show only 20 benchmark data in inde.html | Yoshiya Hinosawa | |
2018-10-20 | build: clean up the gn template for rust targets a bit | Bert Belder | |
2018-10-20 | Add rustfmt to third_party. | Ryan Dahl | |
2018-10-20 | Format. | Ryan Dahl | |
2018-10-20 | fix some typo in Docs.md | ztplz | |
2018-10-20 | Exit http_server.py if it's crashed | Andy Hayden | |
2018-10-20 | build: make rollup generate a depfile for the bundle build | Bert Belder | |
2018-10-19 | Upgrade crates | Ryan Dahl | |
2018-10-19 | Upgrade node_modules. | Ryan Dahl | |
2018-10-19 | Add style to benchmark page | Ryan Dahl | |
2018-10-19 | Add Docs.md | Ryan Dahl | |
Remove stuff from Roadmap that has been implemented. | |||
2018-10-19 | Sort ops. | Ryan Dahl | |
2018-10-19 | Disable warning on linux. | Ryan Dahl | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-19 | Make fetch header compliant with the current spec (#1019) | ztplz | |
2018-10-19 | Fix a typo in http_benchmark.py | J2P | |
2018-10-19 | libdeno: store v8::Persistent in map by value instead of by reference | Bert Belder | |
2018-10-19 | format | Bert Belder | |
2018-10-18 | Optimization: Use std::map for tracking zero-copy buffers | Ryan Dahl | |
Instead of V8 map. | |||
2018-10-18 | add test case for metrics | Bartek Iwańczuk | |
2018-10-18 | fix metrics logic | Bartek Iwańczuk | |
2018-10-17 | Optimization: Reuse ArrayBuffer during serialization. | Ryan Dahl | |
2018-10-17 | Add tools/build_test.py | Ryan Dahl | |
2018-10-17 | Reduce ArrayBuffer allocations in ImportBuf() | Ryan Dahl | |
2018-10-17 | Only run deno during ./tools/http_benchmark.py | Ryan Dahl | |
2018-10-17 | Fix a bug that copyFile reports different error codes | Jinho Bang | |
This is a workaroud. Once the issue is resolved in Rust side, we should remove it. Fixes #895 |