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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/cache
AgeCommit message (Expand)Author
2015-01-23npm-registry-client@6.0.0Forrest L Norvell
2015-01-16cache based on last-modified headersAleksey Smolenchuk
2015-01-16Git cache prefix exists before clone (fixes #7083)Forrest L Norvell
2015-01-16getCacheStat passes stub stat (fixes #7107)Forrest L Norvell
2014-12-25inflight directory packing, just to be safeForrest L Norvell
2014-12-25normalize git URLs when caching (fixes #7009)Forrest L Norvell
2014-12-25don't chownr the entire remotes hierarchy for each addForrest L Norvell
2014-12-25map git inflighting to path rather than URLForrest L Norvell
2014-12-25give whitelisted git environment variables a nameForrest L Norvell
2014-11-28correct spacingForrest L Norvell
2014-11-28pass parameters under win32 (fixes #6767)Forrest L Norvell
2014-11-22npm-registry-client@4.0.4Forrest L Norvell
2014-11-14sudo won't make a bad git-remotes dir (fixes #6548)Forrest L Norvell
2014-11-14finish cleaning up updateIndex for consistencyForrest L Norvell
2014-11-14Pass auth parameters to requestAll_ for alwaysAuth.Terin Stock
2014-11-14clone & checkout instead of archive (fixes #6400)Forrest L Norvell
2014-11-12warn on fetch failure (closes #6644)Forrest L Norvell
2014-11-05only add _resolved for local deps with pathForrest L Norvell
2014-11-01save local dependencies in npm-shrinkwrap.jsonThomas Torp
2014-10-31add npmconf → registry client config adapterForrest L Norvell
2014-10-31handle caching of metadata in npm itselfForrest L Norvell
2014-10-31directly cache search metadataForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-10git needs GIT_SSL_CAINFOwmertens
2014-10-04inflight by URL rather than package specForrest L Norvell
2014-10-04improve loggingForrest L Norvell
2014-10-03only make cache creation requests in flightForrest L Norvell
2014-10-03wait to put Git URLs in flight until normalizedForrest L Norvell
2014-10-03log what is and isn't in flightForrest L Norvell
2014-10-03remove need{Name,Version} in favor of inliningForrest L Norvell
2014-10-03minor cleanupForrest L Norvell
2014-10-01Use realize-package-specifier in cache/addRebecca Turner
2014-09-30convert lib/utils/tar.js to use atomic streamsForrest L Norvell
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-28logging cleanupForrest L Norvell
2014-09-28efficiently validate tmp tarballs safelyForrest L Norvell
2014-09-26code style tweaksForrest L Norvell
2014-09-26lock cache → lock targetForrest L Norvell
2014-09-22Re-apply a71615a. Fixes #3265 again, with a test!David Glasser
2014-09-21fixes #5867, replaces #5790: no git hooksChristopher Hiller
2014-09-20trivial spacing fixisaacs
2014-09-20Make all write streams atomicisaacs
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-09-11cache: chown from root if nothing was createdisaacs
2014-09-10addLocalTarball: chown from the first created dir, not just the target dirisaacs
2014-09-10getCacheStat: always return consistent data types to cbisaacs
2014-09-06use prefix in preference to cwdForrest L Norvell
2014-09-05correctly set _from as a relative pathForrest L Norvell
2014-09-05use file:, fix tests.Dylan Greene
2014-08-22cache: proto/protocol typoisaacs