Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-13 | Revert "tests: share http server between tests (#3336)" | Ryan Dahl | |
This reverts commit dbf861f8a02f4a90ef68a4e2741b973becc53438. | |||
2019-11-13 | Ignore some files that facilitate editors. (#3337) | Kitson Kelly | |
Using an editor, such as VSCode, some of the plugins require some files locally to provide a good editing experience. These were removed from the repo, but allowing people to add them back locally but ensure they don't end up committed by accident would be helpful. | |||
2019-11-13 | tests: share http server between tests (#3336) | Bartek Iwańczuk | |
Re-enable flaky tests | |||
2019-11-13 | Disable flaky tests lock_check_ok2 again (#3334) | Ry Dahl | |
Mistakenly re-enabled in #3275. | |||
2019-11-13 | Update to TypeScript 3.7 (#3275) | Kitson Kelly | |
and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273 | |||
2019-11-13 | Disable flaky tests lock_check_ok2 and lock_check_err2 (#3331) | Ry Dahl | |
2019-11-13 | fmt: allow configuration of Prettier options (#3314) | 罗文 | |
2019-11-13 | Make bundles fully standalone (#3325) | Kitson Kelly | |
- Bundles are fully standalone. They now include the shared loader with `deno_typescript`. - Refactor of the loader in `deno_typescript` to perform module instantiation in a more - Change of behaviour when an output file is not specified on the CLI. Previously a default name was determined and the bundle written to that file, now the bundle will be sent to `stdout`. - Refactors in the TypeScript compiler to be able to support the concept of a request type. This provides a cleaner abstraction and makes it easier to support things like single module transpiles to the userland. - Remove a "dangerous" circular dependency between `os.ts` and `deno.ts`, and define `pid` and `noColor` in a better way. - Don't bind early to `console` in `repl.ts`. - Add an integration test for generating a bundle. | |||
2019-11-12 | feat: std/node (#3319) | Vincent LE GOFF | |
2019-11-12 | fix url parse bug (#3316) | 木杉 | |
2019-11-12 | flags: bump deno_std to v0.23.0 (#3322) | 罗文 | |
2019-11-11 | Add permissions.request (#3296) | Yoshiya Hinosawa | |
2019-11-10 | fix manual (#3313) | 木杉 | |
PS C:\Users\zhbnh> git config --global core.symlinks=true error: invalid key: core.symlinks=true | |||
2019-11-09 | refactor: worker is no longer a resource (#3290) | Bartek Iwańczuk | |
2019-11-09 | net: Check for closing status when iterating Listener (#3309) | Nayeem Rahman | |
std/http/server.ts: Use listener.next() instead of listener.accept() | |||
2019-11-09 | upgrade: Prettier 1.19.1 (#3305) | 罗文 | |
2019-11-08 | test: re-enable integration test 045 (#3300) | Yoshiya Hinosawa | |
This test was improved in #3185. | |||
2019-11-08 | disable flaky test | Ryan Dahl | |
2019-11-08 | Add jsdoc for std/http/http_status.ts | Ryan Dahl | |
The website documentation now supports enums https://github.com/denoland/deno_website2/commit/6f4fb0f5a3068daa1841bc4d2774fecf0added1d | |||
2019-11-07 | Upgrade rust crates (#3292) | Bert Belder | |
2019-11-07 | refactor: move Child resource to ops/process.rs (#3291) | Bartek Iwańczuk | |
2019-11-07 | Rebase v8 changes in third_party | Ryan Dahl | |
2019-11-07 | upgrade: V8 8.0.192 | Ryan Dahl | |
2019-11-07 | disable flaky test | Ryan Dahl | |
2019-11-07 | upgrade: Rust 1.39.0 (#3286) | Ry Dahl | |
2019-11-07 | Fix jsdoc in std/http/server.ts (#3284) | Ry Dahl | |
2019-11-07 | refactor: remove cli::resources::Resource (#3285) | Bartek Iwańczuk | |
2019-11-07 | refactor: rewrite accept resources (#3271) | Bartek Iwańczuk | |
2019-11-06 | manual: add chocolatey install instructions (#3280) | Ry Dahl | |
2019-11-06 | Allow http server to take { hostname, port } argument (#3233) | Liam Perlaki | |
2019-11-06 | Remove CoreResource::inspect_repr method (#3274) | Ry Dahl | |
Towards simplifying (or better removing entirely) the CoreResource trait. Resources should be any bit of privileged heap allocated memory that needs to be referenced from JS, not very specific trait implementations. Therefore CoreResource should be pushed towards being as general as possible. | |||
2019-11-05 | Exclude prebuilt from deno_src release (#3272) | Andy Hayden | |
2019-11-05 | Disable flaky tests (#3270) | Ry Dahl | |
2019-11-04 | v0.23.0 | Ryan Dahl | |
2019-11-04 | Revert "reduce redundancies in the fetch code (#3249)" (#3264) | Ry Dahl | |
Max latency benchmark went to zero for deno_proxy. This reverts commit 65e91796720ea68d69ac7f925a8f239aee8fb19e | |||
2019-11-04 | Remove tsconfig files - they are not part of build process (#3262) | Ry Dahl | |
2019-11-04 | std/http: add serveTLS and listenAndServeTLS (#3257) | Kevin (Kun) "Kassimo" Qian | |
2019-11-04 | Refactor Worker and ThreadSafeState (#3242) | Bartek Iwańczuk | |
* Split ThreadSafeState into State and GlobalState. State is a "local" state belonging to "Worker" while "GlobalState" is state shared by whole program. * Update "Worker" and ops to use "GlobalState" where applicable * Move and refactor "WorkerChannels" resource | |||
2019-11-04 | Consolidates asserts#equal branches for keyed collections (Map/Set) and ↵ | James Wright | |
supports deep equality of Map keys (#3258) | |||
2019-11-03 | feat: lockfiles (#3231) | Ry Dahl | |
Use --lock-write=lock.json or --lock-check=lock.json on the command line. | |||
2019-11-02 | reduce redundancies in the fetch code (#3249) | Nick Stott | |
2019-10-31 | Upgrade github actions mac environment to macos-latest (#3250) | Kang Huaishuai | |
2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
2019-10-31 | cli: replace timer map with red-black tree (#3218) | Kevin (Kun) Kassimo Qian | |
This avoids a crash when the Deno process has been running for 2**32 ms (about 50 days). Additionaly, time complexity of finding which timer is due to fire next is reduced from from O(n) to O(log n). | |||
2019-10-31 | Adds custom inspect method for URL (#3241) | Sven Nicolai Viig | |
2019-10-31 | Make EOF unique symbol (#3244) | Yoshiya Hinosawa | |
2019-10-29 | Support for deep `Map` equality with `asserts#equal` (#3236) | James Wright | |
2019-10-29 | Remove TTY tests - dead code (#3229) | Ry Dahl | |
2019-10-29 | Use top-level await in jsdoc examples (#3239) | Andy Hayden | |
2019-10-29 | Rename Github Actions workflow (#3238) | Ry Dahl | |