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
AgeCommit message (Expand)Author
2010-08-25Clean up exec usageisaacs
2010-08-24log configgy puddingisaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23Sometimes when split cookie, cookie not want get split. Make sure cookie edib...isaacs
2010-08-17Proxy requests need the full remote urlChristian Eager
2010-07-30Add proxy supportCliffano Subagio
2010-07-25Log fetches more usefullyisaacs
2010-07-03s/addListener/on/gisaacs
2010-06-13Use the stdio file descriptors if the data doesn't need to be piped throughisaacs
2010-05-27Bug in fetchisaacs
2010-05-26assume buffer apiisaacs
2010-05-26Log progress based on content-length (if provided)isaacs
2010-05-26Add tests for fetch, and resolve #48isaacs
2010-05-17styleisaacs
2010-05-12clean up the optional argument stuff to be a bit terserisaacs
2010-05-08Buffers are faster than ascii, which is faster than binary.isaacs
2010-05-05Use the Buffer-based API for file writing. It's better.isaacs
2010-05-03Update https handling for 0.1.92 node, and update code styleisaacs
2010-04-25s/close/end/gisaacs
2010-03-23trailing whitespaceisaacs
2010-03-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-04Fail on non-200 statusCodes, and only forward on 3xx statuses.isaacs
2010-03-01Use binary encoding for downloading files. Also, better logging.isaacs
2010-02-22Make no promisesisaacs
2010-02-18Updates for node api changes.isaacs
2010-02-18Update to work with latest nodejs.isaacs
2010-02-171. Update to work with the latest node (mostly)isaacs
2010-01-12Remove unnecessary logisaacs
2010-01-12Taking big bites right now.isaacs