Jelmer Vernooij
|
669105af83
Skip ^{} tags.
|
16 years ago |
Jelmer Vernooij
|
9df270a804
add basic tests for client side.
|
16 years ago |
Jelmer Vernooij
|
a251c9774e
fix plain tcp
|
16 years ago |
Jelmer Vernooij
|
04bd6b7d35
Set defaults.
|
16 years ago |
Jelmer Vernooij
|
ca1b9a559e
Support more capabilities.
|
16 years ago |
Jelmer Vernooij
|
e82ea2af53
Fix formatting issues.
|
16 years ago |
Jelmer Vernooij
|
07beeecc3b
Don't modify original capabilities list.
|
16 years ago |
Jelmer Vernooij
|
712a7d367e
Use separate parameter for thin packs rather than specifying all capabilities.
|
16 years ago |
Jelmer Vernooij
|
d86bf9153b
Fix duplicate use of variable name.
|
16 years ago |
Jelmer Vernooij
|
8a4d23a894
Support overriding capabilities for TCPClient and SSHSubprocessClient.
|
16 years ago |
Jelmer Vernooij
|
82a9adb570
allow user to override capabilities.
|
16 years ago |
John Carr
|
d035b81ea9
Lets implement push
|
16 years ago |
John Carr
|
2acfcfafce
Make cloning over git+ssh:// work
|
16 years ago |
John Carr
|
d3578febff
Make local git clone via git-upload-pack work
|
16 years ago |
John Carr
|
79cfca5155
Don't need to be passed stuff..
|
16 years ago |
John Carr
|
5dcd49dc91
Fallback to local git-foo if not git:// or git+ssh://. Remove unused stuff from SubprocessGitClient. Lets try a bufsize of 0.
|
16 years ago |
John Carr
|
ada58962e6
Merge lp:~johncarr/dulwich/git-serve
|
16 years ago |
John Carr
|
708ad8bc3e
Try a simpler approach
|
16 years ago |
John Carr
|
9ce572f161
Add a generic class that can talk to any git-receive-pack or git-upload-packs that we can get pipe access to
|
16 years ago |
John Carr
|
cd7ac56172
Teach ./bin/dulwich about SSH
|
16 years ago |
John Carr
|
6b715da7ce
Code belongs in client really. Also, add SSHGitClient.
|
16 years ago |
Jelmer Vernooij
|
0f9682b369
Make all files written by either John and/or me GPLv2+, as discussed
|
16 years ago |
John Carr
|
9c52705348
Merge upstream
|
16 years ago |
Jelmer Vernooij
|
38cfa548ea
Fix typos.
|
16 years ago |
John Carr
|
cb48527637
Pushing for clients
|
16 years ago |
John Carr
|
af6d609fad
Only TCPGitClient cares about host
|
16 years ago |
John Carr
|
4b9d85b7f0
Move the git:// specific bits to TCPGitClient
|
16 years ago |
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 years ago |
Jelmer Vernooij
|
4a19eb2948
Share capabilities extractor, port number.
|
16 years ago |
Jelmer Vernooij
|
e0b3ce9265
Share port constant.
|
16 years ago |