summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
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
2014-12-30lib: introduce process moduleAleksey Smolenchuk
2014-12-14lib: reintroduce v8 moduleBen Noordhuis
2014-12-11build: fix dtrace-enabled build on os xBen Noordhuis
2014-12-09build: do not generate support for libuv's probesJulien Gilli
2014-12-09build: fix build with systemtap providers enabledEvan Torrie
2014-12-09src: remove the tracing module entirelyBert Belder
2014-12-09async-wrap: move MakeCallback to .ccTrevor Norris
2014-12-05async-wrap: move MakeCallback to .ccTrevor Norris
2014-12-05src: remove Async ListenerTrevor Norris
2014-12-04configure: remove shared cares build optionJohan Bergström
2014-11-03src: move debug agent from deps/ to src/Ben Noordhuis
2014-10-12v8_platform: provide default v8::Platform implFedor Indutny
2014-10-09freebsd,linux,sunos: make stack non-executableBen Noordhuis
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-10-01build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis