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-07-10test: standard compliance fixes to cherrypicked e835295Rebecca Turner
2015-07-10cache: Make "*" match "latest" if all versions are prereleaseRebecca Turner
2015-07-01npm: Look up _id attributes consistentlyRebecca Turner
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-07-01cache: Remove the engineStrict package.json varRebecca Turner
2015-07-01install: windows: temporary directory was being duplicated incorrectly result...Carlos Alberto
2015-06-27cache: some remote specs aren't URLs; don't breakKat Marchán
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Refactor to use uniqueFilename from a module instead of internallyRebecca Turner
2015-06-26Add spinners during network activityRebecca Turner
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Cleanup after unpackingRebecca Turner
2015-06-26Add a single method of getting temporary and/or unique filenamesRebecca Turner
2015-06-26Update github specific code to be git host agnosticRebecca Turner
2015-06-18utils: use a safer mkdirp with chownrForrest L Norvell
2015-05-26git: Add support for GIT_SSH_COMMAND environment variableNick Malaguti
2015-05-15git: tiny doc consistency fixForrest L Norvell
2015-05-15cache: fix error messages for private registriesMichael Hayes
2015-05-01git: cache git repos by full URL (with branch)Rebecca Turner
2015-04-16git: git: -> https: -> ssh:Forrest L Norvell
2015-04-16git: resolved git URLs should be in normal formForrest L Norvell
2015-04-11git: ensure Bitbucket with auth passes on credsForrest L Norvell
2015-04-10git: --save-exact saves fully-resolved git URLForrest L Norvell
2015-04-10git: use paths as presented by userForrest L Norvell
2015-04-03install: better logging, no more readJSON cachingForrest L Norvell
2015-04-02git: stderr can also potentially be null on errorForrest L Norvell
2015-04-02git: don't assume stdout exists on errorForrest L Norvell
2015-04-02git: revert 44da66456b530c049ff50953f78368460df8Forrest L Norvell
2015-03-27github: fix the ssh fallback for private github modulesRebecca Turner
2015-03-25cache: don't test missing strings (fixes #7746)Forrest L Norvell
2015-03-25search: request correct URLs (fixes #7443)Forrest L Norvell
2015-03-20hosted-git-info@1.5.3Forrest L Norvell
2015-03-05install: engineStrict only warns for this packageForrest L Norvell
2015-03-05restore order to caching git remotesForrest L Norvell
2015-03-02Adds function call to gitEnv in checkGitDirAndreas
2015-02-27cache: test add-remote-git's URL normalizationForrest L Norvell
2015-02-27cache: add-remote-git expects no 'git+' on URLsForrest L Norvell
2015-02-27cache: don't add 'git+' when it's already thereTim Whidden
2015-02-20deprecation: say where engineStrict is being used.Forrest L Norvell
2015-02-13src: deprecate engineStrict in package.jsonForrest L Norvell
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