Commit Graph

451 Commits

Author SHA1 Message Date
Brett Slatkin 2b49c2879c Merge branch 'master' of camlistore.org:camlistore 2011-03-05 13:44:33 -08:00
Brad Fitzpatrick 55e6ffe8e3 Add presubmit Make target. 2011-03-05 13:44:19 -08:00
Brett Slatkin fe05a77b07 gofmt cleanup 2011-03-05 13:44:11 -08:00
Brett Slatkin 02a3466192 adds -remove to camput 2011-03-05 13:43:24 -08: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 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 8d8fb6a6b7 Fix mistake in example response. 2011-03-01 17:25:35 -08:00
Brad Fitzpatrick b0f8f29bca Fix copyright license. 2011-03-01 08:29:44 -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 35ef3e5ce2 New build.pl --test for running tests. 2011-02-26 13:29:04 -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 32d58d3e56 Ignore x86 binaries too. 2011-02-26 11:26:08 -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 c6637bd720 Ignore more. 2011-02-23 18:14:33 -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 9503710a5b Add Anthony Martin to CONTRIBUTORS. 2011-02-21 12:15:54 -08:00
Anthony Martin d1164b8b6d Fix build: encoding/line fork removal; new Go release. 2011-02-21 12:12:28 -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 bf61b6edbf Oh, you can embed interfaces in structs. 2011-02-08 13:29:53 -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