Historia zmian

Autor SHA1 Wiadomość Data
  Jelmer Vernooij c5e578de19 Skip useless lookup. 16 lat temu
  Jelmer Vernooij 9e24871f50 Actually use the offset cache. 16 lat temu
  Jelmer Vernooij d7eee19158 Remove local caching. 16 lat temu
  Jelmer Vernooij a0ce7ca835 Add LRU cache for objects at offsets. 16 lat temu
  Jelmer Vernooij b08a2f3d7a Move resolve_object into PackData. 16 lat temu
  Jelmer Vernooij 200721ba8a Fix crc32 checksums stored in indexes. 16 lat temu
  Jelmer Vernooij d369aec537 Split up get_stored_checksums. 16 lat temu
  Jelmer Vernooij cc4186b191 Add separate exception for checksum mismatches. 16 lat temu
  Jelmer Vernooij e82ea2af53 Fix formatting issues. 16 lat temu
  Jelmer Vernooij 91219a6b9e Raise nicer exception in case of checksum mismatch. 16 lat temu
  Jelmer Vernooij 02659389a7 crc32's are always unsigned. 16 lat temu
  Jelmer Vernooij dc9ce70621 Merge compatibility with python2.4 from rockstar. 16 lat temu
  Paul Hummer 893643eeb1 Moved unpack_from 16 lat temu
  Paul Hummer 0de36f3547 Abstracted the sha handling stuff 16 lat temu
  Paul Hummer 777c22c468 Moved defaultdict for python2.4 into dulwich.misc 16 lat temu
  Michael Hudson 56f7ba8f61 more 2.4 hacking 16 lat temu
  Michael Hudson 88b0698fb0 so, um, yeah 16 lat temu
  Jelmer Vernooij d8e1460beb Fix indentation to be 4 spaces everywhere, consistently. 16 lat temu
  John Arbash Meinel 12b16d08b1 Change apply_delta to tack things onto a list, instead of a string. 16 lat temu
  James Westby e0411696e2 FIx off-by-one error, and thinko. 16 lat temu
  James Westby 2433e006c5 Avoid string slicing during apply_delta. 16 lat temu
  Jelmer Vernooij a27784e4c8 Pass along ref resolve function. 16 lat temu
  Jelmer Vernooij f0bb0dc08b Fix gzip. 16 lat temu
  Jelmer Vernooij a1efecb1d8 Fix more imports. 16 lat temu
  Jelmer Vernooij 0655bbae45 Remove Linus' copyright and GPLv2-only bit - all fragments from the original git code are gone now. 16 lat temu
  John Carr 46eacc2d39 recency is a list of tuple of (obj, path), not a list of obj 16 lat temu
  John Carr 6577a7f48e Start working on getting sha, name from API - so we can sort on name when making deltas 16 lat temu
  John Carr 136197e66e Merge upstream 16 lat temu
  Jelmer Vernooij 14711851a1 Deal with thin packs appropriately. 16 lat temu
  John Carr 170fc34fb5 Don't access internals 16 lat temu