Historique des commits

Auteur SHA1 Message Date
  Jelmer Vernooij f9aee4461e Fix memory leak. il y a 16 ans
  Jelmer Vernooij 6bad333ad2 Add C version of bisect_find_sha. il y a 16 ans
  Jelmer Vernooij c2851a457f Slight performance improvement in read_zlib. il y a 16 ans
  Jelmer Vernooij f651379a07 Remove useless file open/close. il y a 16 ans
  Jelmer Vernooij 284a81d931 remove time-consuming mmap size check. il y a 16 ans
  Jelmer Vernooij c3b0f542b7 Properly split out PackIndex1 and PackIndex2. il y a 16 ans
  Jelmer Vernooij 5ba33545fa Add apply_delta C implementation. il y a 16 ans
  Jelmer Vernooij dd65c0b6b5 Add simple hacking doc. il y a 16 ans
  Jelmer Vernooij fcf383bdad Add (optional!) C implementations of hex_to_sha and sha_to_hex. il y a 16 ans
  Jelmer Vernooij b22e05ec67 There are no thin packs in the objects/ directory usually, so don't look in other packs. il y a 16 ans
  Jelmer Vernooij d374936cde Only determine hexsha when really necessary. il y a 16 ans
  Jelmer Vernooij 623bf1c987 Avoid converting back and forth between hex and sha for every pack. il y a 16 ans
  Jelmer Vernooij 597fd49d12 Remove non-hex character. il y a 16 ans
  Jelmer Vernooij 94fb7f2a54 Remove duplicate check for sha files. il y a 16 ans
  Jelmer Vernooij 96001436b5 Make hex/sha functions a bit faster. il y a 16 ans
  Jelmer Vernooij ac8a5aab46 Remove useless whitespace. il y a 16 ans
  Jelmer Vernooij 2018d8c6a3 avoid using struct unpack il y a 16 ans
  Jelmer Vernooij 3704af5cdc Simplify delta apply function a bit; remove nested pop() function. il y a 16 ans
  Jelmer Vernooij 7920d62bc5 Pass offsets rather than wrapping (and slowing down) mmap. il y a 16 ans
  Jelmer Vernooij a898e40adc Allow specifying offset to unpack_object. il y a 16 ans
  Jelmer Vernooij 86074766c5 Remove pointless size checks on every access of packs. il y a 16 ans
  Jelmer Vernooij 87269e0ed6 Merge performance improvements. il y a 16 ans
  Jelmer Vernooij c5e578de19 Skip useless lookup. il y a 16 ans
  Jelmer Vernooij 5eab0eaf52 Make checking for objects present a bit faster. il y a 16 ans
  Jelmer Vernooij 04e9819075 Make object iterator lazy. il y a 16 ans
  Jelmer Vernooij 9e24871f50 Actually use the offset cache. il y a 16 ans
  Jelmer Vernooij d7eee19158 Remove local caching. il y a 16 ans
  Jelmer Vernooij a0ce7ca835 Add LRU cache for objects at offsets. il y a 16 ans
  Jelmer Vernooij b08a2f3d7a Move resolve_object into PackData. il y a 16 ans
  Jelmer Vernooij eeaaa652fe Fix test. il y a 16 ans