perkeep/pkg/client
Attila Tajti 0d49cffb44 pkg/client: set camliType, use correct blobref
- make sure camliType is set to "file" in UploadFile
- fileMapFromDuplicate uses the blob ref calculated from the
  file schema blob in the call to ReceiveBlob
- add test for above changes
- TestTransportSetup updated after field name change
- hasComponent fixed for case fullpath[:len(component)] == component
- hasComponent returns true if the first match is missing either separator,
  but there is another match down the path
- add special handling for Windows in hasCompontent and TestIgnoreFns

Change-Id: I96325b060e9421709bd9f684bcc9eceed7135f7b
2016-01-06 17:44:08 +01:00
..
android pkg/client: use Transport.DialTLS 2015-09-26 00:09:26 +02:00
client.go pkg/client: fix directory upload deadlock, clean up HTTP handling 2015-12-29 23:39:29 -08:00
config.go pkg/client: set camliType, use correct blobref 2016-01-06 17:44:08 +01:00
config_test.go
enumerate.go Remove pkg/context 2015-12-12 23:09:02 +01:00
get.go client: make Fetch return os.ErrNotExist on 404, per blob.Fetcher contract 2015-01-19 15:04:54 -08:00
ignored_test.go pkg/client: set camliType, use correct blobref 2016-01-06 17:44:08 +01:00
remove.go gofmt 2014-03-20 12:29:45 -07:00
stat_test.go httputil: add DecodeJSON and CloseBody helpers, then use them everywhere 2014-01-28 22:00:52 -08:00
stats.go
transport_test.go pkg/client: set camliType, use correct blobref 2016-01-06 17:44:08 +01:00
upload.go pkg/client: set camliType, use correct blobref 2016-01-06 17:44:08 +01:00
upload_test.go pkg/client: set camliType, use correct blobref 2016-01-06 17:44:08 +01:00