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
AgeCommit message (Expand)Author
2011-02-23Add silly logging around sha failuresisaacs
2011-02-23Default mode should not be world-writable for dirsisaacs
2011-02-23Closes GH-627 Revert 'rm privilege escalation'. Causes issues.isaacs
2011-02-23Don't warn. That's a verbose logisaacs
2011-02-23Closes GH-610 Better proxy stuff.isaacs
2011-02-23Don't even try to get uid if in unsafe modeisaacs
2011-02-23Add debuggery around proxy stuffisaacs
2011-02-23Remove modules hash from default-loadingisaacs
2011-02-23Only read installed package.json files when necessary, not all the timeisaacs
2011-02-23Closes GH-634 Remove stdin's error listener when doneisaacs
2011-02-22blow through errors in deactivateisaacs
2011-02-22Log the error nicerisaacs
2011-02-22Allow invalid json in already-installed packagesisaacs
2011-02-22Closes GH-622 (I hope) Don't untar as nobody.isaacs
2011-02-22Remove overlay json supportisaacs
2011-02-20Pass the buck on package.json parse errors.isaacs
2011-02-19Closes GH-575 Add the --pre flagisaacs
2011-02-19You can't please everyone.isaacs
2011-02-19Make bins 0755:isaacs
2011-02-19styleisaacs
2011-02-18Closes GH-606 Don't contact server for ls installedisaacs
2011-02-18Closes GH-603 Closes GH-604 Don't chmod symbolic links.isaacs
2011-02-18Only rebuild things in the bundle that are visibleisaacs
2011-02-18Use lstat so that find doesn't run in circlesisaacs
2011-02-17Don't eval. Require valid jsonisaacs
2011-02-17Alas, https still not quite reliable enoughisaacs
2011-02-17Closes GH-593 Let errors through in unsafe-perm mode.isaacs
2011-02-17Don't do security on cygwinisaacs
2011-02-17Don't change modification times on extracted filesisaacs
2011-02-17Save auth if username and _password are setisaacs
2011-02-17Closes GH-592 Don't fail if no auth is foundisaacs
2011-02-16add fixme about agent:falseisaacs
2011-02-16remove untrue fixmeisaacs
2011-02-16Prefer env.HTTP_PROXY over env.http_proxyisaacs
2011-02-16Closes GH-585 Report errors better from exec and exploreisaacs
2011-02-15Closes GH-449 Better message when npm version conflictsisaacs
2011-02-15Busy fetches not working with connection pooling.isaacs
2011-02-15listopts was boolean true sometimes? weird.isaacs
2011-02-15Can't call 'replace' of undefinedisaacs
2011-02-15Closes GH-542 On second thought, no.isaacs
2011-02-15Closes GH-526 Use the new http/https clientisaacs
2011-02-15Remove unnecessary requireisaacs
2011-02-14Die, Module Shims!isaacs
2011-02-14Ugly awful hack to hold the boat until the 0.3 refactor can landisaacs
2011-02-14slightly more useful verbose logisaacs
2011-02-14A bit too agressively warning there. Tone it downisaacs
2011-02-14Closes GH-577 Don't try to Object.keys on a non-thingisaacs
2011-02-12FIXME note for #542isaacs
2011-02-12Report this betterisaacs
2011-02-12Closes GH-541 Print error when tar/gzip failisaacs