summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* test: switch to native v8 coverageBenjamin Coe2019-01-201-1/+0
* src: merge into coreGireesh Punathil2019-01-181-0/+75
* policy: manifest with subresource integrity checksBradley Farias2019-01-171-0/+3
* process: refactor coverage setup during bootstrapJoyee Cheung2019-01-161-2/+2
* process: move C++ process events into node_process_events.ccJoyee Cheung2019-01-111-0/+1
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-0/+1
* src: move process object creation into node_process_object.ccJoyee Cheung2019-01-111-1/+2
* zlib: add brotli supportAnna Henningsen2019-01-051-0/+1
* lib,test: remove lib/internal/test/unicode.jsRich Trott2019-01-031-1/+0
* build: fix Windows shared lib buildRichard Lau2019-01-021-1/+1
* process: split worker IO into internal/worker/io.jsJoyee Cheung2018-12-311-0/+1
* process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung2018-12-311-0/+1
* src: use consistent names for JSStreamSam Roberts2018-12-281-1/+1
* crypto: add key object APITobias Nießen2018-12-241-0/+1
* src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung2018-12-241-1/+1
* src: move symbols binding into node_symbols.ccJoyee Cheung2018-12-241-0/+1
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-0/+1
* process: move environment variable proxy code into node_env_var.ccJoyee Cheung2018-12-171-0/+1
* http: switch default parser to llhttpAnna Henningsen2018-12-091-1/+0
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-1/+3
* src: move version metadata into node_metadata{.h, .cc}Joyee Cheung2018-12-031-0/+2
* console: move the inspector console wrapping in a separate fileJoyee Cheung2018-12-021-0/+1
* console: split console into global.js and constructor.jsJoyee Cheung2018-12-021-0/+2
* src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung2018-11-301-0/+2
* build,src: sync src files with node.gypRefael Ackermann2018-11-261-21/+37
* src: use STL containers instead of v8 values for static module dataJoyee Cheung2018-11-201-2/+1
* src: factor out Node.js-agnostic N-APIsGabriel Schulhof2018-11-171-0/+5
* src: compile native modules and their code cache in C++Joyee Cheung2018-11-151-0/+2
* deps: introduce `llhttp`Fedor Indutny2018-11-101-0/+1
* build: move headers out of c++ src sectionDaniel Bevenius2018-11-091-3/+3
* src: cache the result of GetOptions() in JS landJoyee Cheung2018-11-071-0/+1
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-061-0/+1
* build: expose more openssl categories for addonsJonathan Cardoso Machado2018-10-251-1/+2
* build: allow for overwriting of use_openssl_defShelley Vohr2018-10-241-2/+2
* src: initial large page (2M) supportSuresh Srinivas2018-10-181-0/+9
* build: restore js2c direct dependency on config.gypiRefael Ackermann2018-10-101-1/+2
* build: add loader path to rpath for cctestSam Ruby2018-10-041-0/+5
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-1/+0
* build: encapsulate node/inspector gyp scafoldingRefael Ackermann2018-10-021-194/+1
* build: reduce chance of unneeded rebuildRefael Ackermann2018-10-021-54/+35
* util: move inspect in separate fileRuben Bridgewater2018-09-241-0/+1
* lib: implement queueMicrotaskGus Caplan2018-09-231-0/+1
* tools: add bash completion for nodeDaniel Bevenius2018-09-211-0/+1
* crypto: add API for key pair generationTobias Nießen2018-09-201-0/+1
* src: deprecate global COUNTER_* and remove perfctrJames M Snell2018-09-191-58/+0
* inspector: workers debuggingEugene Ostroukhov2018-09-181-0/+6
* build: skip cctest on Windows shared lib buildYihong Wang2018-09-171-0/+4
* build,win: exclude warning 4244 only for depsRefael Ackermann2018-09-111-0/+10
* build,win: WHOLEARCHIVE needs just lib nameRefael Ackermann2018-09-111-2/+1
* coverage: expose native V8 coverageBenjamin Coe2018-09-051-0/+1