This commit is contained in:
Joey Hess 2024-07-24 12:18:51 -04:00
parent cfdb80cd05
commit 0d81d1ee2f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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]].