Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/cacache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: npm/cacache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 11, 2017

  1. Configuration menu
    Copy the full SHA
    7d30656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e72f290 View commit details
    Browse the repository at this point in the history
  3. fix(index): segment cache items with another subbucket (#64)

    This will further help prevent individual buckets from becoming so big, they start giving filesystems a hard time because of too many inodes in a dir.
    
    Or, you know, you can only use cacache in btrfs, that's fine too? 😏 
    
    * fix: move hash segmenting to util module
    
    * BREAKING: add extra sub-bucket
    
    * reduce noise: factor out readdir w/ ignored ENOENT
    
    * bump content/index versions
    
    * back out module.exports = { ... }
    chrisdickinson authored and zkat committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    c3644e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fe8665 View commit details
    Browse the repository at this point in the history
  5. chore(release): 6.0.2

    zkat committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    00a6475 View commit details
    Browse the repository at this point in the history
Loading