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-182019-12-18, Version 13.5.0 (Current)v13.5.0Myles Borins
2019-12-18wasi: require CLI flag to require() wasi modulecjihrig
2019-12-18cli: add --trace-exit cli optionlegendecas
2019-12-18src: unregister Isolate with platform before disposingAnna Henningsen
2019-12-18crypto: cast oaepLabel to unsigned char*Shelley Vohr
2019-12-18src: make debug_options getters publicShelley Vohr
2019-12-18build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher
2019-12-18Working on v13.4.1Myles Borins
2019-12-162019-12-17, Version 13.4.0 (Current)v13.4.0Myles Borins
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-13build: on Android, use android log library to print stack tracesGiovanni Campagna
2019-12-13src: accept single argument in getProxyDetailsRuben Bridgewater
2019-12-11build: ease DragonFlyBSD buildDavid Carlier
2019-12-10src: fix the false isatty() issue on IBMiXu Meng
2019-12-10http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-09src: improve checked uv loop close outputAnna Henningsen
2019-12-09wasi: use memory-tracking allocatorAnna Henningsen
2019-12-09http2: track nghttp2-allocated memory in heap snapshotAnna Henningsen
2019-12-09http2: use shared memory tracking implementationAnna Henningsen
2019-12-09src: port memory-tracking allocator from QUIC repoAnna Henningsen
2019-12-09src: don't use deprecated OpenSSL APIsRosen Penev
2019-12-09src: free preopen memory in WASI::New()cjihrig
2019-12-09src: use checked allocations in WASI::New()cjihrig
2019-12-09util: add internal sleep() functioncjihrig
2019-12-09util: improve performance inspecting proxiesRuben Bridgewater
2019-12-09http2: streamline OnStreamRead streamline memory accountingDenys Otrishko
2019-12-09http2: small clean up in OnStreamReadDenys Otrishko
2019-12-09lib: delay access to CLI option to pre-executionJoyee Cheung
2019-12-09module: add warnings for experimental flagsRongjian Zhang
2019-12-09esm: make specifier flag clearly experimentalMyles Borins
2019-12-09tls: expose IETF name for current cipher suiteSam Roberts
2019-12-09src: delete redundant method in node_dir.hgengjiawen
2019-12-09src: remove redundant cast in node_dir.ccgengjiawen
2019-12-09src: improve node_crypto.cc memory allocationPriyanka Kore
2019-12-09src: fix node_dir.cc memory allocationPriyanka Kore
2019-12-04Working on v13.3.1Ruben Bridgewater
2019-12-032019-12-03, Version 13.3.0 (Current)v13.3.0Ruben Bridgewater
2019-12-02src: change header file in node_stat_watcher.ccReza Fatahi
2019-12-01wasi: introduce initial WASI supportcjihrig
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-11-30http2: fix session memory accounting after pausingMichael Lehenbauer
2019-11-30src: clean up node_file.hAnna Henningsen
2019-11-30src: remove unused variable in node_dir.ccgengjiawen
2019-11-30dns: use length for building TXT stringAnna Henningsen
2019-11-30n-api: detach external ArrayBuffers on env exitAnna Henningsen
2019-11-30buffer: release buffers with free callbacks on env exitAnna Henningsen
2019-11-30doc: address nits for src/README.mdAnna Henningsen
2019-11-30crypto: automatically manage memory for ECDSA_SIGTobias Nießen
2019-11-30src: inline SetSNICallbackAnna Henningsen
2019-11-30src: use BaseObjectPtr to store SNI contextAnna Henningsen