git-lfs/tq
brian m. carlson 51a5ca3f68
tq: pass hash algorithm during batch requests
During a batch request, pass the hash algorithm we're using to the
remote server, and read the value, if any, that we get back.  If it is
not either absent or the string "sha256", fail, since that means that
the client and server don't agree on the proper hash algorithm.
2021-09-10 14:39:01 +00:00
..
schemas tq,lfsapi/ssh: convert int64 to int 2017-04-05 14:46:45 -06:00
adapterbase.go Set package version to v3 2021-09-02 20:41:08 +00:00
api_test.go tq: pass hash algorithm during batch requests 2021-09-10 14:39:01 +00:00
api.go tq: pass hash algorithm during batch requests 2021-09-10 14:39:01 +00:00
basic_download.go Set package version to v3 2021-09-02 20:41:08 +00:00
basic_upload.go Set package version to v3 2021-09-02 20:41:08 +00:00
custom_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
custom.go Set package version to v3 2021-09-02 20:41:08 +00:00
errors_test.go tq/errors: implement MalformedObjectError 2017-03-24 14:36:59 -06:00
errors.go tq/errors: implement MalformedObjectError 2017-03-24 14:36:59 -06:00
manifest_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
manifest.go Set package version to v3 2021-09-02 20:41:08 +00:00
meter.go Set package version to v3 2021-09-02 20:41:08 +00:00
ssh.go tq: pass hash algorithm during batch requests 2021-09-10 14:39:01 +00:00
transfer_queue_test.go tq: add exponential backoff for retries 2020-04-15 14:10:16 -07:00
transfer_queue.go Set package version to v3 2021-09-02 20:41:08 +00:00
transfer_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
transfer.go Set package version to v3 2021-09-02 20:41:08 +00:00
tus_upload.go Set package version to v3 2021-09-02 20:41:08 +00:00
verify_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
verify.go Set package version to v3 2021-09-02 20:41:08 +00:00