caine
|
4b8997ed48
|
clients/go/camsync: return stats struct and use them in verbose mode
Change-Id: Icb0d86df5dd33f1bbb37112abe8b549c49a3de24
|
2011-06-15 11:29:51 -04:00 |
Brad Fitzpatrick
|
480350936e
|
Revert "Work around Go http bug with zero length files."
This reverts commit 1e7ff7b46c .
Fixed with: http://codereview.appspot.com/4529050
|
2011-05-11 04:59:45 -07:00 |
Brad Fitzpatrick
|
1e7ff7b46c
|
Work around Go http bug with zero length files.
|
2011-05-10 19:29:20 -07:00 |
Brad Fitzpatrick
|
257e550740
|
use blobref.SizedBlobRef as a value, not a mutable *blobref.SizedBlobRef on heap
|
2011-05-10 16:13:37 -07:00 |
Brad Fitzpatrick
|
8302903eb0
|
camsync: use FetchStreaming, not Fetch
|
2011-03-24 19:58:52 -07:00 |
Brad Fitzpatrick
|
184afbc2a3
|
Auto-generate Go Makefiles.
Dependencies are now only in one place (in source code, enforced for correctness by Go)
instead of three places.
|
2011-03-19 00:27:03 -07:00 |
Brett Slatkin
|
16c672506b
|
implemented go client.RemoveBlobs; no idea if it works yet
|
2011-03-05 12:46:28 -08:00 |
Brad Fitzpatrick
|
4de2eb4ebd
|
Start of Client.Remove for de-queue in camsync.
|
2011-03-05 11:34:12 -08:00 |
Brad Fitzpatrick
|
cafaec5dc8
|
more sync work; start of loop and queue removal
|
2011-03-05 09:53:51 -08:00 |
Brad Fitzpatrick
|
bc7340d7e7
|
sync: move to library, add tests, fix merge bug
|
2011-03-05 09:00:56 -08:00 |
Brad Fitzpatrick
|
4d8f10208a
|
camsync: it now syncs
|
2011-03-04 19:02:26 -08:00 |
Brad Fitzpatrick
|
38a85571ca
|
Add dev-blobserver wrapper; remove run.sh
|
2011-03-02 21:46:07 -08:00 |
Brad Fitzpatrick
|
7381cbf4d1
|
More camsync work.
|
2011-03-02 20:03:09 -08:00 |
Brad Fitzpatrick
|
ad37f29ce3
|
start of camsync & indexing; add Client.EnumerateBlobs
|
2011-03-01 18:02:01 -08:00 |