Brad Fitzpatrick
cac9d9ff86
schema: camli non-utf8 JSON string decoding
2011-03-25 18:45:10 -07:00
Brad Fitzpatrick
912a5a304c
fuse readlink support
2011-03-25 18:36:08 -07:00
Brad Fitzpatrick
b1aef0f476
Fix escaping bug in build.pl Go detection warning.
2011-03-25 11:20:02 -07:00
Brad Fitzpatrick
28975e8fc3
Change EnumerateBlobs interface to close channel, not send nil.
2011-03-25 09:52:51 -07:00
Brad Fitzpatrick
054cd642ea
cammount: read-only FUSE works now
2011-03-24 21:07:49 -07:00
Brad Fitzpatrick
8302903eb0
camsync: use FetchStreaming, not Fetch
2011-03-24 19:58:52 -07:00
Brad Fitzpatrick
f12b7f5342
Have CamliFileSystem take a Fetcher, not a Client
2011-03-24 19:58:29 -07:00
Brad Fitzpatrick
83a814148b
Define blobserver.Cache interface.
2011-03-24 19:57:57 -07:00
Brad Fitzpatrick
a774c3dc19
camli/client: implement FetchStreaming, not Fetch
2011-03-24 19:22:35 -07:00
Brad Fitzpatrick
0e51761bbd
camget: only require a ReadCloser.
2011-03-24 19:21:35 -07:00
Brad Fitzpatrick
468a4849c4
add StreamingFetcher interface
2011-03-24 19:20:47 -07:00
Brad Fitzpatrick
4b5380a8aa
gofmt
2011-03-24 19:20:22 -07:00
Brad Fitzpatrick
ff25acb45c
FileReader tests & bug fixes.
2011-03-24 17:42:34 -07:00
Brad Fitzpatrick
db5e3fe358
move json blob TestFetcher to camli/test package
2011-03-24 16:47:51 -07:00
Brad Fitzpatrick
a785d945f8
fix camput compile error from earlier change
2011-03-24 16:34:22 -07:00
Brad Fitzpatrick
3db542645c
schema/fuse file reading, but still buggy in parts
2011-03-24 15:33:15 -07:00
Brad Fitzpatrick
a8739674e1
cammount: Start of Open and file ops
2011-03-23 22:04:50 -07:00
Brad Fitzpatrick
1d0baaade8
cammount: working OpenDir!
2011-03-23 20:51:47 -07:00
Brad Fitzpatrick
b366f7c699
cammount: more working Opendir
2011-03-23 19:57:40 -07:00
Brad Fitzpatrick
6ce55da2f4
Update to go-fuse 142724315
2011-03-23 19:14:04 -07:00
Brad Fitzpatrick
95b3214789
Merge branch 'master' of camlistore.org:camlistore
2011-03-22 22:59:48 -07:00
Brad Fitzpatrick
367d4d7bef
cammount: more FUSE work; kinda-working Opendir
2011-03-22 22:59:45 -07:00
Brett Slatkin
f6a9c55cd8
Merge branch 'master' of camlistore.org:camlistore
2011-03-22 22:50:35 -07:00
Brett Slatkin
f674c9a644
added python library for schema blobs
2011-03-22 22:50:14 -07:00
Brad Fitzpatrick
9771c314e3
cammount: more FUSE work: basic GetAttr support
2011-03-22 22:32:11 -07:00
Brad Fitzpatrick
0707a092e0
cammount: more FUSE work, inode lookup
2011-03-22 22:11:27 -07:00
Brad Fitzpatrick
bd40289c88
cammount work commit before battery dies
2011-03-22 20:35:04 -07:00
Brad Fitzpatrick
36e3c016c2
cammount fuse shell
2011-03-22 20:11:07 -07:00
Brad Fitzpatrick
957da4337c
Ignore emacs spew when searching for .go files.
2011-03-22 20:10:48 -07:00
Brett Slatkin
87be928fa9
adds fusepy library
2011-03-22 17:27:27 -07:00
Brad Fitzpatrick
43d058ae77
Merge commit '7262d8a'
2011-03-20 10:25:23 -07:00
Brad Fitzpatrick
7332f1aa71
cammount: start with hanwen's example loopback fuse program.
2011-03-20 10:25:17 -07:00
Brad Fitzpatrick
d630a0e9a3
Flag the third_party stuff as not running tests by default.
...
MySQL at least has a specialized environment required.
2011-03-19 21:40:32 -07:00
Brad Fitzpatrick
f343616dcc
Add third_party hanwen/go-fuse to the build.
2011-03-19 21:26:00 -07:00
Brad Fitzpatrick
042619c4b6
Use GoMySQL in third_party instead.
2011-03-19 21:25:24 -07:00
Brad Fitzpatrick
cc516df2bc
third_party: add https://github.com/Philio/GoMySQL
...
As of commit:
commit 9840aab51952df13259ee88f9d00dcc61eb31fd7
Author: Philio <phil@bayfmail.com>
Date: Tue Mar 1 19:00:26 2011 +0000
update to 0.3.0 release
2011-03-19 21:22:59 -07:00
Brad Fitzpatrick
c4a269cc69
Ignore third_party/workdir
2011-03-19 21:21:58 -07:00
Brad Fitzpatrick
0dece6b36d
build.pl: split dep finding and Makefile generation.
2011-03-19 21:20:35 -07:00
Brad Fitzpatrick
b94cf58ee7
Update go-fuse mount.go to work with Go weekly API changes.
2011-03-19 20:14:02 -07:00
Brad Fitzpatrick
772ed95a3a
third_party: import https://github.com/hanwen/go-fuse/ at 79426f97e60
...
commit 79426f97e60ee827aa5745e0f17e8a293e51c0c4
Author: Han-Wen Nienhuys <hanwen@google.com>
Date: Thu Mar 17 22:21:31 2011 -0300
Stop serializing writes - the kernel is multithreaded too.
2011-03-19 20:07:05 -07:00
Brad Fitzpatrick
d4ce983b1d
Start of camli third_party lib directory & maintenance script.
2011-03-19 20:05:41 -07:00
Daniel Erat
7262d8a736
android: verify downloaded data against digests from blobrefs
2011-03-19 17:06:33 -07:00
Daniel Erat
94bd0ec0c8
android: avoid caching incomplete downloads
...
when the Content-Length header is supplied, this makes us
check that we received the expected number of bytes. tested
by ctrl-c-ing the blobserver midway through a download.
2011-03-19 15:49:46 -07:00
Brad Fitzpatrick
672eb03400
Add blob fetch handler that prematurely closes for Dan.
...
He's fighting with Android HTTP libraries to handle this properly.
2011-03-19 14:16:08 -07:00
Brad Fitzpatrick
323a65408a
Add help messages on build failures.
2011-03-19 13:55:39 -07:00
Daniel Erat
85a7f38a87
android: limit cache growth
...
this is lightly-tested but seems to work.
the non-new stuff in res/ is just whitespace cleanup.
2011-03-19 12:15:19 -07:00
Daniel Erat
ec2c41604c
Merge remote branch 'origin/master'
2011-03-19 09:16:50 -07:00
Daniel Erat
a29346265e
android: add DownloadCache class
...
cache-size-limiting code is untested and unused
2011-03-19 08:20:44 -07:00
Brad Fitzpatrick
787576f396
Some binary names changed (match directories now)
2011-03-19 01:30:18 -07:00
Brad Fitzpatrick
a98ce4b067
Add build.pl --deps to dump dependencies.
2011-03-19 01:20:54 -07:00