git-annex/P2P/Http
Joey Hess 4c785c338a
p2phttp: notice when new repositories are added to --directory
When a uuid is not known, rescan for new repositories. Easy.

When a repository is removed, it will also get removed from the server
state on the next scan. But until a new uuid is seen, there will not be
a scan. This leaves the server trying to serve a uuid whose repository
is gone. That seems buggy. While getting just fails, dropping fails the
first time, but seems to leave the server in an unusable state, so the
next drop attempt hangs. The server is still able to serve other uuids,
only the one whose repository was removed has that problem.
2024-11-21 15:09:12 -04:00
..
Client.hs reuse http url password for p2phttp url when on same host 2024-11-19 15:27:26 -04:00
Server.hs p2phttp: notice when new repositories are added to --directory 2024-11-21 15:09:12 -04:00
State.hs p2phttp: notice when new repositories are added to --directory 2024-11-21 15:09:12 -04:00
Types.hs update http servant for p2p protocol version 4 2024-10-29 12:13:56 -04:00
Url.hs reuse http url password for p2phttp url when on same host 2024-11-19 15:27:26 -04:00