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
|
113de1f3a3
|
get handler cleanup, break apart into smaller bits
|
2011-03-05 00:03:53 -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
|
d9bf9a3e14
|
blobref: faster String(); use camli/testing
|
2011-03-02 10:18:45 -08:00 |
Brad Fitzpatrick
|
ad37f29ce3
|
start of camsync & indexing; add Client.EnumerateBlobs
|
2011-03-01 18:02:01 -08:00 |
Brad Fitzpatrick
|
0584e4a358
|
Unfork the Go http package (it now has http.Client.Do)
|
2011-02-28 19:20:26 -08:00 |
Brad Fitzpatrick
|
66abaaec73
|
enumerate: don't allow 'maxwaitsec' with 'after'
|
2011-02-28 18:11:53 -08:00 |
Brad Fitzpatrick
|
b3f85acd47
|
enumerate: tests & long poll support
|
2011-02-27 17:42:20 -08:00 |
Brad Fitzpatrick
|
2e2fea784b
|
Split localdisk.go up into separate files.
|
2011-02-27 16:18:17 -08:00 |
Brad Fitzpatrick
|
5329e66eb6
|
some enumerate waitsec work
|
2011-02-26 23:09:57 -08:00 |
Brad Fitzpatrick
|
f34b4b35d2
|
Spec and start of longpoll enumerate.
|
2011-02-26 14:03:10 -08:00 |
Brad Fitzpatrick
|
88c1992692
|
Take a small interface.
|
2011-02-26 13:44:25 -08:00 |
Brad Fitzpatrick
|
e1c7b60fa1
|
localdisk: parallel stats and long-poll stats.
|
2011-02-26 13:31:23 -08:00 |
Brad Fitzpatrick
|
b21a036964
|
Make camli/blobserver's blobhub_test use camli/testing.
|
2011-02-26 13:30:34 -08:00 |
Brad Fitzpatrick
|
01b9a71d71
|
Fix camli/schema's tests to pass again.
|
2011-02-26 13:30:07 -08:00 |
Brad Fitzpatrick
|
fd0dc7d94c
|
Add camli/testing helper package.
|
2011-02-26 13:29:39 -08:00 |
Brad Fitzpatrick
|
ac7b64eb56
|
Fix test file's package. Still no tests.
|
2011-02-26 13:28:22 -08:00 |
Brad Fitzpatrick
|
0e99f12815
|
Add missing dep.
|
2011-02-26 13:27:57 -08:00 |
Brad Fitzpatrick
|
51283ac159
|
blobhub impl and tests.
|
2011-02-26 12:22:26 -08:00 |
Brad Fitzpatrick
|
5fbcb110b1
|
Remove old Makefile
|
2011-02-26 10:27:44 -08:00 |
Brad Fitzpatrick
|
82e9cb70cd
|
Some work long poll stat.
|
2011-02-26 09:26:23 -08:00 |
Brad Fitzpatrick
|
d15216ebb0
|
Writing a (failing) test for Stat waiting.
|
2011-02-25 09:36:58 -08:00 |
Brad Fitzpatrick
|
1300b213f2
|
Update for Go's new http.Request.Header type.
|
2011-02-25 07:38:12 -08:00 |
Brad Fitzpatrick
|
da9a0da296
|
Fix test hang.
|
2011-02-24 12:52:36 -08:00 |
Brad Fitzpatrick
|
6b4b726c69
|
Revert "Update for Go's new http.Request.Header type."
This reverts commit b021345ed6 .
|
2011-02-24 10:28:00 -08:00 |
Brad Fitzpatrick
|
8613c19fcd
|
More work on localdisk unittests.
|
2011-02-23 18:25:00 -08:00 |
Brad Fitzpatrick
|
c9a161e31e
|
Go has fsync now.
|
2011-02-23 18:14:54 -08:00 |
Brad Fitzpatrick
|
b021345ed6
|
Update for Go's new http.Request.Header type.
|
2011-02-23 17:56:40 -08:00 |
Brad Fitzpatrick
|
6452c5e7da
|
Start of localdisk tests.
|
2011-02-22 18:48:48 -08:00 |
Brad Fitzpatrick
|
2d036aa69a
|
Start of per-partition blob hubs for realtime/long-poll handlers.
|
2011-02-09 17:05:55 -08:00 |
Brad Fitzpatrick
|
7846c3c434
|
Unfork encoding/line package; changes now upstream in Go.
|
2011-02-09 10:59:25 -08:00 |
Brad Fitzpatrick
|
246864012d
|
Start of stat long poll spec/code.
|
2011-02-09 10:57:30 -08:00 |
Brad Fitzpatrick
|
73587e6085
|
Rename the blobserver 'preupload' method to 'stat'
This is prep for more additions to stat.
|
2011-02-08 08:24:16 -08:00 |
Brad Fitzpatrick
|
4db299e74b
|
blobserver: library-ify preupload and upload.
|
2011-02-04 14:31:23 -08:00 |
Brad Fitzpatrick
|
1af31f30db
|
blobserver: move get to handlers library + random cleanup
|
2011-02-03 17:28:05 -08:00 |
Brad Fitzpatrick
|
9411f9b8da
|
blobserver: move enumerate to handlers library; make it use Storage interface
|
2011-02-03 17:08:04 -08:00 |
Brad Fitzpatrick
|
866ff37ce1
|
Add type blobref.SizedBlobRef
|
2011-02-03 17:06:29 -08:00 |
Brad Fitzpatrick
|
197819e4cb
|
Ignore more
|
2011-02-03 17:05:19 -08:00 |
Brad Fitzpatrick
|
c027ca9d9e
|
Libraryify: create lib/go/blobserver/handles; move Remove
|
2011-02-03 15:56:02 -08:00 |
Brad Fitzpatrick
|
850623f932
|
Start ripping up blobserver into libraries, starting with blobserver.Storage
|
2011-02-03 15:45:35 -08:00 |
Brad Fitzpatrick
|
d81d6211d5
|
schema: permissions on symlinks are irrelevant
|
2011-02-03 08:19:40 -08:00 |
Brad Fitzpatrick
|
a29b948f3e
|
Update for Go release 2011-02-01.1
|
2011-02-02 12:29:51 -08:00 |
Amir Mohammad Saied
|
d6488c32c4
|
Making the codebase compatible with latest Go release (2011-02-01.1)
|
2011-02-02 12:27:30 -08:00 |
Brad Fitzpatrick
|
f7d76303e7
|
Slap on copyright headers.
|
2011-01-27 23:07:18 -08:00 |
Brad Fitzpatrick
|
3bcba74f41
|
Fix copyright lines.
Put this under Google's copyright, not our personal ones.
|
2011-01-27 23:03:57 -08:00 |