.. |
filer_ui
|
extract embed html of master/volume/filer ui to separate files
|
2021-07-05 18:09:44 +08:00 |
master_ui
|
extract embed html of master/volume/filer ui to separate files
|
2021-07-05 18:09:44 +08:00 |
volume_server_ui
|
show RemoteVolumes/EcVolumes only if it is not empty
|
2021-07-06 15:20:18 +08:00 |
common.go
|
skip if http.StatusNoContent
|
2021-08-15 11:27:49 -07:00 |
common_test.go
|
jwt check the base file id
|
2019-03-03 10:17:44 -08:00 |
filer_grpc_server.go
|
add remote to filer.Entry and filer_pb entry, add RemoteConf
|
2021-07-19 02:47:27 -07:00 |
filer_grpc_server_kv.go
|
filer: cross cluster synchronization
|
2020-09-09 11:21:23 -07:00 |
filer_grpc_server_remote.go
|
rename, fix wrong logic.
|
2021-08-14 21:46:34 -07:00 |
filer_grpc_server_rename.go
|
mount: recursively rename locally
|
2021-07-01 01:19:31 -07:00 |
filer_grpc_server_sub_meta.go
|
sync empty notification with timestamp
|
2021-07-05 16:01:16 +08:00 |
filer_server.go
|
add ReadRemote(), add read remote setup when filer starts
|
2021-07-28 22:43:12 -07:00 |
filer_server_handlers.go
|
fix avoid lock error
|
2021-08-10 14:34:13 -07:00 |
filer_server_handlers_proxy.go
|
adjust http max idle connections per host
|
2021-02-12 03:47:15 -08:00 |
filer_server_handlers_read.go
|
fix
|
2021-08-09 16:03:03 -07:00 |
filer_server_handlers_read_dir.go
|
filer: directory listing adds namePatternExclude
|
2021-04-24 11:49:03 -07:00 |
filer_server_handlers_tagging.go
|
filer: delete specific tags
|
2021-05-02 21:53:43 -07:00 |
filer_server_handlers_write.go
|
Filer locationPrefix configure does not exec replication #2257
|
2021-08-14 02:54:13 -07:00 |
filer_server_handlers_write_autochunk.go
|
S3: add metadata with multipart upload
|
2021-07-01 19:12:11 -07:00 |
filer_server_handlers_write_cipher.go
|
use bytes.Buffer to reduce memory allocation and gc
|
2021-06-06 13:42:36 -07:00 |
filer_server_handlers_write_upload.go
|
s3: multipart upload miss data if file is chunked in 4MB
|
2021-07-15 11:56:28 -07:00 |
filer_server_rocksdb.go
|
works
|
2021-01-02 23:32:58 -08:00 |
master_grpc_server.go
|
rename
|
2021-08-14 05:03:45 -07:00 |
master_grpc_server_admin.go
|
shell: show which server holds the lock
|
2021-04-22 23:56:35 -07:00 |
master_grpc_server_collection.go
|
avoid reusing context object
|
2020-02-25 21:50:12 -08:00 |
master_grpc_server_volume.go
|
use grpc and jwt
|
2021-08-12 21:40:33 -07:00 |
master_server.go
|
master: add master.follower to handle read file id lookup requests
|
2021-08-12 18:10:59 -07:00 |
master_server_handlers.go
|
use grpc and jwt
|
2021-08-12 21:40:33 -07:00 |
master_server_handlers_admin.go
|
add logs for volume creation
|
2021-08-10 13:04:25 -07:00 |
master_server_handlers_ui.go
|
adjust data type
|
2021-08-12 17:54:34 -07:00 |
raft_server.go
|
adjust election timeout to 10 seconds
|
2020-10-23 23:06:44 -07:00 |
raft_server_handlers.go
|
fix: remove deleted peers if resumeState = true
|
2020-10-04 21:56:17 +05:00 |
volume_grpc_admin.go
|
volume: support concurrent download data size limit
|
2021-08-08 23:25:16 -07:00 |
volume_grpc_batch_delete.go
|
volume: support concurrent download data size limit
|
2021-08-08 23:25:16 -07:00 |
volume_grpc_client_to_master.go
|
go fmt
|
2021-02-17 20:57:08 -08:00 |
volume_grpc_copy.go
|
volume copying: clean up stale volume data files
|
2021-08-13 03:24:21 -07:00 |
volume_grpc_copy_incremental.go
|
fix typo offset.ToAcutalOffset to offset.ToActualOffset
|
2021-02-07 12:11:51 +08:00 |
volume_grpc_erasure_coding.go
|
this can compile now!!!
|
2021-02-16 02:47:02 -08:00 |
volume_grpc_query.go
|
volume: support concurrent download data size limit
|
2021-08-08 23:25:16 -07:00 |
volume_grpc_read_write.go
|
remove imports
|
2021-08-07 16:20:17 -07:00 |
volume_grpc_remote.go
|
Only when tailing volume, the zero-ed cookie should skip checking.
|
2021-08-13 02:09:35 -07:00 |
volume_grpc_tail.go
|
Only when tailing volume, the zero-ed cookie should skip checking.
|
2021-08-13 02:09:35 -07:00 |
volume_grpc_tier_download.go
|
volume: add "-dir.idx" option for separate index storage
|
2020-11-27 03:17:10 -08:00 |
volume_grpc_tier_upload.go
|
volume: add "-dir.idx" option for separate index storage
|
2020-11-27 03:17:10 -08:00 |
volume_grpc_vacuum.go
|
fix concurrent vacuum & delete panic
|
2021-05-05 17:54:50 +08:00 |
volume_server.go
|
volume: support concurrent download data size limit
|
2021-08-08 23:25:16 -07:00 |
volume_server_handlers.go
|
fix avoid lock error
|
2021-08-10 14:34:13 -07:00 |
volume_server_handlers_admin.go
|
support customizable disk type
|
2021-02-13 15:42:42 -08:00 |
volume_server_handlers_helper.go
|
directory structure change to work with glide
|
2016-06-02 18:09:14 -07:00 |
volume_server_handlers_read.go
|
use grpc and jwt
|
2021-08-12 21:40:33 -07:00 |
volume_server_handlers_ui.go
|
support customizable disk type
|
2021-02-13 15:42:42 -08:00 |
volume_server_handlers_write.go
|
move some volume lookup operations to grpc
|
2021-08-12 20:33:00 -07:00 |
volume_server_tcp_handlers_write.go
|
trim out trailing return character
|
2021-03-06 14:26:27 -08:00 |
webdav_server.go
|
optimization: improve random range query for large files
|
2021-07-19 23:07:22 -07:00 |