Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10path: performance improvements on all platformsBrian White
2016-02-01lib: scope loop variablesRich Trott
2016-01-14lib: 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-20path: reduce type checking on some methodscjihrig
2015-03-16path: add type checking for path inputscjihrig
2015-02-01lib: reduce util.is*() usagecjihrig
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove 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-21path: added parse() and format() functionsRory Bradford
2014-11-21path: allow calling platform specific methodsTimothy J Fontaine
2014-10-26lint: fix whitespace issuesTrevor Norris
2014-10-20path: resolve normalize drive letter to lower casedead-horse
2014-08-05path: isAbsolute() should always return booleanHerman Lee
2014-08-02path: fix slice OOB in trimLucio M. Tato
2014-01-22path: improve POSIX path.join() performanceJo Liss
2013-08-02src: 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-23lintisaacs
2013-02-22path: Throw TypeError on non-string args to path.resolveisaacs
2013-02-21path: join throws TypeError on non-string argsArianit Uka
2013-02-21path: 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-11path: fix bugs related to paths with trailing slashesAndreas Madsen
2012-12-08lintisaacs
2012-11-21windows: fix normalization of UNC pathsBert Belder
2012-10-02path: add platform specific path delimiterPaul Serby
2012-08-28lintisaacs
2012-08-10path: small speed improvementsFelix Böhm
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs