summaryrefslogtreecommitdiff
path: root/lib/path.js
AgeCommit message (Expand)Author
2018-12-06path: replace assertPath() with validatorcjihrig
2018-10-30lib: remove useless cwd in posix.resolveZYSzys
2018-09-16path: remove unnecessary if statementWilliam Chargin
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-23path: fix regression in posix.normalizeMichaël Zasso
2018-03-14path: remove redundant functionSergey Golovin
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-17path: replace duplicate conditions by functionsSergey Golovin
2018-02-12path: replace "magic" numbers by readable constantsSergey Golovin
2018-01-11path: fix path.normalize for relative pathsWeijia Wang
2017-11-22benchmark,path: remove unused variables薛定谔的猫
2017-11-16path: remove obsolete commentRich Trott
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-10-02doc: fix unassigned deprecation codeJames M Snell
2017-10-02path: deprecate internal _makeLong, replaceJames M Snell
2017-09-26path: fix normalize paths ending with two dotsMichaël Zasso
2017-08-30path: fix normalize on directories with two dotsMichaël Zasso
2017-07-30path: fix win32 volume-relative pathsTimothy Gu
2017-07-26path: remove unnecessary string copiesTobias Nießen
2017-07-03path: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen
2017-06-06path: use internal/errors.jsSebastian Van Sande
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-24path: fallback to process cwd when resolving drive cwdJason Ginchereau
2016-09-20path: fix path.relative UNC path resultJason Ginchereau
2016-05-18path: fix basename() regressionsBrian White
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-04-04path: fix win32.isAbsolute() inconsistencyBrian White
2016-03-17path: assert inputs are stringsBrian White
2016-03-16path: refactor path.format() repeated codeRich Trott
2016-03-07path: fix normalize for absolutesEvan Lucas
2016-02-29path: fix path.relative() for prefixes at rootOwen Smith
2016-02-29path: fix win32 parse()Zheng Chaoping
2016-02-27path: fix win32 relative() for UNC pathsOwen Smith
2016-02-27path: fix win32 relative() when "to" is a prefixOwen Smith
2016-02-27path: fix verbose relative() outputBrian White
2016-02-17path: fix input type checking regressionBrian White
2016-02-09path: performance improvements on all platformsBrian White
2016-02-01lib: scope loop variablesRich Trott
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2015-11-27path: make format() consistent and more functionalNathan Woltman
2015-11-10test: fix tests that check error messagescjihrig
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-09-25path: improve posixSplitPath performanceEvan Lucas
2015-08-17path: use '===' instead of '==' for comparisonSam Stites
2015-08-09path: remove dead code in favor of unit testsNathan Woltman
2015-07-12path: assert path.join() arguments equallyPhillip Johnsen
2015-07-04path: refactor for performance and consistencyNathan Woltman
2015-03-19path: reduce type checking on some methodscjihrig
2015-03-16path: add type checking for path inputscjihrig
2015-01-31lib: reduce util.is*() usagecjihrig