Commit History

Author SHA1 Message Date
  John Carr fba7a2e205 Add (non-working) brain dump of what delta picking might look like 16 years ago
  John Carr b8d06ca5a8 More heuristics 16 years ago
  John Carr c597c7cc75 Don't need custom sort fn. Can't iterate over objects twice - its an iter :( 16 years ago
  John Carr 62e54ef30d Need a list of magic heuristics 16 years ago
  John Carr ccc65ad25b Simpler 16 years ago
  John Carr d68b1747ae FIXME is fixed 16 years ago
  John Carr f5af299078 Simplify opcode generation 16 years ago
  John Carr 4d3fad2e12 Because of the 0x80 flag check, we can only send inserts 128 bytes at a time 16 years ago
  John Carr 99fc97fcbd Fix encode_size 16 years ago
  John Carr 60d0cbab16 Fix silly mistakes 16 years ago
  John Carr e9800fe7ee Fix size encoding bug (raise EBADCODER) 16 years ago
  John Carr 5e1c6ee90e Initial cut at blob packer 16 years ago
  Jelmer Vernooij 925d9c7a14 Remove duplicate functions. 16 years ago
  Jelmer Vernooij 3ce75813bc Renames. 16 years ago
  Jelmer Vernooij 0797af6c35 Factor out functions that don't need context. 16 years ago
  John Carr e4ca390c28 Remove dead code 16 years ago
  John Carr 9ba33a965b Merge upstream 16 years ago
  Jelmer Vernooij 67471e69ad Simplify pack reading. 16 years ago
  Jelmer Vernooij c4edd1bf58 Merge dumppack and fetch-pack into a single binary. 16 years ago
  John Carr 9c52705348 Merge upstream 16 years ago
  Jelmer Vernooij 6cd8105522 Fix ext resolving for PackData.iterentries(). 16 years ago
  Jelmer Vernooij f18c916ad8 Resolve deltas using other packs. 16 years ago
  John Carr 9c3b8f0866 Share the code to work out which objects to send 16 years ago
  Jelmer Vernooij 4a19eb2948 Share capabilities extractor, port number. 16 years ago
  Jelmer Vernooij e9ae5dfc6d Fix crc32 overflow error in struct, raise KeyError if referenced objects can't be found rather than looping forever. 16 years ago
  Jelmer Vernooij aa912fdd9f Don't retrieve all pack files when fetching. 16 years ago
  Jelmer Vernooij 66e05a3c4d Abstract away magic in moving pack files into place. 16 years ago
  Jelmer Vernooij ae40d645de Sort entries before writing index file. 16 years ago
  Jelmer Vernooij 2d1e167a2e Add simple function for returning SHA1 over all objects in a pack (used for filename). 16 years ago
  Jelmer Vernooij 55542024ed Use standard pack write functions in daemon. 16 years ago