git-annex/doc/design
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
..
adjusted_branches
assistant
balanced_preferred_content
encryption
exporting_trees_to_special_remotes
external_backend_protocol
external_special_remote_protocol Added a comment: support for bulk write/read/test remote 2024-04-02 06:41:25 +00:00
git-remote-daemon
iabackup
metadata
new_repo_versions
p2p_protocol
p2p_protocol_over_http implemented servePutOffset and clientPutOffset 2024-07-22 15:04:10 -04:00
requests_routing
adjusted_branches.mdwn
assistant.mdwn
balanced_preferred_content.mdwn don't sync with cluster nodes by default 2024-06-25 10:24:38 -04:00
caching_database.mdwn
encryption.mdwn
exporting_trees_to_special_remotes.mdwn
external_backend_protocol.mdwn
external_special_remote_protocol.mdwn
gcrypt.mdwn
git-remote-daemon.mdwn
iabackup.mdwn
importing_trees_from_special_remotes.mdwn
metadata.mdwn
new_repo_versions.mdwn
p2p_protocol.mdwn servePut and clientPut implementation 2024-07-22 10:27:44 -04:00
p2p_protocol_over_http.mdwn thoughts on CGI, and use json 2024-07-05 10:08:43 -04:00
passthrough_proxy.mdwn update 2024-06-27 13:40:09 -04:00
preferred_content.mdwn
requests_routing.mdwn
roadmap.mdwn