Brad Fitzpatrick
433a312703
fs: fix bug picking recent filenames when file has no name
...
e.g. iphone uploads
Change-Id: Ieee398b6f43c261232bc9f6cc0c71cb97c5c49f8
2014-02-02 06:14:44 +01:00
Brad Fitzpatrick
e5ad2282c4
fs: cache recent dir for a bit
...
Change-Id: Id85344038d38dedc134435463d96d8b836edbcd7
2014-01-31 11:50:22 +01:00
Tommi Virtanen
6cda29582b
third_party: Switch FUSE library to bazil.org/fuse
...
import bazil.org/fuse at f6649cd46fb76b1e04ba9eeffb773cb189278d31
remove code.google.com/p/rsc/fuse.
Huge thanks to Tommi Virtanen for the fuse support.
Change-Id: I44b95ac1ea344648593c7376f83ca675a56077b3
2014-01-24 13:28:08 -08:00
Dustin Sallings
c13717e788
fs: extended attribute support
...
This includes read-write support for extended attributes for mutable
files, and enough support on all other filesystem paths to prevent OS X
from falling back to AppleDouble files.
Change-Id: I2b275591f3bc69c25e1e9c8d59a7fa4cf0bb97ff
2014-01-02 12:02:10 -08:00
Dustin Sallings
f46840c42b
List recent directory as mode 500
...
Nothing should ever write here, so let's not advertise a write bit.
Change-Id: I3d54199fc4a96c8c020f6d71d8e6bf2802cf45db
2013-12-22 13:46:34 -08:00
Brad Fitzpatrick
0bdf20884b
all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref
...
Change-Id: Id2dfb7f19452bedf4f3c9310b36227fd8117b225
2013-08-03 19:54:30 -07:00
Brad Fitzpatrick
dde968e763
Mark FUSE & pkg/fs files as Linux & Mac only, to fix FreeBSD build.
...
Also start of cross-compiling support in make.go.
Change-Id: Ic11ca2d433f135b07b3f6d7738eec9fe98590905
2013-07-05 10:41:07 -07:00
Brad Fitzpatrick
d3aa327ac6
fs: in recent, use file's EXIF time (or modtime) time instead of permanode time
...
Change-Id: I4ca9132967fb781192ea981d883b242a2c159b49
2013-02-18 21:32:46 -08:00
Brad Fitzpatrick
9402860c92
fs: fallback to modtime of permanode if file's is unknown
...
Change-Id: I0b9c58dc6b226526eac4a6772e2125b396f3fc66
2013-02-18 11:02:26 -08:00
Brad Fitzpatrick
a44e75435b
fs: support directories in recent files, and fix directory data race
...
Change-Id: I32b4989ed9b68c79168e91077d56ee65f6f62611
2013-02-17 11:43:03 -08:00
Brad Fitzpatrick
5ae17e8216
fs: don't ever return an empty filename. it confuses OS X a lot.
...
Change-Id: I3ad5620b3e44ef445d59e0777abe512862b95bfa
2013-02-16 23:04:18 -08:00
Brad Fitzpatrick
76735113f9
fs: recent directory works.
...
Change-Id: I13fb418e7ef32c8be8ab635b8179fbded5e18c79
2013-02-07 22:43:50 -08:00
Brad Fitzpatrick
e867ea7dc0
client, search, fs: cammount now getting search queries back
...
Change-Id: I68541e9f9d54fa4240872d440972ad39f6bad33f
2013-02-07 21:55:17 -08:00
Brad Fitzpatrick
0987bad1f5
fs: playing with dynamic directories, seeing how often OS X refreshes
...
Change-Id: Ic22d59f16f25ced71d06cf22e404ed3c2a1d6e66
2013-02-07 08:05:51 -08:00
Brad Fitzpatrick
b95b796d3c
fs: move some common code to fs; create recent.go
...
Change-Id: I25c5e906988efecbabc266c407d9129e42993fb4
2013-02-06 21:57:07 -08:00