Jelmer Vernooij
|
176a4f572a
Merge Dave, highlights:
|
15 anos atrás |
Jelmer Vernooij
|
aaf17f7da1
Merge use of constants for OFS/REF delta's.
|
15 anos atrás |
Dave Borowitz
|
531f3f4c10
Do simple pack checking during receive-pack.
|
15 anos atrás |
Dave Borowitz
|
c486c42aee
Clean up pack tests.
|
15 anos atrás |
Dave Borowitz
|
3b55e94abf
Change check() methods in pack.py to raise rather than return bools.
|
15 anos atrás |
Dave Borowitz
|
7f4238d888
Hash packed objects without creating ShaFiles.
|
15 anos atrás |
Dave Borowitz
|
2849c81675
Simplify and fix thin pack resolving.
|
15 anos atrás |
Dave Borowitz
|
e3a8c373c0
Replace ref delta/ofs delta magic numbers with constants.
|
15 anos atrás |
Jelmer Vernooij
|
6ce0af4dc5
Add PackStreamReader.{offset,__len__}, extract PackObjectIterator.
|
15 anos atrás |
Jelmer Vernooij
|
59a7348962
Move PackStreamReader to dulwich.pack.
|
15 anos atrás |
Jelmer Vernooij
|
adf5b3872f
Split generic pack reading code out of PackStreamVerifier.
|
15 anos atrás |
Jelmer Vernooij
|
3ea2cb5e74
Attempt to close index files properly.
|
15 anos atrás |
Jelmer Vernooij
|
89ec0c85bb
Merge various pack improvements from Dave.
|
15 anos atrás |
Dave Borowitz
|
93fda2d108
Clean up pack.py.
|
15 anos atrás |
Dave Borowitz
|
abf29867f8
Make the server decode a pack as it streams.
|
15 anos atrás |
Dave Borowitz
|
85c2b302c7
Fix read_zlib_chunks to avoid appending junk data.
|
15 anos atrás |
Jelmer Vernooij
|
34fae6292f
Avoid seek when loading pack index files.
|
15 anos atrás |
Jelmer Vernooij
|
fa09c94304
Some trivial formatting fixes.
|
15 anos atrás |
Dave Borowitz
|
50479d4930
Previously, the word "type" was massively overloaded in objects.py. It
|
15 anos atrás |
Jelmer Vernooij
|
883cebe496
Use posixpath where possible.
|
15 anos atrás |
Jelmer Vernooij
|
e862ee8100
Use standard buffer size rather than object size.
|
15 anos atrás |
Jelmer Vernooij
|
8ed151e147
Allow delta's to be chunked as well.
|
15 anos atrás |
Jelmer Vernooij
|
997e077366
Accept chunked contents for apply_delta base texts.
|
15 anos atrás |
Jelmer Vernooij
|
9ec4b43bca
consistently use chunks internally inside of the pack code.
|
15 anos atrás |
Jelmer Vernooij
|
a6a722e85b
Return chunks from apply_delta.
|
15 anos atrás |
Jelmer Vernooij
|
5416eecc7c
Return chunks from unpack_object.
|
15 anos atrás |
Jelmer Vernooij
|
ca9e1e2e3b
Remove read_zlib in favor of read_zlib_chunks.
|
15 anos atrás |
Jelmer Vernooij
|
f97d50a2dc
Use raw_length in pack generation.
|
15 anos atrás |
Jelmer Vernooij
|
78e552b195
Fix read for ref deltas.
|
15 anos atrás |
Jelmer Vernooij
|
e57b60765c
Return unused data
|
15 anos atrás |