John Carr
|
75f1dd79b6
write_pack_data expects a file object, not a callback. Add a ProtocolFile object to satisfy its desires for now.
|
16 gadi atpakaļ |
John Carr
|
fa75118345
Fix typos
|
16 gadi atpakaļ |
John Carr
|
a33bb7ab2f
If no capabilities, still return a tuple or we get unpacking fail
|
16 gadi atpakaļ |
John Carr
|
b44a94be1c
Rename mixin so nosetests leaves it alone
|
16 gadi atpakaļ |
John Carr
|
af6d609fad
Only TCPGitClient cares about host
|
16 gadi atpakaļ |
John Carr
|
19aa3322f3
Merge upstream
|
16 gadi atpakaļ |
Jelmer Vernooij
|
512275cdf5
Fix imports, fix pack fetching when there are no changes.
|
16 gadi atpakaļ |
John Carr
|
ea84707254
Make dul-daemon start once more :)
|
16 gadi atpakaļ |
John Carr
|
4b9d85b7f0
Move the git:// specific bits to TCPGitClient
|
16 gadi atpakaļ |
John Carr
|
9c46e5fd85
Move send/read cmd out of way - not convinced protocol.py is the right place, but certainly don't want them in the code that doesnt need them
|
16 gadi atpakaļ |
John Carr
|
e7cda0466a
Move send_cmd and read_cmd out of the protocol.
|
16 gadi atpakaļ |
John Carr
|
a80f465dca
Don't need to descend from Handler really. Just use protocol directly
|
16 gadi atpakaļ |
John Carr
|
7498e05d8d
Merge upstream
|
16 gadi atpakaļ |
Jelmer Vernooij
|
4a19eb2948
Share capabilities extractor, port number.
|
16 gadi atpakaļ |
Jelmer Vernooij
|
e0b3ce9265
Share port constant.
|
16 gadi atpakaļ |
Jelmer Vernooij
|
7483f5db10
Merge John.
|
16 gadi atpakaļ |
John Carr
|
c1c4b593cc
Missed one
|
16 gadi atpakaļ |
John Carr
|
fa497b4829
Factor out common code
|
16 gadi atpakaļ |
Jelmer Vernooij
|
e9ae5dfc6d
Fix crc32 overflow error in struct, raise KeyError if referenced objects can't be found rather than looping forever.
|
16 gadi atpakaļ |
John Carr
|
46ad364945
Tidy up
|
16 gadi atpakaļ |
John Carr
|
8c492fbd9b
Use common, shared, code
|
16 gadi atpakaļ |
John Carr
|
264e6194b6
Share some code between client and server
|
16 gadi atpakaļ |
John Carr
|
38939454d1
Merge upstream
|
16 gadi atpakaļ |
Jelmer Vernooij
|
aa912fdd9f
Don't retrieve all pack files when fetching.
|
16 gadi atpakaļ |
John Carr
|
4f10081d47
More typo. I suck at refactoring :(
|
16 gadi atpakaļ |
John Carr
|
4bb69f16a6
More typo :(
|
16 gadi atpakaļ |
John Carr
|
9f96284073
Typo?
|
16 gadi atpakaļ |
Jelmer Vernooij
|
66e05a3c4d
Abstract away magic in moving pack files into place.
|
16 gadi atpakaļ |
John Carr
|
f73ae5113e
dul-upload-pack and dul-receive-pack
|
16 gadi atpakaļ |
Jelmer Vernooij
|
ae40d645de
Sort entries before writing index file.
|
16 gadi atpakaļ |