Commit Graph

419 Commits

Author SHA1 Message Date
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
Brad Fitzpatrick 4db299e74b blobserver: library-ify preupload and upload. 2011-02-04 14:31:23 -08:00
Brad Fitzpatrick 18c34392d8 Check for Go when building Go targets; be helpful. 2011-02-03 17:47:25 -08:00
Brad Fitzpatrick c4c04e7550 Add Android client to build.pl 2011-02-03 17:40:53 -08:00
Brad Fitzpatrick 1ca2787f26 Clean up the build system a bit. 2011-02-03 17:32:34 -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 ba48b63543 Enumerate spec was inconsistent; fix it. 2011-02-03 17:06:01 -08:00
Brad Fitzpatrick 197819e4cb Ignore more 2011-02-03 17:05:19 -08:00
Brad Fitzpatrick c0261e5b95 update README 2011-02-03 15:58:37 -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 4df8d2ba04 Use switch, not ifs. 2011-02-03 08:28:47 -08:00
Brad Fitzpatrick d81d6211d5 schema: permissions on symlinks are irrelevant 2011-02-03 08:19:40 -08:00
Brad Fitzpatrick 8b8f462f6a blobserver work: remove, enumerate, partition URL changes, cleanup
* Blob "remove" support for blobs in the non-default partition.

* Partition URL support:  /partition-<name>/camli/*

* Create interface.go for the interface of the storage layer.
  Once everything uses this, we can do different storage layers.

* Webserver work to let you do pre-mux dispatch, which is
  directory-level granularity only.
2011-02-02 22:42:31 -08:00
Brad Fitzpatrick 561515db0b Script to run the blobserver on camlistore.org 2011-02-02 15:10:16 -08:00
Brad Fitzpatrick be012d6a0b website: link some related projects 2011-02-02 13:46:55 -08:00
Brad Fitzpatrick 21573d77cc Some example blobs 2011-02-02 13:30:01 -08:00
Brad Fitzpatrick 3c2cfdae8c camweb: rewrite broken URLs. source still a mystery. 2011-02-02 13:00:32 -08:00
Brad Fitzpatrick 37f8217eff camweb: fix minor CGI bug; wasn't affecting anything. 2011-02-02 13:00:20 -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 38b4f153e0 go blobserver: queue partition support, via flag. 2011-02-01 22:48:12 -08:00
Brad Fitzpatrick 39f1ebb895 go blobserver: Partition support for enumerate 2011-02-01 20:50:01 -08:00
Brad Fitzpatrick f492b5f396 Relax schema blob magic number restrictions. 2011-02-01 12:45:59 -08:00
Brad Fitzpatrick 1f83411fef website: link presentation 2011-02-01 12:38:58 -08:00
Amir Mohammad Saied ecb1fb0a8e android: Moving menu items titles into the strings resource, and setting icons for them 2011-02-01 12:28:29 -08:00
Amir Mohammad Saied 759700e963 android: Cosmetics, moving all text into string resources 2011-02-01 12:27:55 -08:00
Amir Mohammad Saied efd3a2cf8c Fixing a couple of issues with website markup 2011-02-01 12:14:16 -08:00
Brad Fitzpatrick 23bc4dbf54 website: link to new lists page, CLAs. 2011-02-01 12:13:30 -08:00
Brad Fitzpatrick 2dca5ef15a Add a CONTRIBUTORS file to track CLA acceptance. 2011-02-01 11:47:01 -08:00
Brad Fitzpatrick 3efa09e4eb camweb: 15 second timeout 2011-01-31 15:04:16 -08:00