summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2016-10-18build: do not define ZLIB_CONSTBradley T. Hughes
2016-10-14build: add -DZLIB_CONST when building with --shared-zlibBradley T. Hughes
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-09-23src: add /json/protocol endpoint to inspectorBen Noordhuis
2016-09-22build: update V8 gypfile pathsMichaël Zasso
2016-09-02fs: move SyncWriteStream to internal/fsJames M Snell
2016-08-29build: fix dependencies on AIXMichael Dawson
2016-08-25build: fix dependencies on AIXMichael Dawson
2016-08-09build: add correct shared library naming on OS XStewart Addison
2016-08-09build: turn on thin static archivesBen Noordhuis
2016-08-08build: export zlib symbols on WindowsAlex Hultman
2016-08-05build: windows sharedlib supportStefan Budeanu
2016-08-03build: fix typo in non-essential source file nameBen Noordhuis
2016-07-28src: unifying PipeConnectWrap and TCPConnectWrapDaniel Bevenius
2016-07-27deps: update v8_inspectorAli Ijaz Sheikh
2016-07-25src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius
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