summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-30feat(tls): custom in memory CA certificates (#12219)Luca Casonato
2021-09-29fix(ext/http): merge identical if/else branches (#12269)mynane
2021-09-29perf(web/Event): move last class field to constructor (#12265)Aaron O'Mullan
2021-09-29fix(ext/fetch): avoid panic when header is invalid (#12244)Ahab
2021-09-29perf(webidl/DOMString): don't wrap string primitives (#12266)Aaron O'Mullan
2021-09-29bench(cli): add deno_http_native_headers.js (#12267)Aaron O'Mullan
2021-09-29feat: support serializing `WebAssembly.Module` objects (#12140)Andreu Botella
2021-09-29feat: stabilize URLPattern API (#12256)Luca Casonato
2021-09-281.14.2 (#12254)Aaron O'Mullan
2021-09-28chore: bump crate versions for 1.14.2 (#12253)Aaron O'Mullan
2021-09-27perf(fetch): optimize newInnerRequest blob url check (#12245)Aaron O'Mullan
2021-09-27fix: subprocess kill support on windows (#12134)Luca Casonato
2021-09-27refactor(fetch/Request): inline defaultInnerRequest (#12241)Aaron O'Mullan
2021-09-27perf(fetch/Response): avoid class fields (#12237)Aaron O'Mullan
2021-09-26refactor(fetch/response): inline defaultInnerResponse (#12235)Aaron O'Mullan
2021-09-26perf(web): optimize Event constructor (#12231)Aaron O'Mullan
2021-09-26perf(webidl/ByteString): 3x faster ASCII check (#12230)Aaron O'Mullan
2021-09-26perf(fetch): optimize InnerBody constructor (#12232)Aaron O'Mullan
2021-09-26fix(ext/http): include port number in h2 urls (#12181)Ben Noordhuis
2021-09-26perf(fetch/headers): optimize appendHeader (#12234)Aaron O'Mullan
2021-09-25perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString...Luis Malheiro
2021-09-25fix(ext/web): FileReader error messages (#12218)Dan Rose
2021-09-25chore: update wpt (#12206)Andreu Botella
2021-09-25fix(http): panic when responding to a closed conn (#12216)Aaron O'Mullan
2021-09-25fix(ext/http): fortify "is websocket?" check (#12179)Ben Noordhuis
2021-09-24chore(workers): Test that closing a worker closes any child workers (#12215)Andreu Botella
2021-09-25cleanup(runtime): flatten op_kill's args (#12214)Aaron O'Mullan
2021-09-25refactor: Remove unused code (#12210)Ryan Dahl
2021-09-24chore(runtime): minor comment improvement (#12191)Aaron O'Mullan
2021-09-25fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)李瑞丰
2021-09-24refactor: Remove op_state parameter (#12202)Ryan Dahl
2021-09-24refactor: Rename ProgramState to ProcState (#12204)Ryan Dahl
2021-09-24docs: fix native http jsdoc examples (#12207)Leo K
2021-09-24fix(cli/permissions): ensure revoked permissions are no longer granted (#12159)Nayeem Rahman
2021-09-23refactor: Remove depreated Worker::execute_module (#12203)Ryan Dahl
2021-09-23refactor: clean up watcher tests (#12200)Ryan Dahl
2021-09-23feat(cli/fmt): support more markdown extensions (#12195)Satya Rohith
2021-09-23perf(ext/fetch): skip USVString webidl conv on string constructor (#12168)Aaron O'Mullan
2021-09-23test(cli): align unit test permissions with runtime test permissions (#12189)Casper Beyer
2021-09-23docs(tools): updates to cutting a release (#12177)Kitson Kelly
2021-09-23perf(ops): optimize permission check (#11800)Aaron O'Mullan
2021-09-22ci: enable cache for fastci (#12186)Aaron O'Mullan
2021-09-22refactor: simplify FetchFuture (#12185)Ryan Dahl
2021-09-22quickfix(ci): only run "Build product size info" on main/tag (#12184)Aaron O'Mullan
2021-09-22upgrade serde_v8 and rusty_v8 (#12175)Ryan Dahl
2021-09-22fix(workers): Don't panic when a worker's parent thread stops running (#12156)Andreu Botella
2021-09-22ci: experiment mac & windows debug builds (#11884)Aaron O'Mullan
2021-09-22chore: replace calls to assertThrowsAsync with assertRejects (#12176)Casper Beyer
2021-09-22chore(ext/net): improve embedder friendliness (#12178)Ben Noordhuis
2021-09-221.14.1Kitson Kelly