summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* src: add AliasedStruct utilityJames M Snell2020-04-141-0/+2
* src: move JSONWriter into its own fileAnna Henningsen2020-04-071-1/+3
* src: unify Linux and FreeBSD large pages implemGabriel Schulhof2020-03-291-2/+2
* src,test: add full-featured embedder API testAnna Henningsen2020-03-211-0/+56
* build: remove node_report option in node.gypcjihrig2020-03-151-40/+13
* build: remove empty line on node.gyp fileJuan José Arboleda2020-03-111-1/+0
* tools: use per-process native Debug() printer in mkcodecacheJoyee Cheung2020-03-101-0/+20
* src,http2: introduce node_http_commonJames M Snell2020-03-061-0/+2
* src: introduce node_sockaddrJames M Snell2020-03-051-0/+4
* build: fix building with ninjaRichard Lau2020-03-031-1/+6
* src: start the .text section with an asm symbolGabriel Schulhof2020-03-021-0/+20
* src: add node_crypto_common and refactorJames M Snell2020-03-021-0/+2
* perf,src: add HistogramBase and internal/histogram.jsJames M Snell2020-03-021-0/+2
* build: add missing comma in node.gypcjihrig2020-02-271-1/+1
* src: include large pages source unconditionallyGabriel Schulhof2020-02-241-4/+2
* fs: add fs/promises alias moduleGus Caplan2020-02-181-0/+1
* worker: improve MessagePort performanceAnna Henningsen2020-02-071-0/+1
* worker: add ability to take heap snapshot from parent threadAnna Henningsen2020-02-031-0/+1
* src: use __executable_start for linux hugepagesBen Noordhuis2020-02-011-1/+2
* build: enable loading internal modules from diskGus Caplan2020-01-311-0/+4
* src,lib: make ^C print a JS stack tracelegendecas2020-01-281-0/+1
* src: add C++-style sprintf utilityAnna Henningsen2020-01-231-0/+1
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-01-071-1/+4
* build: don't use -latomic on macOSRyan Schmidt2020-01-021-1/+1
* src: port --bash-completion to C++Joyee Cheung2019-12-251-1/+0
* src: make --use-largepages a runtime optionGabriel Schulhof2019-12-221-3/+2
* bootstrap: use different scripts to setup different configurationsJoyee Cheung2019-12-201-2/+5
* build: add flag to enable pointer compressionMatteo Collina2019-12-111-0/+2
* src: port memory-tracking allocator from QUIC repoAnna Henningsen2019-12-071-0/+2
* build: remove (almost) unused macros/constantsbcoe2019-12-051-13/+1
* build: add --without-node-code-cache configure optionJoyee Cheung2019-12-031-1/+1
* wasi: introduce initial WASI supportcjihrig2019-11-301-2/+17
* src: clean up node_file.hAnna Henningsen2019-11-301-0/+1
* src: introduce custom smart pointers for `BaseObject`sAnna Henningsen2019-11-191-0/+1
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2019-11-191-0/+1
* src: remove custom tracking for SharedArrayBuffersAnna Henningsen2019-11-081-2/+0
* build,tools: update V8 gypfiles for V8 7.9Michaël Zasso2019-11-081-1/+0
* child_process,cluster: allow using V8 serialization APIAnna Henningsen2019-11-051-0/+1
* stream: extract Readable.from in its own fileMatteo Collina2019-10-291-0/+1
* build: make configure --without-snapshot a no-opMichaël Zasso2019-10-201-1/+1
* vm: add Synthetic modulesGus Caplan2019-10-141-1/+1
* process: add lineLength to source-map-cachebcoe2019-10-131-0/+1
* build: always use strings for compiler version in gyp filesMichaël Zasso2019-10-131-1/+1
* fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel2019-10-081-0/+3
* process: add source-map support to stack tracesbcoe2019-10-051-1/+2
* process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe2019-09-221-0/+1
* http: remove legacy parserAnna Henningsen2019-09-201-5/+1
* src: re-delete Atomics.wakeGus Caplan2019-09-181-1/+0
* fs: add recursive option to rmdir()cjihrig2019-08-231-0/+1
* src: add large page support for macOSDavid Carlier2019-08-201-1/+1