Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-27doc,console: use code markup/markdown in headersRich Trott
2019-12-27doc,cluster: use code markup/markdown in headersRich Trott
2019-12-27doc,child_process: use code markup/markdown in headersRich Trott
2019-12-27doc,buffer: use code markup/markdown in headersRich Trott
2019-12-27doc,async_hooks: use code markup/markdown in headersRich Trott
2019-12-27doc,assert: use code markup/markdown in headersRich Trott
2019-12-27doc: use code markup/markdown in headers in addons documentationRich Trott
2019-12-27doc,dns: use code markup/markdown in headersRich Trott
2019-12-27doc: allow <code> in header elementsRich Trott
2019-12-27build: switch realpath to pwdbcoe
2019-12-27src: enable stack trace printing for V8 check failuresAnna Henningsen
2019-12-27zlib: allow writes after readable 'end' to finishAnna Henningsen
2019-12-26build: fixes build for some os versionsDavid Carlier
2019-12-26doc: add --inspect-publish-uid man page entrycjihrig
2019-12-26doc: add --force-context-aware man page entrycjihrig
2019-12-26doc: add --enable-source-maps man page entrycjihrig
2019-12-26wasi: throw on failed uvwasi_init()cjihrig
2019-12-26deps: uvwasi: cherry-pick 75b389ccjihrig
2019-12-26deps: uvwasi: cherry-pick 64e59d5cjihrig
2019-12-26build: re-introduce --use-largepages as no-opGabriel Schulhof
2019-12-26repl: use public getCursorPos()cjihrig
2019-12-26benchmark: include writev in benchmarkRobert Nagy
2019-12-26deps: V8: cherry-pick 687d865fe251Сковорода Никита Андреевич
2019-12-26deps: V8: cherry-pick d406bfd64653Sam Roberts
2019-12-26test: skip the unsupported test cases for IBM iXu Meng
2019-12-26src: prevent hard coding stack trace limitlegendecas
2019-12-26doc: fix anchors and subtitle in BUILDING.mdsutangu
2019-12-26src: port --bash-completion to C++Joyee Cheung
2019-12-25doc: standardize usage of hostname vs. host nameRich Trott
2019-12-25stream: pipeline should use req.abort() to destroy responseRobert Nagy
2019-12-25doc: add unrepresented flags docs for configurePranshu Srivastava
2019-12-25timers: fix refresh for expired timersAnatoli Papirovski
2019-12-25timers: do less work in insertAnatoli Papirovski
2019-12-25tls: add PSK supportDenys Otrishko
2019-12-25stream: reset flowing state if no 'readable' or 'data' listenersRobert Nagy
2019-12-25stream: simplify isBufRobert Nagy
2019-12-25doc: improve doc net:server.listendev-313
2019-12-25src: set arraybuffer_untransferable_private_symbolThang Tran
2019-12-25dgram: test to add and to drop specific membershipA. Volgin
2019-12-25benchmark: use let instead of var in child_processdnlup
2019-12-25tools: fix Raspbian armv7 buildAndrey Hohutkin
2019-12-25util: add (typed) array length to the default outputRuben Bridgewater
2019-12-25readline: set null as callback return in case there's no errorRuben Bridgewater
2019-12-25readline: small refactoringRuben Bridgewater
2019-12-25repl: implement reverse searchRuben Bridgewater
2019-12-25repl: fix preview of lines that exceed the terminal columnsRuben Bridgewater
2019-12-25util: add colors to debuglog()Ruben Bridgewater
2019-12-25http2: wait for session socket writable end on close/destroyDenys Otrishko
2019-12-25http2: wait for session to finish writing before destroyDenys Otrishko
2019-12-25doc: implement minor improvements to BUILDING.md textRich Trott