summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-11Fix build instructionsHEADmasterTorsten Grote
2021-09-24added more documentation, fix build-android-node taken the content from the a...Sebastian
2019-12-10android buildFlorian Dold
2019-12-10src: fix the false isatty() issue on IBMiXu Meng
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-09fs: reduce unnecessary sync rimraf retriescjihrig
2019-12-09fs: add synchronous retries to rimrafcjihrig
2019-12-08test: scale keepalive timeouts for slow machinesBen Noordhuis
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-07src: improve checked uv loop close outputAnna Henningsen
2019-12-07test: mark tests as flakyJoão Reis
2019-12-07doc: include line/cursor in readline documentationJeremy Albright
2019-12-07wasi: use memory-tracking allocatorAnna Henningsen
2019-12-07deps: update uvwasiAnna Henningsen
2019-12-07http2: track nghttp2-allocated memory in heap snapshotAnna Henningsen
2019-12-07http2: use shared memory tracking implementationAnna Henningsen
2019-12-07src: port memory-tracking allocator from QUIC repoAnna Henningsen
2019-12-07src: don't use deprecated OpenSSL APIsRosen Penev
2019-12-07test: mark addons/openssl-bindings/test flaky on armRichard Lau
2019-12-07readline: eagerly load string_decoderRuben Bridgewater
2019-12-07src: free preopen memory in WASI::New()cjihrig
2019-12-07src: use checked allocations in WASI::New()cjihrig
2019-12-07test: improve WASI options validationRich Trott
2019-12-07tools: use CC instead of CXX when pointing to gccMilad Farazmand
2019-12-06lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest
2019-12-06lib: add warning on dynamic import es modulesJuan José Arboleda
2019-12-06test: remove common.busyLoop()cjihrig
2019-12-06util: add internal sleep() functioncjihrig
2019-12-06module: fix dynamic import from evalCorey Farrell
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07test: run more assert testsRuben Bridgewater
2019-12-07assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater
2019-12-07util: never trigger any proxy traps using `format()`Ruben Bridgewater
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-07benchmark: add more util inspect and format benchmarksRuben Bridgewater
2019-12-07util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-07util: improve inspect's customInspect performanceRuben Bridgewater
2019-12-06deps: upgrade to libuv 1.34.0cjihrig
2019-12-06tools: update remark-preset-lint-node to 1.11.0Rich Trott
2019-12-05deps: fix OPENSSLDIR on WindowsShigeki Ohtsu
2019-12-05tools: update icu to 65.1Albert Wang
2019-12-06repl: use better uncaught exceptions indicatorRuben Bridgewater
2019-12-06http2: streamline OnStreamRead streamline memory accountingDenys Otrishko
2019-12-06http2: small clean up in OnStreamReadDenys Otrishko
2019-12-05build: remove (almost) unused macros/constantsbcoe
2019-12-05doc,benchmark: move benchmark guide to benchmark directoryRich Trott
2019-12-05doc: improve napi formattingRuben Bridgewater
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-12-05test: use callback arguments in getconnections testRich Trott