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
2021-06-24build: pass directory instead of list of files to js2c.pyJoyee Cheung
2021-03-15lib: load v8_prof_processor dependencies as ESMMichaël Zasso
2020-12-26tools: update gyp-next to v0.7.0Michaël Zasso
2020-11-12tools: fix config serialization w/ long stringsOle André Vadla Ravnås
2020-06-15tools: prevent js2c from running if nothing changedDaniel Bevenius
2019-12-06build: remove (almost) unused macros/constantsbcoe
2019-08-12tools: allow single JS file for --link-moduleDaniel Bevenius
2019-06-28tools: fix typo in js2c.pyDaniel Bevenius
2019-06-02tools: fix js2c regressionRefael Ackermann
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-18tools: refactor js2c.py for maximal Python3 compatibilityRefael Ackermann
2019-04-14tools: python: ignore instead of select flake8 rulesRefael Ackermann
2019-04-14tools: python: activate more flake8 rulesRefael Ackermann
2018-12-30lib: remove unintended access to deps/Anna Henningsen
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-07tools: prepare tools/js2c.py for Python 3cclauss
2018-11-19src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-08-18src: perform integrity checks on built-in code cacheJoyee Cheung
2018-06-28src: move context bootstrap to jsGus Caplan
2018-06-11tools: add option to use custom template with js2c.pyShelley Vohr
2018-05-14tools: hide symbols for builtin JS files in binaryAnna Henningsen
2018-03-09tools,bootstrap: preprocess gypi files to jsonGus Caplan
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05lib: add internal check macrosGus Caplan
2017-11-13build: runtime-deprecate requiring depsTimothy Gu
2017-02-13src: support UTF-8 in compiled-in JS source filesBen Noordhuis
2016-10-25src,tools: speed up startup by 2.5%Ben Noordhuis
2016-05-12tools: remove the minifying logicSakthipriyan Vairamani
2016-02-25src,tools: remove null sentinel from source arrayBen Noordhuis
2016-02-25src,tools: drop nul byte from built-in source codeBen Noordhuis
2016-02-25src,tools: allow utf-8 in built-in js source codeBen Noordhuis
2015-12-08tools: add --prof-process flag to node binaryMatt Loring
2015-09-15build: Updates to enable AIX supportMichael Dawson
2015-03-27js2c: fix module id generation on windowsBen Noordhuis
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2013-07-24tools: fix js2c macro expansion bugBen Noordhuis
2012-11-24js2c: raise proper Exception, not a stringBen Noordhuis
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-08-25tools: fix missing initializer warning in js2c.pyBen Noordhuis
2012-03-16js2c: fix to support files other than ones ending with 2 char extensionsNathan Rajlich
2011-03-09Add string class that uses ExternalAsciiStringResource.Tom Hughes
2010-12-21Better way of getting rid of symlinksBert Belder
2010-11-23Add cmake build support.Tom Hughes
2010-11-02Back to WAFRyan Dahl
2010-10-25Replace WAF with make/autoconfRyan Dahl
2010-10-12Dynamically load native scriptsRyan Dahl
2010-03-15Include lib/ directory in node executable. Compile on demand.Ryan Dahl
2010-02-09Use Google's jsmin.py so that Node can be used for evilRyan Dahl
2009-10-07Fix build.Ryan Dahl