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
path: root/src
AgeCommit message (Expand)Author
2019-12-27src: enable stack trace printing for V8 check failuresAnna Henningsen
2019-12-26wasi: throw on failed uvwasi_init()cjihrig
2019-12-26src: prevent hard coding stack trace limitlegendecas
2019-12-26src: port --bash-completion to C++Joyee Cheung
2019-12-25tls: add PSK supportDenys Otrishko
2019-12-25src: set arraybuffer_untransferable_private_symbolThang Tran
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-24tools,src: forbid usage of v8::PersistentAnna Henningsen
2019-12-24src,test: use v8::Global instead of v8::PersistentAnna Henningsen
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-20bootstrap: use different scripts to setup different configurationsJoyee Cheung
2019-12-20src: list used functions on headersJuan José Arboleda
2019-12-19src: fix compiler warning in env.ccAnna Henningsen
2019-12-18doc,lib,src,test: rename WASI CLI flagcjihrig
2019-12-18deps,src,test: update to uvwasi 0.0.3cjihrig
2019-12-17wasi: require CLI flag to require() wasi modulecjihrig
2019-12-17cli: add --trace-exit cli optionlegendecas
2019-12-15src: unregister Isolate with platform before disposingAnna Henningsen
2019-12-14crypto: cast oaepLabel to unsigned char*Shelley Vohr
2019-12-14src: make debug_options getters publicShelley Vohr
2019-12-14src: explicitly allocate backing stores for v8 stat buffersAnna Henningsen
2019-12-14build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-12src: migrate to new V8 ArrayBuffer APIThang Tran
2019-12-12build: on Android, use android log library to print stack tracesGiovanni Campagna
2019-12-12src: accept single argument in getProxyDetailsRuben Bridgewater
2019-12-10build: ease DragonFlyBSD buildDavid Carlier
2019-12-10src: fix the false isatty() issue on IBMiXu Meng
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-08src: improve checked uv loop close outputAnna Henningsen
2019-12-08wasi: use memory-tracking allocatorAnna Henningsen
2019-12-08http2: track nghttp2-allocated memory in heap snapshotAnna Henningsen
2019-12-08http2: use shared memory tracking implementationAnna Henningsen
2019-12-08src: port memory-tracking allocator from QUIC repoAnna Henningsen
2019-12-08src: don't use deprecated OpenSSL APIsRosen Penev
2019-12-07src: free preopen memory in WASI::New()cjihrig
2019-12-07src: use checked allocations in WASI::New()cjihrig
2019-12-07util: add internal sleep() functioncjihrig
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-06http2: streamline OnStreamRead streamline memory accountingDenys Otrishko
2019-12-06http2: small clean up in OnStreamReadDenys Otrishko
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-12-05module: add warnings for experimental flagsRongjian Zhang
2019-12-05esm: make specifier flag clearly experimentalMyles Borins
2019-12-04tls: expose IETF name for current cipher suiteSam Roberts
2019-12-04src: delete redundant method in node_dir.hgengjiawen
2019-12-04src: remove redundant cast in node_dir.ccgengjiawen
2019-12-04src: improve node_crypto.cc memory allocationPriyanka Kore
2019-12-04src: fix node_dir.cc memory allocationPriyanka Kore