99 Commits (e9b72916790b21daa6d1caac3a9540e8cdadad57)

Author SHA1 Message Date
Jason Ginchereau 0f2f8efdde path: fallback to process cwd when resolving drive cwd 8 years ago
Jason Ginchereau c1e47ed8c8 path: fix path.relative UNC path result 8 years ago
Brian White dfaa9c9055
path: fix basename() regressions 9 years ago
Rich Trott a56da51a38 benchmark,test,lib: remove extra spaces 9 years ago
Brian White 3072546feb path: fix win32.isAbsolute() inconsistency 9 years ago
Brian White 08085c49b6 path: assert inputs are strings 9 years ago
Rich Trott 9de9a08587 path: refactor path.format() repeated code 9 years ago
Evan Lucas 3d3b45ae95 path: fix normalize for absolutes 9 years ago
Owen Smith f296a7f16f path: fix path.relative() for prefixes at root 9 years ago
Zheng Chaoping 4717ea9186 path: fix win32 parse() 9 years ago
Owen Smith e326950498 path: fix win32 relative() for UNC paths 9 years ago
Owen Smith b33879d9e2 path: fix win32 relative() when "to" is a prefix 9 years ago
Brian White 3a331b66f8 path: fix verbose relative() output 9 years ago
Brian White 9209bf6d43 path: fix input type checking regression 9 years ago
Brian White b212be08f6 path: performance improvements on all platforms 9 years ago
Rich Trott 089d84f8fa lib: scope loop variables 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Nathan Woltman d1000b4137 path: make format() consistent and more functional 9 years ago
cjihrig 2c33819370 test: fix tests that check error messages 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Evan Lucas b50e89e01f path: improve posixSplitPath performance 9 years ago
Sam Stites 1a3b295d0f path: use '===' instead of '==' for comparison 9 years ago
Nathan Woltman 2db57bdecc path: remove dead code in favor of unit tests 9 years ago
Phillip Johnsen 2ba84606a6 path: assert path.join() arguments equally 9 years ago
Nathan Woltman bca53dce76 path: refactor for performance and consistency 10 years ago
cjihrig 8de78e470d path: reduce type checking on some methods 10 years ago
cjihrig eb995d6822 path: add type checking for path inputs 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Nathan Woltman 50d7401244 path: refactor normalizeArray() 10 years ago
Bert Belder b4d6203b38 path: path.normalize no longer lower-cases drive letters 10 years ago
Nikolai Vavilov e24fa83e69 Revert "path: resolve normalize drive letter to lower case" 10 years ago
Nathan Woltman e0a0e913c7 path: refactor normalizeArray() 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Rory Bradford 2d17193f20 path: added parse() and format() functions 11 years ago
Timothy J Fontaine 6a90a06002 path: allow calling platform specific methods 12 years ago
Trevor Norris 6a68d64629 lint: fix whitespace issues 10 years ago
dead-horse f6e5740180 path: resolve normalize drive letter to lower case 10 years ago
Herman Lee 20229d6896 path: isAbsolute() should always return boolean 10 years ago
Lucio M. Tato 37c2a52833 path: fix slice OOB in trim 10 years ago
Jo Liss b9bec2031e path: improve POSIX path.join() performance 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ryan Doenges 9026675061 path: add path.isAbsolute(path) 12 years ago
Scott Blomquist a05f973f82 test: Misc Windows unit test fixes 12 years ago
isaacs 74c08403d8 lint 12 years ago
isaacs 089ec58613 path: Throw TypeError on non-string args to path.resolve 12 years ago
Arianit Uka 055110dab0 path: join throws TypeError on non-string args 12 years ago
isaacs bbcb8b3ae0 path: Do not coerce paths to strings on Windows 12 years ago