git-annex/P2P
Joey Hess 3069e28dd8
implemented servePutOffset and clientPutOffset
But, it's buggy: the server hangs without processing the VALIDITY,
and I can't seem to work out why. As far as I can see, storefile
is getting as far as running the validitycheck, which is supposed to
read that, but never does.

This is especially strange because what seems like the same protocol
doesn't hang when servePut runs it. This made me think that it needed
to use inAnnexWorker to be more like servePut, but that didn't help.

Another small problem with this is that it does create an empty
.git/annex/tmp/ file for the key. Since this will usually be used in
combination with servePut, that doesn't seem worth worrying about much.
2024-07-22 15:04:10 -04:00
..
Http implemented servePutOffset and clientPutOffset 2024-07-22 15:04:10 -04:00
Address.hs Windows: Support long filenames in more (possibly all) of the code 2023-03-01 15:55:58 -04:00
Annex.hs fix serveGet hang 2024-07-11 07:46:52 -04:00
Auth.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Http.hs implemented servePutOffset and clientPutOffset 2024-07-22 15:04:10 -04:00
IO.hs servePut and clientPut implementation 2024-07-22 10:27:44 -04:00
Protocol.hs implemented servePutOffset and clientPutOffset 2024-07-22 15:04:10 -04:00
Proxy.hs Revert "proxy local timestamps in single proxy case as well as cluster case" 2024-07-10 09:45:23 -04:00