Jarek Kowalski
|
1a7a02ddbe
|
cleanup imports by grouping all local imports together
|
2019-06-01 10:57:55 -07:00 |
|
Jarek Kowalski
|
63303904e1
|
switched remaining fmt.Errorf to errors.Wrap()
|
2019-06-01 10:57:05 -07:00 |
|
Jarek Kowalski
|
242d012a54
|
removed fs.EntryMetadata and replaced fs.Entry with os.FileInfo + small additions
|
2018-11-03 11:28:06 -07:00 |
|
Jarek Kowalski
|
d8201229d8
|
plumbed through ctx in storage.Storage APIs and all uses
|
2018-04-03 17:39:54 -07:00 |
|
Jarek Kowalski
|
453bab3560
|
fixed some lint errors, mostly dead code and missing error checks
|
2018-03-19 12:26:28 -07:00 |
|
Jarek Kowalski
|
b08a35e92b
|
refactored FS cache into reusable wrapper that can be applied on top of any filesystem abstraction
|
2017-09-04 17:42:50 -07:00 |
|
Jarek Kowalski
|
e8847b65cc
|
mounting webdav works, changed how FS directory caching is implemented to be based solely on ObjectIDs
|
2017-09-02 08:29:59 -07:00 |
|
Jarek Kowalski
|
2c6213239a
|
added cache expiration to fscache.Cache, so that entries based on ObjectID are cached for a very long time and others expire almost immediately.
This allows 'kopia mount all' to see newly created snapshots.
|
2017-08-29 21:47:06 -07:00 |
|
Jarek Kowalski
|
d613d99f7e
|
beginnings of WebDAV mounting support, not really working yet, need to do have better caching
|
2017-08-27 15:02:56 -07:00 |
|