summaryrefslogtreecommitdiff
path: root/lib/path.js
Commit message (Expand)AuthorAgeFilesLines
* path: replace assertPath() with validatorcjihrig2018-12-061-30/+25
* lib: remove useless cwd in posix.resolveZYSzys2018-10-301-4/+1
* path: remove unnecessary if statementWilliam Chargin2018-09-161-11/+9
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-3/+3
* path: fix regression in posix.normalizeMichaël Zasso2018-03-231-7/+15
* path: remove redundant functionSergey Golovin2018-03-141-77/+9
* lib: port errors to new systemMichaël Zasso2018-03-051-8/+6
* path: replace duplicate conditions by functionsSergey Golovin2018-02-171-111/+76
* path: replace "magic" numbers by readable constantsSergey Golovin2018-02-121-111/+127
* path: fix path.normalize for relative pathsWeijia Wang2018-01-111-20/+10
* benchmark,path: remove unused variables薛定谔的猫2017-11-221-4/+0
* path: remove obsolete commentRich Trott2017-11-161-1/+0
* tools: enable additional eslint rulesAnatoli Papirovski2017-10-191-10/+8
* doc: fix unassigned deprecation codeJames M Snell2017-10-021-1/+1
* path: deprecate internal _makeLong, replaceJames M Snell2017-10-021-4/+6
* path: fix normalize paths ending with two dotsMichaël Zasso2017-09-261-16/+20
* path: fix normalize on directories with two dotsMichaël Zasso2017-08-301-2/+12
* path: fix win32 volume-relative pathsTimothy Gu2017-07-301-20/+25
* path: remove unnecessary string copiesTobias Nießen2017-07-261-4/+6
* path: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen2017-07-031-2/+2
* path: use internal/errors.jsSebastian Van Sande2017-06-061-10/+8
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* path: fallback to process cwd when resolving drive cwdJason Ginchereau2016-09-241-3/+5
* path: fix path.relative UNC path resultJason Ginchereau2016-09-201-5/+1
* path: fix basename() regressionsBrian White2016-05-181-4/+8
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-2/+2
* path: fix win32.isAbsolute() inconsistencyBrian White2016-04-041-50/+10
* path: assert inputs are stringsBrian White2016-03-171-12/+6
* path: refactor path.format() repeated codeRich Trott2016-03-161-24/+16
* path: fix normalize for absolutesEvan Lucas2016-03-071-2/+2
* path: fix path.relative() for prefixes at rootOwen Smith2016-02-291-12/+22
* path: fix win32 parse()Zheng Chaoping2016-02-291-1/+1
* path: fix win32 relative() for UNC pathsOwen Smith2016-02-271-2/+12
* path: fix win32 relative() when "to" is a prefixOwen Smith2016-02-271-7/+21
* path: fix verbose relative() outputBrian White2016-02-271-0/+4
* path: fix input type checking regressionBrian White2016-02-171-7/+13
* path: performance improvements on all platformsBrian White2016-02-091-463/+1466
* lib: scope loop variablesRich Trott2016-02-011-2/+2
* lib: fix style issues after eslint updateMichaël Zasso2016-01-131-34/+34
* path: make format() consistent and more functionalNathan Woltman2015-11-271-23/+13
* test: fix tests that check error messagescjihrig2015-11-101-1/+1
* lib: Consistent error messages in all modulesmicnic2015-11-091-5/+5
* path: improve posixSplitPath performanceEvan Lucas2015-09-251-1/+3
* path: use '===' instead of '==' for comparisonSam Stites2015-08-171-1/+1
* path: remove dead code in favor of unit testsNathan Woltman2015-08-091-11/+1
* path: assert path.join() arguments equallyPhillip Johnsen2015-07-121-3/+1
* path: refactor for performance and consistencyNathan Woltman2015-07-041-70/+69
* path: reduce type checking on some methodscjihrig2015-03-191-10/+0
* path: add type checking for path inputscjihrig2015-03-161-19/+50
* lib: reduce util.is*() usagecjihrig2015-01-311-13/+11