2017-11-28 |
Tom Clegg | 12483: Don't escape "-", "_", etc. in filenames. |
tree | commitdiff |
2017-11-28 |
Tom Clegg | 12483: Use real modTimes. |
tree | commitdiff |
2017-11-28 |
Tom Clegg | 12483: Use io.Seek* constants instead of deprecated... |
tree | commitdiff |
2017-11-28 |
Tom Clegg | 12483: Remove dead code, update tests. |
tree | commitdiff |
2017-11-27 |
Tom Clegg | 12483: Fix loading error details from API error response. |
tree | commitdiff |
2017-11-22 |
Tom Clegg | 12483: Update comments. |
tree | commitdiff |
2017-11-22 |
Tom Clegg | 12483: Drop writableSegment interface. |
tree | commitdiff |
2017-11-22 |
Tom Clegg | 12483: Rename extent->segment, file->filehandle. |
tree | commitdiff |
2017-11-21 |
Tom Clegg | 12483: Fix receiver type. |
tree | commitdiff |
2017-11-21 |
Tom Clegg | 12483: Delay flushing collection until successful http... |
tree | commitdiff |
2017-11-20 |
Tom Clegg | 12483: Make webdav rename/remove work. Tidy up code. |
tree | commitdiff |
2017-11-20 |
Tom Clegg | 12483: More loading speed. |
tree | commitdiff |
2017-11-20 |
Tom Clegg | 12483: Speed up manifest loading. |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Allow seek and write beyond EOF. |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Avoid empty segments. |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Add RemoveAll() to CollectionFileSystem. |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Add Rename(old,new) to CollectionFileSystem. |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Add comments. |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Support O_TRUNC flag. |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Compress adjacent segments when writing filetokens. |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Support O_APPEND. Check for invalid/unsupported... |
tree | commitdiff |
2017-11-18 |
Tom Clegg | 12483: Support file create/write via webdav. |
tree | commitdiff |
2017-11-15 |
Tom Clegg | 12483: Fix makeParentDirs bug when higher levels alread... |
tree | commitdiff |
2017-11-15 |
Tom Clegg | 12483: Persist empty files. |
tree | commitdiff |
2017-11-14 |
Tom Clegg | 12483: Track memory use. Flush filled blocks while... |
tree | commitdiff |
2017-11-14 |
Tom Clegg | 12483: Fix missing Rlock() on inode accesses. |
tree | commitdiff |
2017-11-14 |
Tom Clegg | 12483: Return error on impossible manifest. |
tree | commitdiff |
2017-11-14 |
Tom Clegg | 12483: Avoid write/marshal race. Remove dead code. |
tree | commitdiff |
2017-11-14 |
Tom Clegg | 12453: Persist written data to keep. |
tree | commitdiff |
2017-11-13 |
Tom Clegg | 12483: Remove unnecessary OpenFile() from inode interface. |
tree | commitdiff |
2017-11-13 |
Tom Clegg | 12483: Add Mkdir(), Remove(). |
tree | commitdiff |
2017-11-12 |
Tom Clegg | 12483: Add MarshalManifest(). |
tree | commitdiff |
2017-11-12 |
Tom Clegg | 12483: Remove unnecessary repack. |
tree | commitdiff |
2017-11-11 |
Tom Clegg | 12483: Add tests for concurrent writers and random... |
tree | commitdiff |
2017-11-11 |
Tom Clegg | 12483: Add (File)Truncate(). |
tree | commitdiff |
2017-11-11 |
Tom Clegg | 12483: Simplify extent packing, reduce type casting. |
tree | commitdiff |
2017-11-11 |
Tom Clegg | 12483: Implement some writable cases. |
tree | commitdiff |
2017-11-10 |
Tom Clegg | 12483: Add basic file writing tests. |
tree | commitdiff |
2017-11-10 |
Tom Clegg | 12483: Rewrite collection filesystem. |
tree | commitdiff |
2017-11-08 |
Peter Amstutz | Merge branch '12568-cwl-collection-cache' closes ... |
tree | commitdiff |
2017-11-08 |
Tom Clegg | Merge branch '12306-dont-stat-mounts' |
tree | commitdiff |
2017-11-07 |
Peter Amstutz | 12568: Reduce min_entries |
tree | commitdiff |
2017-11-07 |
Peter Amstutz | 12568: Update test to check which collection gets evicted |
tree | commitdiff |
2017-11-07 |
Peter Amstutz | 12568: Add test for collection cache management behavior |
tree | commitdiff |
2017-11-07 |
Peter Amstutz | 12568: Mange collection cache to avoid excessive memory... |
tree | commitdiff |
2017-11-06 |
Lucas Di Pentima | Merge branch '12533-token-n-ip-logging' |
tree | commitdiff |
2017-11-03 |
Tom Clegg | 11220: Fix test setup. |
tree | commitdiff |
2017-11-03 |
Tom Clegg | Merge branch '12551-check-open-errors' |
tree | commitdiff |
2017-11-03 |
Tom Clegg | Merge branch '11220-manifest-fetch-error' |
tree | commitdiff |
2017-11-03 |
Tom Clegg | 12551: Check for errors after calling open(). |
tree | commitdiff |
2017-11-02 |
Tom Clegg | Merge branch '12462-search-hyphen' |
tree | commitdiff |
2017-11-02 |
Lucas Di Pentima | Merge branch 'master' into 12533-row-lock-contention |
tree | commitdiff |
2017-11-02 |
Tom Clegg | Merge branch '12167-workbench-request-id' |
tree | commitdiff |
2017-11-02 |
Lucas Di Pentima | Merge branch '12018-sync-groups-tool' |
tree | commitdiff |
2017-11-02 |
Lucas Di Pentima | Merge branch 'master' into 12018-sync-groups-tool |
tree | commitdiff |
2017-11-01 |
Tom Clegg | 11220: Avoid implying that manifests can be loaded... |
tree | commitdiff |
2017-10-30 |
Lucas Di Pentima | 12018: Moved Link & LinkList types to GoSDK arvados... |
tree | commitdiff |
2017-10-30 |
Tom Clegg | Merge branch '12462-search-periods' |
tree | commitdiff |
2017-10-24 |
Peter Amstutz | Merge branch '12125-fuse-project-trash' refs #12125 |
tree | commitdiff |
2017-10-24 |
Lucas Di Pentima | 12018: User, UserList, Group & GroupList types go into... |
tree | commitdiff |
2017-10-23 |
Peter Amstutz | Merge branch '12125-workbench-project-trash' refs ... |
tree | commitdiff |
2017-10-20 |
Tom Clegg | Merge branch '12216-webdav-list' |
tree | commitdiff |
2017-10-20 |
Tom Clegg | 12216: Merge branch 'master' into 12216-webdav-list |
tree | commitdiff |
2017-10-20 |
Tom Clegg | 11220: Revive "arv-get {block-locator}" ability. |
tree | commitdiff |
2017-10-20 |
Tom Clegg | 11220: Fix deprecated assertEquals -> assertEqual. |
tree | commitdiff |
2017-10-20 |
Tom Clegg | 11220: Don't bother trying to read manifests from Keep. |
tree | commitdiff |
2017-10-19 |
Tom Clegg | Merge branch '12461-cache-race' |
tree | commitdiff |
2017-10-19 |
Peter Amstutz | Merge branch '12446-dispatcher-query' closes #12446 |
tree | commitdiff |
2017-10-19 |
Peter Amstutz | 12446: Avoid listing every container uuid in status... |
tree | commitdiff |
2017-10-18 |
Lucas Di Pentima | 12018: Several changes, listed below: |
tree | commitdiff |
2017-10-18 |
Tom Clegg | 11260: Fix tests. |
tree | commitdiff |
2017-10-17 |
Peter Amstutz | Merge branch '12452-nm-unpaired-down' refs #12452 |
tree | commitdiff |
2017-10-17 |
Tom Clegg | 12216: Merge branch 'master' into 12216-webdav-list |
tree | commitdiff |
2017-10-17 |
Tom Clegg | Merge branch '12260-system-health' |
tree | commitdiff |
2017-10-17 |
Tom Clegg | 12260: Merge branch 'master' into 12260-system-health |
tree | commitdiff |
2017-10-16 |
Peter Amstutz | Merge branch '12447-crunch-run-leak' closes #12447 |
tree | commitdiff |
2017-10-16 |
Peter Amstutz | 12447: Simplify BlockCache locking. |
tree | commitdiff |
2017-10-16 |
Peter Amstutz | 12447: Require Content-Length in KeepClient.Get |
tree | commitdiff |
2017-10-16 |
Tom Clegg | 12260: Update comments to match real func/type names. |
tree | commitdiff |
2017-10-16 |
Peter Amstutz | 12447: Fix typo shadowing 'data' in BlockCache.Get |
tree | commitdiff |
2017-10-14 |
Peter Amstutz | 12447: Remove .Bytes() |
tree | commitdiff |
2017-10-14 |
Peter Amstutz | 12447: Use ReadFull(). Use goimport for import formatting. |
tree | commitdiff |
2017-10-14 |
Tom Clegg | 12216: Avoid opening all files when generating webdav... |
tree | commitdiff |
2017-10-13 |
Peter Amstutz | 12447: Add ClearBlockCache method to KeepClient |
tree | commitdiff |
2017-10-13 |
Peter Amstutz | 12447: Reduce memory footprint of crunch-run. |
tree | commitdiff |
2017-10-12 |
Tom Clegg | 12416: Merge branch 'fix/keepstore-s3-radosgw-empty... |
tree | commitdiff |
2017-10-12 |
Tom Clegg | 12216: Add webdav handler. |
tree | commitdiff |
2017-10-10 |
Peter Amstutz | Merge branch '12418-glob-empty-collection' closes ... |
tree | commitdiff |
2017-10-10 |
Peter Amstutz | 12418: Add regression test for glob output on empty... |
tree | commitdiff |
2017-10-10 |
Peter Amstutz | 12418: Explicitly check if collection is not None |
tree | commitdiff |
2017-10-10 |
Peter Amstutz | pin ciso8601 >=1.0.0, <=1.0.4 closes #12422 |
tree | commitdiff |
2017-10-06 |
Tom Clegg | 12260: Add more services. Use existing package names. |
tree | commitdiff |
2017-10-05 |
Ward Vandewege | Merge branch '12355-make-cwl-conformance-tests-faster' |
tree | commitdiff |
2017-10-05 |
Ward Vandewege | Merge branch 'master' into 12355-make-cwl-conformance... |
tree | commitdiff |
2017-10-04 |
Peter Amstutz | Add missing test files refs #12213 |
tree | commitdiff |
2017-10-04 |
Ward Vandewege | Run cwl conformance tests with the containers api. |
tree | commitdiff |
2017-10-03 |
Tom Clegg | 12260: Add -config arg. Drop non-resolvable hostname... |
tree | commitdiff |
2017-10-03 |
Tom Clegg | Merge branch '8333-docker-repo-tag' |
tree | commitdiff |
2017-10-03 |
Tom Clegg | 12260: Fix remote ping auth. Make server work. |
tree | commitdiff |
2017-10-03 |
Peter Amstutz | Merge branch '12213-expression-keepref' closes #12213 |
tree | commitdiff |
next |