]> git.r.bdr.sh - rbdr/mobius/commit - hotline/transaction_handlers_test.go
Add initial support for resource and info forks
authorJeff Halter <redacted>
Tue, 21 Jun 2022 03:14:32 +0000 (20:14 -0700)
committerJeff Halter <redacted>
Tue, 21 Jun 2022 03:14:32 +0000 (20:14 -0700)
commit7cd900d61edbd6d322db3cecb913adf574389320
tree7da8ac3658fa4b6204330f1f9c980428b6a6fdc5
parentbb1e98842e35b3affaf94971e78c86f8b9547928
Add initial support for resource and info forks
27 files changed:
cmd/mobius-hotline-server/main.go
cmd/mobius-hotline-server/mobius/config/config.yaml
go.sum
hotline/access.go
hotline/client.go
hotline/client_conn.go
hotline/config.go
hotline/file_name_with_info.go
hotline/file_path.go
hotline/file_store.go
hotline/file_types.go
hotline/file_wrapper.go [new file with mode: 0644]
hotline/files.go
hotline/flattened_file_object.go
hotline/flattened_file_object_test.go
hotline/handshake.go
hotline/server.go
hotline/server_blackbox_test.go
hotline/server_test.go
hotline/stats.go
hotline/test/config/Files/testfile-1k [new file with mode: 0644]
hotline/test/config/Files/testfile-8b [new file with mode: 0644]
hotline/transaction.go
hotline/transaction_handlers.go
hotline/transaction_handlers_test.go
hotline/transfer.go
hotline/transfer_test.go