1
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Sep 28, 2024 — Sep 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed handle leak in filesystem storage GetBlock() that was causing test failures on Windows More... about 8 years ago
beginnings of end-to-end test, cleaned up stdout vs stderr output in a few cases More... about 8 years ago
mounting webdav works, changed how FS directory caching is implemented to be based solely on ObjectIDs More... about 8 years ago
added support for Ctrl-C unmounting of fuse filesystem More... about 8 years ago
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. More... about 8 years ago
periodically refresh the metadata manager cache when mounting More... about 8 years ago
simplified MetadataManager API for listing, added caching of metadata items (unbounded for now) More... about 8 years ago
travis: don't do a shallow clone More... about 8 years ago
fixed windows build More... about 8 years ago
add go 1.8 back More... about 8 years ago
fixed liter warnings not detected by old linter More... about 8 years ago
moved to go 1.9 More... about 8 years ago
beginnings of WebDAV mounting support, not really working yet, need to do have better caching More... about 8 years ago
fixed sorting of synthetic fs.Entries More... about 8 years ago
fixup More... about 8 years ago
changed fs.Reader to be a Seeker too More... about 8 years ago
added experimental support for WebDAV backends (use http:// or https://) More... about 8 years ago
emit a warning instead of failing when unsupported directory entries are encountered More... about 8 years ago
added 'snapshot estimate' command which counts files to snapshot while applying the current policy and estimates the time to upload More... about 8 years ago
moved genpasswd to another tool More... about 8 years ago
reorganized more top-level CLI commands into subcommands More... about 8 years ago
reorganized more top-level CLI commands into subcommands More... about 8 years ago
moved 'expire' to 'snapshot expire' More... about 8 years ago
CLI: renamed 'backup' to 'snapshot create' and 'backups' to 'snapshot list' More... about 8 years ago
added files policy include/exclude configuration and checking during Upload More... about 8 years ago
tweaks to upload behavior: default to ignoring errors, do not hashcache recently changed files More... about 8 years ago
added ability to mount special object 'all' that exposes the whole set of snapshots grouped by us...@host, path and time More... about 8 years ago
removed support for legacy bundles, now that packs are supported everywhere More... about 8 years ago
cleanup indirect object creation logic, which has historically been quite messy, with the new code structure it's much more readable More... about 8 years ago
now that packing is transparent, inline object IDs are not needed, removed support for them and simplified ObjectWriter.Result() to no longer require a parameter More... about 8 years ago