summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* build: move optimizing link directives to node.exe targetRefael Ackermann2019-02-141-2/+40
* lib: move per_context.js under lib/internal/bootstrapJoyee Cheung2019-02-131-1/+1
* repl: add repl.setupHistory for programmatic replLance Ball2019-02-111-0/+1
* build: export deprecated OpenSSL symbols on WindowsRichard Lau2019-02-111-1/+1
* perf_hooks: implement histogram based apiJames M Snell2019-02-081-1/+6
* deps: update acorn to 6.0.7Michaël Zasso2019-02-081-2/+2
* assert: create internal/assert micro-moduleRich Trott2019-02-081-0/+1
* assert: refactor internal assert.jsRich Trott2019-02-081-1/+1
* report: use libuv calls for OS and machine infocjihrig2019-02-051-6/+0
* lib: save primordials during bootstrap and use it in builtinsJoyee Cheung2019-02-021-1/+1
* src: move public C++ APIs into src/api/*.ccJoyee Cheung2019-02-011-3/+7
* src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung2019-02-011-0/+1
* process: split execution into main scriptsJoyee Cheung2019-01-301-3/+13
* dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis2019-01-281-0/+1
* src,test: fix JSON escaping in node-reportDenys Otrishko2019-01-251-0/+1
* build: remove AIX/ppc (32bit) dead codeRefael Ackermann2019-01-231-21/+0
* console: refactor inspector console extension installationJoyee Cheung2019-01-231-1/+0
* 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