summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* src: rename perfctr_macros.py->noperfctr_macros.pyDaniel Bevenius2017-11-281-1/+1
* build: support dtrace on ARMBradley T. Hughes2017-08-151-1/+1
* test: add basic cctest for base64.hAlexey Orlenko2017-07-111-0/+1
* build: fix openssl link error on windowsDaniel Bevenius2017-07-111-2/+2
* build: enable cctest to use generated objectsDaniel Bevenius2017-07-111-347/+74
* build: sort sources alphabeticallyDaniel Bevenius2017-03-081-4/+4
* build: move source files from headers sectionDaniel Bevenius2017-03-081-2/+2
* stream: move legacy to lib/internal diryorkie2017-03-081-0/+1
* src: support UTF-8 in compiled-in JS source filesBen Noordhuis2017-03-081-4/+4
* build: add /opt/freeware/... to AIX library pathStewart X Addison2017-01-311-0/+10
* build: Add option to compile for coverage reportsWayne Andrews2016-12-131-1/+12
* build: add shared library support to AIX buildStewart Addison2016-12-081-1/+9
* build: do not define ZLIB_CONSTBradley T. Hughes2016-10-181-2/+0
* build: add -DZLIB_CONST when building with --shared-zlibBradley T. Hughes2016-10-141-0/+2
* src: add /json/protocol endpoint to inspectorBen Noordhuis2016-09-301-0/+29
* build: fix dependencies on AIXMichael Dawson2016-09-091-1/+0
* build: fix dependencies on AIXMichael Dawson2016-09-091-0/+1
* build: don't include V8 from node.gypMichaël Zasso2016-08-251-4/+0
* build: windows sharedlib supportStefan Budeanu2016-08-241-1/+2
* deps: update v8_inspectorAli Ijaz Sheikh2016-08-111-3/+4
* build: add correct shared library naming on OS XStewart Addison2016-08-101-1/+1
* build: turn on thin static archivesBen Noordhuis2016-08-101-1/+3
* build: export zlib symbols on WindowsAlex Hultman2016-08-101-0/+7
* build: fix typo in non-essential source file nameBen Noordhuis2016-08-101-1/+1
* src: unifying PipeConnectWrap and TCPConnectWrapDaniel Bevenius2016-08-101-0/+2
* src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius2016-08-101-0/+2
* build: export more openssl symbols on WindowsAlex Hultman2016-08-101-1/+2
* build: add --enable-d8 configure optionBen Noordhuis2016-07-131-0/+3
* build: respect --shared-* flags for inspector depsСковорода Никита Андреевич2016-07-131-5/+17
* build: export openssl symbols on windowsBen Noordhuis2016-07-061-0/+56
* build: enable big toc for release builds in AIXGireesh Punathil2016-07-061-1/+1
* build: drop unconditional openssl dep from cctestBen Noordhuis2016-07-051-6/+1
* src: print backtrace on fatal errorBen Noordhuis2016-07-051-0/+2
* build: configure --sharedStefan Budeanu2016-07-051-17/+64
* src: use RAII for mutexes and condition variablesBen Noordhuis2016-07-051-0/+1
* deps: switch to upstream v8_inspectorAli Ijaz Sheikh2016-07-051-1/+1
* stream: improve Readable.read() performanceBrian White2016-07-051-0/+1
* src,lib: v8-inspector supportPavel Feldman2016-07-051-0/+39
* src: add include guards to internal headersBen Noordhuis2016-06-021-0/+1
* src: add process.binding('config')James M Snell2016-04-261-0/+1
* deps: reintroduce supporting shared c-ares buildsJohan Bergström2016-04-051-1/+5
* etw,build: always generate .rc and .h filesJoão Reis2016-03-291-3/+2
* node: --no-browser-globals configure flagFedor Indutny2016-03-251-0/+4
* process: add 'warning' event and process.emitWarning()James M Snell2016-03-241-0/+1
* lib: rename /node.js to /bootstrap_node.jsJeremiah Senkpiel2016-03-221-1/+1
* lib,src: move src/node.js to lib/internal/node.jsJeremiah Senkpiel2016-03-221-1/+1
* lib,src: refactor src/node.js into internal filesJeremiah Senkpiel2016-03-221-0/+4
* src: add --security-revert command line flagJames M Snell2016-02-091-0/+2
* build: fix build when python path contains spacesFelix Becker2016-02-091-1/+1
* net: move isLegalPort to internal/netEvan Lucas2016-01-301-0/+1