aboutsummaryrefslogtreecommitdiff
path: root/weed/server/webdav_server.go
AgeCommit message (Expand)AuthorFilesLines
2021-09-14go fmtChris Lu1-12/+12
2021-09-12change server address from string to a typeChris Lu1-5/+4
2021-09-06refactoringChris Lu1-1/+10
2021-07-19optimization: improve random range query for large filesorigin/remote_overlayChris Lu1-1/+1
2021-05-07add retry to assign volumeChris Lu1-17/+24
2021-02-18webdav add replication settingChris Lu1-2/+3
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-2/+6
2021-01-31webdav: can start together with "weed server" or "weed filer"Chris Lu1-0/+1
2021-01-31webdav: cache to version specific folderChris Lu1-1/+4
2021-01-28add back AdjustedUrl() related codeChris Lu1-0/+3
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-4/+1
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access vol...Chris Lu1-1/+4
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-4/+1
2020-12-16go fmtChris Lu1-2/+2
2020-12-13rename from volumeType to diskTypeChris Lu1-2/+2
2020-12-13adding volume typeChris Lu1-0/+2
2020-12-01fix testsChris Lu1-1/+1
2020-12-01webdav: improve webdav upload speedChris Lu1-47/+88
2020-11-30filer: cache small file to filer storeChris Lu1-0/+1
2020-10-25passing full path when assign volume locationsChris Lu1-1/+1
2020-10-25renamingChris Lu1-1/+1
2020-10-16webdav: return io.EOF when at end of a fileChris Lu1-5/+1
2020-10-11refactoring in order to adjust volume server url laterChris Lu1-2/+2
2020-09-27refactorChris Lu1-1/+1
2020-09-16handle more than 2GB filesChris Lu1-1/+1
2020-09-16minorChris Lu1-2/+2
2020-09-09filer: cross cluster synchronizationChris Lu1-1/+1
2020-09-01rename filer2 to filerChris Lu1-10/+10
2020-08-28add signatures to messages to avoid double processingChris Lu1-3/+8
2020-08-19avoid shutdown in the middle of runningChris Lu1-4/+0
2020-08-17renameChris Lu1-2/+2
2020-08-16fix reader_atChris Lu1-2/+3
2020-08-15file size support set file lengthChris Lu1-2/+2
2020-07-19go code can read and write chunk manifestChris Lu1-1/+1
2020-06-30filer: support active<=>active filer replicationChris Lu1-1/+1
2020-06-09also add it for webdavChris Lu1-0/+4
2020-04-30refactoringChris Lu1-11/+1
2020-04-29able to subscribe any topic from any point of timeChris Lu1-1/+2
2020-04-29refactoringChris Lu1-0/+2
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-1/+2
2020-04-13tiered cachingChris Lu1-1/+1
2020-04-11mount: add on disk cachingChris Lu1-1/+8
2020-04-11refactorChris Lu1-3/+3
2020-04-11refactoringChris Lu1-1/+1
2020-03-29refactoring to compile for windows OS1;701.70Chris Lu1-2/+1
2020-03-28FUSE: add configurable in memory chunk cache sizeChris Lu1-1/+1
2020-03-28FUSE: add chunk cache for recently accessed file chunksChris Lu1-2/+6
2020-03-27fix FUSE read for large filesChris Lu1-5/+4
2020-03-23same booleans as beforeChris Lu1-6/+1
2020-03-23purgeChris Lu1-5/+0