update
This commit is contained in:
parent
cfdb80cd05
commit
0d81d1ee2f
1 changed files with 8 additions and 2 deletions
|
@ -31,11 +31,17 @@ Planned schedule of work:
|
||||||
* Rest of Remote.Git needs implementing: drop, lock
|
* Rest of Remote.Git needs implementing: drop, lock
|
||||||
|
|
||||||
* A Locker should expire the lock on its own after 10 minutes,
|
* A Locker should expire the lock on its own after 10 minutes,
|
||||||
initially. Once keeplocked is called, the expiry should end with the end
|
initially. Once keeplocked is called, the lock will expire at the end
|
||||||
of that call.
|
of that call. But if keeplocked never gets called, the lock currently
|
||||||
|
persists forever.
|
||||||
|
|
||||||
* Make http server support proxies and clusters.
|
* Make http server support proxies and clusters.
|
||||||
|
|
||||||
|
* Support proxying to git remotes using annex+http urls.
|
||||||
|
(Current documentation says proxying only works with ssh remotes,
|
||||||
|
so current state is not confusing, but this still needs to be done
|
||||||
|
eventually.)
|
||||||
|
|
||||||
## completed items for July's work on p2p protocol over http
|
## completed items for July's work on p2p protocol over http
|
||||||
|
|
||||||
* HTTP P2P protocol document [[design/p2p_protocol_over_http]].
|
* HTTP P2P protocol document [[design/p2p_protocol_over_http]].
|
||||||
|
|
Loading…
Reference in a new issue