summaryrefslogtreecommitdiff
path: root/lib/module.js
AgeCommit message (Expand)Author
2015-04-23module: remove '' from Module.globalPathsChris Yip
2015-04-17module: fix styleRoman Reiss
2015-04-17module: handle NODE_PATH in require('.')Roman Reiss
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2015-03-20module: allow require('.')Michaël Zasso
2015-03-16lib: remove broken NODE_MODULE_CONTEXTS featureBen Noordhuis
2015-02-13module: replace NativeModule.requireHerbert Vojčík
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-11module: fix regression in require ../Evan Lucas
2014-12-09lib: optimize require() path walkingBen Noordhuis
2014-12-06module: test for directories, fix require with ..Robert Kowalski
2014-11-22Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-13module: correct the order of the assertionshaoxin
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-07-31module: eliminate double `getenv()`Maciej Małecki
2014-07-07module: don't require fs several timesRobert Kowalski
2014-06-24module: document important methodsFred K. Schott
2013-12-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-12module: only cache package mainWyatt Preul
2013-08-28vm: update API to use options argumentDomenic Denicola
2013-08-21vm, core, module: re-do vm to fix known issuesDomenic Denicola
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs
2013-05-18module: use path.sep instead of a custom solutionRobert Kowalski
2013-05-15module: use path.sep instead of custom solutionRobert Kowalski
2013-04-29vm: add support for timeout argumentAndrew Paprocki
2013-02-27core: Remove the nextTick for running the main fileisaacs
2013-01-25addon: Pass module object to NODE_MODULE init functionisaacs
2013-01-16module: assert that require() is called with a stringFelix Böhm
2013-01-16assert that require() has a truthy pathJames Campos
2012-10-12lintisaacs
2012-10-09windows: use USERPROFILE to get the user's home dirBert Belder
2012-09-18debugger: fix --debug-brktasogarepg
2012-08-13module: use 'repl' as the filename arg if missingisaacs
2012-07-06module: add filename to require() json errorsTJ Holowaychuk
2012-05-09Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-09Fix exception output for module load exceptionsFelix Geisendörfer
2012-03-19No need to have NativeModule.require('fs') in Module._findPath()Shigeki Ohtsu
2012-03-12module: remove 'exited', replace 'children' arrayisaacs
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-02-07debugger: fix --debug-brkBen Noordhuis
2012-02-01Revert "Process symlinked shared library as .node"Ben Noordhuis
2012-02-01Revert "Process symlinked shared library as .node"Ben Noordhuis
2012-01-31Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-31Process symlinked shared library as .nodePaddy Byers