1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-03 01:00:04 +02:00
seaweedfs/weed/server
Eng Zer Jun a23bcbb7ec
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-14 12:27:58 +08:00
..
filer_ui remove QR code for mobile upload 2021-09-01 16:59:37 -07: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 fier/s3: save "Content-Disposition" to extended properties 2021-10-12 00:04:28 -07:00
common_test.go jwt check the base file id 2019-03-03 10:17:44 -08:00
filer_grpc_server.go change server address from string to a type 2021-09-12 22:47:52 -07:00
filer_grpc_server_kv.go filer: cross cluster synchronization 2020-09-09 11:21:23 -07:00
filer_grpc_server_remote.go go fmt 2021-09-14 10:37:06 -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 avoid looping forever if there are no more metadata updates 2021-09-26 11:55:27 -07:00
filer_server.go add redis3 2021-10-04 01:01:31 -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 escape file name only when necessary 2021-10-11 23:33:45 -07:00
filer_server_handlers_read_dir.go remove QR code for mobile upload 2021-09-01 16:59:37 -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 fier/s3: save "Content-Disposition" to extended properties 2021-10-12 00:04:28 -07:00
filer_server_handlers_write_cipher.go refactoring 2021-09-06 16:20:49 -07:00
filer_server_handlers_write_upload.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
filer_server_rocksdb.go go fmt 2021-09-01 02:45:42 -07:00
master_grpc_server.go go fmt 2021-09-14 10:37:06 -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 change server address from string to a type 2021-09-12 22:47:52 -07:00
master_grpc_server_volume.go reduce concurrent volume grow requests 2021-10-05 01:58:30 -07:00
master_server.go removing etcd sequencer 2021-10-10 19:10:46 -07:00
master_server_handlers.go reduce concurrent volume grow requests 2021-10-05 01:58:30 -07:00
master_server_handlers_admin.go refactor 2021-10-05 00:40:04 -07:00
master_server_handlers_ui.go adjust data type 2021-08-12 17:54:34 -07:00
raft_server.go change server address from string to a type 2021-09-12 22:47:52 -07:00
raft_server_handlers.go change server address from string to a type 2021-09-12 22:47:52 -07: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 change server address from string to a type 2021-09-12 22:47:52 -07:00
volume_grpc_copy.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08: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 refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
volume_grpc_query.go volume: support concurrent download data size limit 2021-08-08 23:25:16 -07:00
volume_grpc_read_all.go volume stream read skips deleted content 2021-09-27 03:07:44 -07:00
volume_grpc_read_write.go remove imports 2021-08-07 16:20:17 -07:00
volume_grpc_remote.go go fmt 2021-09-14 10:37:06 -07:00
volume_grpc_tail.go change server address from string to a type 2021-09-12 22:47:52 -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 change server address from string to a type 2021-09-12 22:47:52 -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 change server address from string to a type 2021-09-12 22:47:52 -07: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 go fmt 2021-09-14 10:37:06 -07:00