Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-19configure: fix arm vfpv2Jörg Krause
2016-01-19build: add "--partly-static" build optionsSuper Zheng
2016-01-19crypto: fix native module compilation with FIPSStefan Budeanu
2016-01-19build: Updates for AIX npm support - part 1Michael Dawson
2015-12-23configure: `v8_use_snapshot` should be `true`Fedor Indutny
2015-12-23configure: use __ARM_ARCH to determine arm versionJoão Reis
2015-12-23configure: respect CC_host in host arch detectionJoão Reis
2015-12-23build: fix configuring with prebuilt librariesMarkus Tzoe
2015-10-30build: rectify --link-module help textP.S.V.R
2015-10-09build: Intl: deps: bump ICU to 56.1 (GA)Steven R. Loomis
2015-10-08build: make icu download path customizableJohan Bergström
2015-10-08build: add --with-arm-fpu optionJérémy Lal
2015-09-25build: iojs -> nodejs of release-urlbaseP.S.V.R
2015-09-25build: fix some typos inside the configure scriptP.S.V.R
2015-09-22configure: detect mipsel hostJérémy Lal
2015-09-15build: Updates to enable AIX supportMichael Dawson
2015-09-06build: add --enable-asan with builtin leakcheckKarl Skomski
2015-08-28Introduce --link-module to ./configureBradley Meck
2015-08-24node: rename from io.js to nodecjihrig
2015-08-14build: work around VS2015 issue in ICU <56Steven R. Loomis
2015-08-13build: Intl: bump ICU4C from 54 to 55Steven R. Loomis
2015-08-11build: expand ~ in install prefix earlyBen Noordhuis
2015-08-04build: add 'x86' option back in to configureRod Vagg
2015-08-04build: first set of updates to enable PPC supportMichael Dawson
2015-08-04src: introduce process.release objectRod Vagg
2015-06-25build: update build targets for io.jsRod Vagg
2015-06-23build: DTrace is enabled by default on darwinEvan Lucas
2015-06-16build: fix pkg-config output parsing in configureBen Noordhuis
2015-06-11crypto: support FIPS mode of OpenSSLFedor Indutny
2015-06-01build: avoid passing empty strings to build flagsJohan Bergström
2015-05-21build: refactor pkg-config for shared librariesJohan Bergström
2015-05-13build: move --with-intl to intl optgroupJohan Bergström
2015-05-11build: re-enable V8 snapshotsTrevor Norris
2015-05-01build: Use option groups in configure outputJohan Bergström
2015-04-17build: fix logic for shared library flagsJeremiah Senkpiel
2015-04-14build: fix error message in configureShigeki Ohtsu
2015-04-14build: enable ssl support on arm64Shigeki Ohtsu
2015-04-14deps, build: add support older assemblerShigeki Ohtsu
2015-04-14build: validate options passed to configureJohan Bergström
2015-04-14build: Remove deprecated flagsJohan Bergström
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-04build: default to armv7+vfpv3 for androidGiovanny Andres Gongora Granada
2015-04-04src: drop homegrown thread pool, use libplatformBen Noordhuis
2015-03-20configure: use cc and c++ as defaults on os xBen Noordhuis
2015-03-17configure: use gcc and g++ as CC and CXX defaultsBen Noordhuis
2015-03-06build: remove mdb from io.jsJohan Bergström
2015-03-05build: add basic mips/mipsel supportBen Noordhuis
2015-03-03build: add basic arm64 supportBen Noordhuis
2015-02-09tracing: add lttng support for tracing on linuxGlen Keane