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
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
2012-01-23Merge branch 'v0.6'Fedor Indutny
2012-01-21path fs: move `path.exists*` to `fs.exists*`Maciej MaƂecki
2012-01-18Make path.extname do the right thing when the last path component is . or ..Bert Belder
2011-12-20Remove unnecessary statementBert Belder
2011-11-25Enable long paths on windowsAuthor: Igor Zinkovsky
2011-11-24Windows: correctly resolve drive-relative pathsBert Belder
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-09-06Improve path parsing on windowsBert Belder
2011-08-14path.js: correct three harmless .length typosThomas Shinnick
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi
2011-07-05Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart
2011-03-15Merge branch 'v0.4'Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-03-08add path.relativeTony Huang
2011-02-09Don't make unnecessary getcwd calls from path.resolveBert Belder
2011-01-07LintRyan Dahl
2011-01-07Path.resolve, path module windows compatibilityBert Belder
2011-01-05Remove keepBlanks flag from path functionsBert Belder
2010-12-21_Partial_ fix for backslash path separator support in path.jsBert Belder
2010-12-02more lintRyan Dahl
2010-11-22fix style in path.jsRyan Dahl
2010-11-15Implement new path.join behaviorisaacs
2010-10-12Removed deprecated methods from lib/path.jsMicheil Smith
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-08-02Don't let path.normalize get above the root.isaacs
2010-07-23Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs
2010-06-16Adding path.existsSync (with tests.)Micheil Smith
2010-05-24Change the behavior of path.extnameAapo Laitinen
2010-05-20FIX path.dirname('/tmp') => '/'.rentzsch
2010-04-21refactor path module to lib/path.jsisaacs