summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2016-07-13build: export more openssl symbols on WindowsAlex Hultman
2016-07-09build: add --enable-d8 configure optionBen Noordhuis
2016-07-09build: respect --shared-* flags for inspector depsСковорода Никита Андреевич
2016-07-05build: export openssl symbols on windowsBen Noordhuis
2016-07-05build: enable big toc for release builds in AIXGireesh Punathil
2016-06-30build: drop unconditional openssl dep from cctestBen Noordhuis
2016-06-29src: print backtrace on fatal errorBen Noordhuis
2016-06-29build: don't include V8 from node.gypMichaël Zasso
2016-06-28build: configure --sharedStefan Budeanu
2016-06-21src: use RAII for mutexes and condition variablesBen Noordhuis
2016-06-17deps: switch to upstream v8_inspectorAli Ijaz Sheikh
2016-06-14stream: improve Readable.read() performanceBrian White
2016-05-30src,lib: v8-inspector supportPavel Feldman
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-04-21src: add process.binding('config')James M Snell
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