Jelmer Vernooij
|
d987b8a880
Distinguish between ShaFile.from_file and ShaFile.from_path.
|
15 년 전 |
Jelmer Vernooij
|
7ed2a0a70f
Pass external object resolve function rather than full object store to ThinPackData constructor.
|
15 년 전 |
Jelmer Vernooij
|
ffa5d09204
Merge Dave, highlights:
|
15 년 전 |
Jelmer Vernooij
|
e49aad9ef7
Merge use of constants for OFS/REF delta's.
|
15 년 전 |
Jelmer Vernooij
|
f32e785f54
Merge fix to write info/exclude rather than info/excludes file.
|
15 년 전 |
Travis Cline
|
b90325bd4c
Fixed filename of initial .git/info/exclude
|
15 년 전 |
Augie Fackler
|
0f631c55fb
client: raise an exception when send_pack fails
|
15 년 전 |
Augie Fackler
|
cb6334275a
client: Make SSHSubprocess slightly more forgiving for proto
|
15 년 전 |
Augie Fackler
|
6affb0753f
dulwich.errors: cleanup whitespace
|
15 년 전 |
Augie Fackler
|
e8951a8568
client: advertise capabilities correctly per-service
|
15 년 전 |
Dave Borowitz
|
951d0287a9
Do simple pack checking during receive-pack.
|
15 년 전 |
Dave Borowitz
|
4ba09be99f
Clean up index tests.
|
15 년 전 |
Dave Borowitz
|
f729d923f5
Clean up pack tests.
|
15 년 전 |
Dave Borowitz
|
8209a60698
Clean up object store tests.
|
15 년 전 |
Dave Borowitz
|
dbc9d9629d
Change check() methods in pack.py to raise rather than return bools.
|
15 년 전 |
Dave Borowitz
|
746e769d1d
Hash packed objects without creating ShaFiles.
|
15 년 전 |
Dave Borowitz
|
36a682557f
Simplify and fix thin pack resolving.
|
15 년 전 |
Dave Borowitz
|
29d08812e2
Replace ref delta/ofs delta magic numbers with constants.
|
15 년 전 |
Jelmer Vernooij
|
301e6e3a0f
Add PackStreamReader.{offset,__len__}, extract PackObjectIterator.
|
15 년 전 |
Jelmer Vernooij
|
002da10412
Move PackStreamReader to dulwich.pack.
|
15 년 전 |
Jelmer Vernooij
|
39b4313b78
Split generic pack reading code out of PackStreamVerifier.
|
15 년 전 |
Jelmer Vernooij
|
9f2d726edb
Fix ordering of imports.
|
15 년 전 |
Jelmer Vernooij
|
9613efd1cf
Remove unused imports.
|
15 년 전 |
Jelmer Vernooij
|
0af965a727
Attempt to close index files properly.
|
15 년 전 |
Jelmer Vernooij
|
faa7470981
Merge various pack improvements from Dave.
|
15 년 전 |
Dave Borowitz
|
bdb41b404b
Clean up pack.py.
|
15 년 전 |
Dave Borowitz
|
a22eb8f17a
Make the server decode a pack as it streams.
|
15 년 전 |
Dave Borowitz
|
d38fa7e8b5
Fix read_zlib_chunks to avoid appending junk data.
|
15 년 전 |
Dave Borowitz
|
09073f072e
Add ReceivableProtocol that supports recv() as well as read().
|
15 년 전 |
Dave Borowitz
|
0a9928f765
Strip excess whitespace from capabilities lines.
|
15 년 전 |