perkeep/cmd/camput
Brad Fitzpatrick 2086406552 Client fixes and cleanups:
* Fix TODO about moving camput file's havecache up a layer into
  camput itself. So now it's used for all commands (camput permanode,
  camput attr, etc). Reduces HTTP requests.

* Fix camlistore.org/issue/343 -- don't do stats before uploads
  in cases where it's useless. Adds a field to UploadHandle.

* Fix camlistore.org/issue/344: upload the public key whenever
  uploading a signed blob. Usually this is a no-op because of the
  have cache.

* Use zero (or <=0 rather), not -1, to mean unknown on UploadHandle
  Size.

* More docs on public stuff.
2014-01-15 18:32:02 -08:00
..
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
android.go Add new pkg/client/android, to clean up Android API gunk from pkg/client's godoc. 2013-10-22 07:37:15 -07:00
attr.go camput attr: support -del 2013-10-03 15:07:43 +02:00
blobs.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
cache.go camput: have cache and stat cache based on github.com/cznic/kv 2013-08-30 23:54:22 +02:00
camput.go Client fixes and cleanups: 2014-01-15 18:32:02 -08:00
camput_test.go camput: fix test. Add descriptions for better help. 2013-02-26 21:08:24 +01:00
chanworker.go camput: add an unbounded mode to chanworker. 2013-09-10 20:07:20 -07:00
delete.go camput: delete command, to send a delete claim 2013-11-29 00:19:42 +01:00
doc.go website doc: cmds: golang style + install command 2013-03-15 23:18:09 +01:00
files.go Client fixes and cleanups: 2014-01-15 18:32:02 -08:00
init.go pkg/client: multi servers config 2014-01-05 23:19:43 -08:00
kvcache.go camput: check stat cache value form 2013-09-09 19:08:07 +02:00
logging.go Create camtool cmd, with sync subcommand. 2013-02-20 23:47:17 +01:00
permanode.go camput: rename -name flag to -title for consistency with other commands 2013-12-22 09:29:32 -08:00
rawobj.go camtool: added dbinit. 2013-02-27 16:07:02 +01:00
remove.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
share.go Let shares have expiration times. 2013-09-08 17:46:40 -07:00
stat_darwin.go camput: ignore atimes 2013-01-01 21:05:02 -08:00
stat_linux.go camput: ignore atimes 2013-01-01 21:05:02 -08:00
uploader.go add capctime flag to camput 2013-10-09 21:06:51 +02:00