summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* stream: simplify isBufRobert Nagy2020-02-061-20/+9
* dgram: test to add and to drop specific membershipA. Volgin2020-02-062-8/+80
* doc,vm,test: remove _sandbox_ from vm documentationRich Trott2020-02-063-131/+129
* lib: further simplify assertions in vm/moduleAnna Henningsen2020-02-061-10/+6
* events: add EventEmitter.on to async iterate over eventsMatteo Collina2020-02-063-0/+362
* test: get lib/wasi.js coverage to 100%cjihrig2020-02-061-0/+6
* lib: improve spelling and grammar in commentDavid Newman2020-02-061-2/+2
* test: cover vm with negative testsAndrew Kuzmenko2020-02-061-1/+41
* bootstrap: use different scripts to setup different configurationsJoyee Cheung2020-02-0614-545/+568
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2020-02-06127-537/+665
* buffer: improve .from() error detailsRuben Bridgewater2020-02-061-5/+9
* events: allow monitoring error eventsGerhard Stoebich2020-02-063-2/+69
* test: remove obsolete WASI testcjihrig2020-02-063-6552/+0
* doc,lib,src,test: rename WASI CLI flagcjihrig2020-02-0610-11/+11
* deps,src,test: update to uvwasi 0.0.3cjihrig2020-02-0627-59/+176
* assert: use for...ofSoar2020-02-061-2/+2
* http: use for...of in http library codeTrivikram Kamat2020-02-064-14/+27
* tls: for...of in _tls_common.jsTrivikram Kamat2020-02-063-22/+14
* async_hooks: ensure proper handling in runInAsyncScopeAnatoli Papirovski2020-02-061-9/+7
* doc: add note about fs.close() about undefined behaviorRobert Nagy2020-02-061-0/+6
* test: simplify test-wasi-start-validation.jscjihrig2020-02-061-14/+9
* test: improve WASI start() coveragecjihrig2020-02-061-1/+66
* wasi: require CLI flag to require() wasi modulecjihrig2020-02-063-5/+14
* stream: use for...ofTrivikram Kamat2020-02-062-5/+3
* readline: promote _getCursorPos to public apiJeremy Albright2020-02-064-40/+54
* test: add missing test flagscjihrig2020-02-061-0/+1
* test: add test for validation for wasi.start() argumentRich Trott2020-02-061-0/+31
* src: unregister Isolate with platform before disposingAnna Henningsen2020-02-064-3/+9
* stream: do not chunk strings and Buffer in Readable.fromMatteo Collina2020-02-063-1/+28
* lib: change var to let/constrene.herrmann2020-02-061-3/+2
* build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher2020-02-063-0/+36
* lib: refactor NativeModuleJoyee Cheung2020-02-061-133/+147
* test: work around ENOTEMPTY when cleaning tmp dirBen Noordhuis2020-02-065-46/+7
* doc: add code example to inspector.url() methodJuan José Arboleda2020-02-061-0/+15
* net: remove duplicate _undestroyRobert Nagy2020-02-061-1/+0
* test: wait for stream close before writing to fileAnna Henningsen2020-02-061-0/+11
* fs: synchronize close with other I/O for streamsAnna Henningsen2020-02-061-6/+46
* test: use fs rimraf to refresh tmpdircjihrig2020-02-061-47/+1
* fs: retry unlink operations in rimrafcjihrig2020-02-061-2/+21
* fs: only operate on buffers in rimrafcjihrig2020-02-061-5/+16
* module: fix require in node replZYSzys2020-02-063-27/+87
* lib: replace var with let/constjens-cappelle2020-02-061-1/+1
* doc: deprecate http finishedRobert Nagy2020-02-063-0/+37
* wasi: use memory-tracking allocatorAnna Henningsen2020-02-062-6/+32
* deps: update uvwasiAnna Henningsen2020-02-065-178/+497
* src: free preopen memory in WASI::New()cjihrig2020-02-061-0/+9
* src: use checked allocations in WASI::New()cjihrig2020-02-061-1/+3
* test: improve WASI options validationRich Trott2020-02-061-3/+3
* test: run more assert testsRuben Bridgewater2020-02-061-16/+9
* assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater2020-02-062-22/+134