Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-04 | chore: port http_server.py to rust (#6364) | Ryan Dahl | |
2020-06-01 | fix(cli/js/web): formData parser for binary files (#6015) | Marcos Casagrande | |
2020-05-31 | fix(cli/fetch): set null body for null-body status (#5980) | Marcos Casagrande | |
2020-05-31 | fix(fetch): network error on multiple redirects (#5985) | Marcos Casagrande | |
2020-05-22 | fix: redirects handling in module analysis (#5726) | Bartek Iwańczuk | |
This commit fixes a bug introduced in #5029 that caused bad handling of redirects during module analysis. Also ensured that duplicate modules are not downloaded. | |||
2020-03-30 | fix: Add check to fail the benchmark test on server error (#4519) | Andres Villegas | |
2020-02-28 | fetch_cached_remote_source support redirect URL without base (#4099) | Kevin (Kun) "Kassimo" Qian | |
2020-02-26 | Fix flaky tests (#4134) | Ryan Dahl | |
2020-02-17 | feat: add --cert flag for http client (#3972) | geoFlux | |
2020-02-02 | Remove //tests symlink (#3849) | Luka Hartwig | |
2020-01-26 | Improve support of type definitions (#3755) | Kitson Kelly | |
2020-01-11 | Add gzip, brotli and ETag support for file fetcher (#3597) | EnokMan | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-11-19 | fix: use AF_INET6 in ./tools/http_server.py (#3374) | Bartek Iwańczuk | |
2019-10-29 | fix race condition in test http server (#3237) | Andy Hayden | |
2019-10-16 | fix: remote jsx/tsx files were compiled as js/ts (#3125) | Yusuke Sakurai | |
2019-09-11 | feat: Set user agent for http client (#2916) | Bartek Iwańczuk | |
2019-06-24 | feat: fetch() now handles redirects (#2561) | Long(Tony) Lian | |
2019-06-08 | make tests quieter (#2468) | Andy Hayden | |
Don't mix every http request in with the tests output. Don't print that the file servers are starting unless -vv flag is passed. Capture the output of run with run_output which returns stdout, stderr and exit_code. Test against this rather than relying on sys.exit. | |||
2019-05-30 | chore: refactor python tests to use unittest (#2414) | Andy Hayden | |
Move every test to a method on DenoTestCase. test.py is a single TestSuite of every TestCase. Add a Spawn context manager for http_server, this is explicitly used where it's needed. Each python test file can now be run independently without needing to manually run http_server. Add --help and consistent flags using argparse for each python test, including --failfast. Use ColorTextTestRunner so that '... ok' is green. | |||
2019-04-01 | Follow redirect location as new referrers for nested module imports (#2031) | Kevin (Kun) "Kassimo" Qian | |
Fixes #1742 Fixes #2021 | |||
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2019-01-03 | Support more fetch init body types (#1449) | Kevin (Kun) "Kassimo" Qian | |
2018-12-27 | Lazily create .mime files only with mismatch/no extension (#1417) | Kevin (Kun) "Kassimo" Qian | |
2018-12-21 | Implement `Body.formData` for fetch (#1393) | Kevin (Kun) "Kassimo" Qian | |
2018-11-30 | Use pylint. | Ryan Dahl | |
2018-10-28 | Add application/x-typescript mime type support | Kevin (Kun) "Kassimo" Qian | |
2018-10-23 | Enforce media types | Kitson Kelly | |
2018-10-20 | Exit http_server.py if it's crashed | Andy Hayden | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-17 | Optimization: Reuse ArrayBuffer during serialization. | Ryan Dahl | |
2018-10-16 | Interrupt http_server.py by ctrl + c (#1001) | Amos Lim | |
2018-10-11 | Add deno.metrics() | Bartek Iwańczuk | |
2018-10-09 | Add redirect follow feature (#934) | Kevin (Kun) "Kassimo" Qian | |
2018-09-27 | Ensure spawning python server twice raises an exception. | Andy Hayden | |
Previously it would dump the traceback but not raise. It's unclear if serve_forever could crash for some other reason, but the main reason spawn throws is if the port is already in use. | |||
2018-08-27 | allow_reuse_address for test http server. | Ryan Dahl | |
2018-08-20 | Enable http server for tests. | Ryan Dahl | |