.. |
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
|
range query for mp4 video play
|
2021-06-29 02:13:29 -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_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
|
go fmt
|
2021-07-01 01:21:14 -07:00 |
filer_server_handlers.go
|
remove unused parameter
|
2021-07-19 02:59:12 -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
|
remove unused parameter
|
2021-07-19 02:59:12 -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
|
remove unused fields
|
2021-06-18 15:35:22 -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 |
gateway_server.go
|
add gateway for easier POST and DELETE blobs
|
2021-04-10 23:47:47 -07:00 |
master_grpc_server.go
|
minor
|
2021-06-12 02:52:41 -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
|
go fmt
|
2021-07-01 01:21:14 -07:00 |
master_server.go
|
snowflake sequencer need an unique id
|
2021-07-23 20:54:03 -07:00 |
master_server_handlers.go
|
go fmt
|
2021-07-01 01:21:14 -07:00 |
master_server_handlers_admin.go
|
ahead of time volume assignment
|
2021-05-06 18:55:44 +08:00 |
master_server_handlers_ui.go
|
master UI adds volume size limit
|
2021-04-22 14:22:48 -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
|
use hdd instead of empty string
|
2021-02-16 03:03:00 -08:00 |
volume_grpc_batch_delete.go
|
mount: fix for deletion stopped working since 2.53
|
2021-06-19 03:46:39 -07:00 |
volume_grpc_client_to_master.go
|
go fmt
|
2021-02-17 20:57:08 -08:00 |
volume_grpc_copy.go
|
minor
|
2021-05-07 21:56:45 -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
|
pass in option to read deleted entries
|
2020-08-18 17:37:26 -07:00 |
volume_grpc_read_write.go
|
fix build error
|
2021-03-22 00:12:53 -07:00 |
volume_grpc_tail.go
|
fix typo offset.ToAcutalOffset to offset.ToActualOffset
|
2021-02-07 12:11:51 +08: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: change all writes to fsync during graceful stopping
|
2021-07-13 01:29:57 -07:00 |
volume_server_handlers.go
|
add proxy mode to read non-local volumes
|
2021-06-30 18:33:18 +08: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
|
Add webp extension for resizing
|
2021-07-24 14:32:31 +09:00 |
volume_server_handlers_ui.go
|
support customizable disk type
|
2021-02-13 15:42:42 -08:00 |
volume_server_handlers_write.go
|
use bytes.Buffer to reduce memory allocation and gc
|
2021-06-06 13:42:36 -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 |