Jelmer Vernooij
|
43a0c1b9db
Add python3 support to server.
|
10 years ago |
Gary van der Merwe
|
51a8d2ae77
Port the minimal needed to get the test suite to run in python3.
|
10 years ago |
Jelmer Vernooij
|
886de8650d
Factor out all_wants_satisfied.
|
10 years ago |
Jelmer Vernooij
|
65ba66009f
Test ProtocolGraphWalker.all_wants_satisfied rather than private
|
10 years ago |
Jelmer Vernooij
|
c2fd0a245f
Shallow is supported; update docstring.
|
10 years ago |
Mike Edgar
|
292fa03152
ReceivePackHandler: only compute sorted refs if they will be used.
|
10 years ago |
Jelmer Vernooij
|
989e63744c
Merge dul-web into dulwich command.
|
10 years ago |
Jelmer Vernooij
|
68de220135
Use optparse to handle options in dulwich.web.main, support --port and --listen_address arguments.
|
10 years ago |
Jelmer Vernooij
|
e2ee26ab7c
Update NEWS, add check for validity of shas passed to GraphWalker.ack.
|
10 years ago |
Jelmer Vernooij
|
a17185314e
Add porcelain 'daemon'.
|
11 years ago |
Jelmer Vernooij
|
ab8cb9a6e0
Remove --backend option from dulwich.server.main.
|
11 years ago |
Jelmer Vernooij
|
e0282d541c
Move the swift backend to dulwich/contrib.
|
11 years ago |
Fabien Boucher
|
39e7ba8800
Openstack Swift backend support for bare repositories
|
11 years ago |
Fabien Boucher
|
6d7b46792b
Cherry-pick addition of --listen_address/--port argument from dulwich.server from a3be3876043e6bf14617a5584287de1e099dcabf.
|
11 years ago |
Jelmer Vernooij
|
4265383895
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
11 years ago |
Gary van der Merwe
|
6deecb549a
Make next methods available as __next__.
|
11 years ago |
Gary van der Merwe
|
70ea9dd73c
Use next(iter) instead of iter.next()
|
11 years ago |
Gary van der Merwe
|
dbaf169fe2
Apply lib2to3.fixes.fix_except
|
11 years ago |
Damien Tournoud
|
4f16a58ec6
Upload pack: We have to wait for the client to close the connection by itself.
|
11 years ago |
Jelmer Vernooij
|
19a7e0d218
Use PackData.filename attribute.
|
11 years ago |
Dave Borowitz
|
392d3280de
Add shallow support to ProtocolGraphWalker
|
15 years ago |
Dave Borowitz
|
c12de509d6
Determine new shallow/unshallow
|
15 years ago |
Fabien Boucher
|
6a50969d0f
UploadPackHandler must return if objects_iter is empty
|
11 years ago |
Fabien Boucher
|
d25e1baf21
determine_wants must return a list
|
11 years ago |
Jelmer Vernooij
|
c04532f61f
Move write_info_refs to dulwich.refs.
|
11 years ago |
Jelmer Vernooij
|
c42e47b57c
Update some copyright headers.
|
11 years ago |
Jelmer Vernooij
|
e9c481ab7b
Add --backend flag to dul-daemon.
|
11 years ago |
Jelmer Vernooij
|
39a564c8c4
Support running 'dulwich.server' and 'dulwich.web' using 'python -m'.
|
11 years ago |
Fabien Boucher
|
e24aa15b19
Fix delete remote refs
|
11 years ago |
Jelmer Vernooij
|
3882810cfe
Actually, enforce determine_wants() returns an empty list.
|
11 years ago |