1. 02 May, 2016 1 commit
    • odb: avoid inflating the full delta to read the header · a97b769a
      When we read the header, we want to know the size and type of the
      object. We're currently inflating the full delta in order to read the
      first few bytes. This can mean hundreds of kB needlessly inflated for
      large objects.
      
      Instead use a packfile stream to read just enough so we can read the two
      varints in the header and avoid inflating most of the delta.
      Carlos Martín Nieto committed
  2. 26 Apr, 2016 7 commits
  3. 25 Apr, 2016 2 commits
  4. 22 Apr, 2016 2 commits
  5. 21 Apr, 2016 7 commits
  6. 19 Apr, 2016 18 commits
  7. 18 Apr, 2016 1 commit
  8. 13 Apr, 2016 2 commits