summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
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
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-02-09tracing: add lttng support for tracing on linuxGlen Keane
2015-02-03gyp: enable postmortem support, fix dtrace pathsFedor Indutny
2015-01-27build: disable v8 snapshotsBen Noordhuis
2015-01-19win,build: remove duplicate definitionBert Belder
2015-01-19win: bring back xp/2k3 supportBert Belder
2015-01-09build: fix `process.platform`Vladimir Kurchatkin
2015-01-08build: rename binary from node to iojsBen Noordhuis
2015-01-08src: prefix ARCH and PLATFORM with NODE_Bert Belder
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis