summaryrefslogtreecommitdiff
path: root/lib/path.js
AgeCommit message (Expand)Author
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
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09path: refactor normalizeArray()Nathan Woltman
2014-12-08path: path.normalize no longer lower-cases drive lettersBert Belder
2014-12-08Revert "path: resolve normalize drive letter to lower case"Nikolai Vavilov
2014-11-22Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-20path: added parse() and format() functionsRory Bradford
2014-11-20path: allow calling platform specific methodsTimothy J Fontaine
2014-10-25lint: fix whitespace issuesTrevor Norris
2014-10-20path: resolve normalize drive letter to lower casedead-horse
2014-08-04path: isAbsolute() should always return booleanHerman Lee
2014-08-02path: fix slice OOB in trimLucio M. Tato
2014-01-21path: improve POSIX path.join() performanceJo Liss
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-04-19path: add path.isAbsolute(path)Ryan Doenges
2013-03-19test: Misc Windows unit test fixesScott Blomquist
2013-02-22lintisaacs
2013-02-21path: Throw TypeError on non-string args to path.resolveisaacs
2013-02-21path: join throws TypeError on non-string argsArianit Uka
2013-02-20path: Do not coerce paths to strings on Windowsisaacs
2013-01-11path: make basename and extname ignore trailing slashesBert Belder
2013-01-11Revert "path: fix bugs related to paths with trailing slashes"Bert Belder
2013-01-10path: fix bugs related to paths with trailing slashesAndreas Madsen
2012-12-07lintisaacs
2012-11-21windows: fix normalization of UNC pathsBert Belder
2012-10-01path: add platform specific path delimiterPaul Serby
2012-08-27lintisaacs
2012-08-10path: small speed improvementsFelix Böhm
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs