10 Commits (c6c7d8b3253295a01a7e26fb9465b5238b76f4f9)

Author SHA1 Message Date
Rich Trott 32f6098eef src,test,tools: modify for more stringent linting 9 years ago
Brian White 9209bf6d43 path: fix input type checking regression 9 years ago
Brian White 5a54e4554a test: improve path tests 9 years ago
Rich Trott 352173b3bb test: fix redeclared test-path vars 9 years ago
Sakthipriyan Vairamani d5ab92bcc1 test: use common.isWindows consistently 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 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
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Nikolai Vavilov e24fa83e69 Revert "path: resolve normalize drive letter to lower case" 10 years ago
Timothy J Fontaine 6a90a06002 path: allow calling platform specific methods 12 years ago
dead-horse f6e5740180 path: resolve normalize drive letter to lower case 10 years ago
Ryan Doenges 9026675061 path: add path.isAbsolute(path) 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
Bert Belder 6a91eab097 path: make basename and extname ignore trailing slashes 12 years ago
Bert Belder 7be27240b5 Revert "path: fix bugs related to paths with trailing slashes" 12 years ago
Andreas Madsen bb1c03989f path: fix bugs related to paths with trailing slashes 12 years ago
Bert Belder bc9388342f windows: fix normalization of UNC paths 12 years ago
Paul Serby 41e53e5579 path: add platform specific path delimiter 12 years ago
Bert Belder a475e62a3e Windows: add test for path.normalize with UNC paths 13 years ago
Yi, EungJun 4bd54dad33 path: add path.sep to get the path separator. 13 years ago
Maciej Małecki e10ed097cb path fs: move `path.exists*` to `fs.exists*` 13 years ago
Bert Belder d489a01f81 Make path.extname do the right thing when the last path component is . or .. 13 years ago
Andreas Madsen 4865063924 Tests: fix jslint issues 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Bert Belder 8153a21613 Improve path parsing on windows 13 years ago
Adam Luikart 7f30f13543 Update POSIX splitPathRe to allow control chars. Fixes #1230. 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Tony Huang 502900c0bc add path.relative 14 years ago
Bert Belder 7c731ec9dd Path.resolve, path module windows compatibility 14 years ago
Bert Belder 9ddfcfecca Remove keepBlanks flag from path functions 14 years ago
Oleg Efimov 093dfaf801 GJSLint all tests, only 3 long lines left in test-url.js 14 years ago
Oleg Efimov 0ce9cbab29 GJSLint continue 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
isaacs 9996b459e1 Implement new path.join behavior 14 years ago
Ryan Dahl 477df1aaec Revert "Add some failing tests for path.join" 14 years ago
Ryan Dahl 8c0e87f9c3 Add some failing tests for path.join 14 years ago
isaacs 65037eeb32 Don't let path.normalize get above the root. 14 years ago
isaacs f0f247d7e5 Fix dirname so that dirname('/a/b/') -> '/a', like sh's does. 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Micheil Smith b05daaaf69 Adding path.existsSync (with tests.) 15 years ago
Aapo Laitinen c4876d01a1 Change the behavior of path.extname 15 years ago
rentzsch 36a45c4e0d FIX path.dirname('/tmp') => '/'. 15 years ago
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 15 years ago
arlolra 04fac19822 Split tests. 15 years ago
isaacs 988174a629 Add tests for path module. 15 years ago