summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2016-04-05deps: reintroduce supporting shared c-ares buildsJohan Bergström
2016-03-29etw,build: always generate .rc and .h filesJoão Reis
2016-03-25node: --no-browser-globals configure flagFedor Indutny
2016-03-24process: add 'warning' event and process.emitWarning()James M Snell
2016-03-22lib: rename /node.js to /bootstrap_node.jsJeremiah Senkpiel
2016-03-22lib,src: move src/node.js to lib/internal/node.jsJeremiah Senkpiel
2016-03-22lib,src: refactor src/node.js into internal filesJeremiah Senkpiel
2016-02-09src: add --security-revert command line flagJames M Snell
2016-02-09build: fix build when python path contains spacesFelix Becker
2016-01-30net: move isLegalPort to internal/netEvan Lucas
2015-12-29tools: run tick processor without forkingMatt Loring
2015-12-08tools: add --prof-process flag to node binaryMatt Loring
2015-11-25build,src: add Intel Vtune profiling supportChunyang Dai
2015-11-19readline: deprecate undocumented exportscjihrig
2015-11-11lib,test: remove publicly exposed freelistcjihrig
2015-11-06cluster: remove handles when disconnecting workerBen Noordhuis
2015-10-23build: Updates for AIX npm support - part 1Michael Dawson
2015-10-08lib,test: deprecate _linklistRich Trott
2015-10-07src: replace naive search in Buffer::IndexOfKarl Skomski
2015-10-05util: correctly inspect Map/Set IteratorsEvan Lucas
2015-10-03node: add -c|--check CLI arg to syntax check scriptDave Eddy
2015-10-01crypto: enable FIPS only when configured with itFedor Indutny
2015-09-15build: Updates to enable AIX supportMichael Dawson
2015-09-14streams: refactor LazyTransform to internal/Brendan Ashworth
2015-09-06src: enable v8 deprecation warnings and fix themBen Noordhuis
2015-08-25build: only define NODE_V8_OPTIONS if not emptyEvan Lucas
2015-08-23node: rename from io.js to nodecjihrig
2015-08-04src: introduce process.release objectRod Vagg
2015-08-04buffer: rename internal/buffer_new.js to buffer.jsBen Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-08-04buffer: implement Uint8Array backed BufferTrevor Norris
2015-06-25build: update build targets for io.jsRod Vagg
2015-06-11crypto: support FIPS mode of OpenSSLFedor Indutny
2015-06-04util: introduce `printDeprecationMessage` functionVladimir Kurchatkin
2015-06-01Revert "src: add getopt option parser"Evan Lucas
2015-06-01src: add getopt option parserEvan Lucas
2015-05-28child_process: expose ChildProcess constructorEvan Lucas
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson
2015-04-29lib: deprecate the smalloc moduleBen Noordhuis
2015-04-11build: support building io.js as a static libraryMarat Abdullin
2015-04-07build: Remove building against a shared V8Johan Bergström
2015-04-04src: drop homegrown thread pool, use libplatformBen Noordhuis
2015-04-01deps: check in gtest, add util unit testBen Noordhuis
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2015-03-05build: remove mdb from io.jsJohan Bergström
2015-02-25stream_base: remove static JSMethod declarationsFedor Indutny
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-11src: remove obsoleted queue.h headerBen Noordhuis