summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps,test: update postject to 1.0.0-alpha.5actions/tools-update-postjectNode.js GitHub Bot2023-03-038-23/+56
* test: move testPath from CWD to temporary directoryLivia Medeiros2023-03-031-19/+22
* test_runner: avoid running twice tests in describeMoshe Atlow2023-03-033-28/+29
* tools: add automation for updating OpenSSL dependencyFacundo Tuesca2023-03-023-0/+210
* src: fix negative nodeTiming milestone valueslegendecas2023-03-036-12/+73
* src: fix missing trailing ,Cheng Zhao2023-03-021-1/+1
* src: share common code paths for SEA and embedder scriptAnna Henningsen2023-03-0216-184/+145
* url: set `formatUrl` method as no side effectYagiz Nizipli2023-03-021-1/+1
* build: fix Visual Studio installation detection for Arm64Radek Bartoň2023-03-022-7/+11
* tools: refactor dep_updatersTony Gorez2023-03-025-55/+100
* test: assume priv ports start at 1024 if it can't be changedKrayzeeKev2023-03-021-3/+8
* test_runner: fix reconstruction of errors extracted from YAMLMoshe Atlow2023-03-017-1/+26
* deps: update simdutf to 3.2.2Node.js GitHub Bot2023-03-012-4/+4
* url: remove unnecessary call to `FunctionPrototypeBind`Antoine du Hamel2023-03-011-2/+0
* doc: add request to hold off publicising sec releasesMichael Dawson2023-03-011-0/+8
* wasi: add wasi sock_accept stubMichael Dawson2023-03-015-0/+35
* deps: update uvwasi to v0.0.16Michael Dawson2023-03-014-2/+17
* doc: fix stream iterator helpers examplesBenjamin Gruenbaum2023-03-011-3/+3
* url: offload `URLSearchParams` initializationYagiz Nizipli2023-03-014-52/+48
* url: remove unused `kFormat` from urlYagiz Nizipli2023-03-011-2/+0
* src: fix AliasedBuffer memory attribution in heap snapshotsJoyee Cheung2023-03-015-15/+28
* src: move AliasedBuffer implementation to -inl.hJoyee Cheung2023-03-0111-168/+268
* src: make util.h self-containtedJoyee Cheung2023-03-012-13/+17
* repl: remove lastInputPreview conditional checkDuy Mac Van2023-03-012-7/+3
* repl: fix .load infinite loop caused by shared use of lineEnding RegExpTheodor Steiner2023-03-012-9/+46
* tools: fix daily wpt nightly version selectionFilip Skokan2023-03-011-1/+1
* test: update web-platform tests for urlXuguang Mei2023-03-016-6/+121
* url: improve `isURLThis` detectionYagiz Nizipli2023-03-011-2/+2
* lib: fix BroadcastChannel initialization locationShelley Vohr2023-03-012-6/+1
* test: fix file path in permission symlink testLivia Medeiros2023-03-011-3/+1
* test: move socket from CWD to temporary directoryLivia Medeiros2023-03-011-2/+6
* src: remove shadowed variable in OptionsParserShelley Vohr2023-03-011-5/+5
* vm: fix leak in vm.compileFunction when importModuleDynamically is usedJoyee Cheung2023-03-014-15/+20
* src: do not track BaseObjects directly in RealmJoyee Cheung2023-02-281-6/+0
* tools: update eslint to 8.35.0Node.js GitHub Bot2023-02-28677-6194/+4991
* deps: update ada to 1.0.4Node.js GitHub Bot2023-02-282-72/+391
* meta: remove AUTHORS fileRich Trott2023-02-283-3766/+0
* doc: add history info for `node:test`Antoine du Hamel2023-02-281-0/+6
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-02-2830-243/+212
* timers: use V8 fast API callsJoyee Cheung2023-02-2812-59/+271
* doc: sort import orderjakecastelli2023-02-281-2/+2
* doc: use destructing importjakecastelli2023-02-281-4/+4
* src: fix cb scope bugs involved in terminationywave6202023-02-284-3/+40
* bootstrap: print stack trace during environment creation failureJoyee Cheung2023-02-283-25/+69
* src: fix useless call in permission.ccTobias Nießen2023-02-271-16/+17
* tools: create llhttp update actionMarco Ippolito2023-02-271-0/+13
* stream: enable usage of webstreams on compose()Debadree Chatterjee2023-02-274-52/+619
* lib: rename internal module declaration as internal bindingsokmttdhr, okp2023-02-271-1/+1
* buffer: add Buffer.copyBytesFrom(...)James M Snell2023-02-263-1/+146
* assert: fix exception message for assert(0) on try catch blockhidecology2023-02-262-19/+78