mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1378] [MERGED] Source file division and set 4 spaces and cleanup #1947
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1947
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1378
Author: @ggtakec
Created: 8/22/2020
Status: ✅ Merged
Merged: 8/26/2020
Merged by: @gaul
Base:
master← Head:split_files📝 Commits (1)
9b56c0fSource file division and set 4 spaces and cleanup📊 Changes
72 files changed (+18457 additions, -16868 deletions)
View changed files
📝
Makefile.am(+9 -0)📝
autogen.sh(+8 -0)📝
configure.ac(+8 -0)📝
src/Makefile.am(+38 -13)📝
src/addhead.cpp(+180 -187)📝
src/addhead.h(+29 -24)➕
src/autolock.cpp(+82 -0)➕
src/autolock.h(+60 -0)➕
src/bodydata.cpp(+124 -0)➕
src/bodydata.h(+72 -0)📝
src/cache.cpp(+554 -564)📝
src/cache.h(+129 -114)📝
src/common.h(+13 -167)📝
src/common_auth.cpp(+42 -40)📝
src/curl.cpp(+3127 -3989)📝
src/curl.h(+327 -495)➕
src/curl_handlerpool.cpp(+129 -0)➕
src/curl_handlerpool.h(+64 -0)➕
src/curl_multi.cpp(+344 -0)➕
src/curl_multi.h(+79 -0)...and 52 more files
📄 Description
Relevant Issue (if applicable)
#1371
Details
Important
With this change, there is no change in logic or processing.
The purpose of this change is to clean up the source code.
Fix
The bloated source code was split(many files had beed splited).
Unified the source code indentation to 4-spaces.
Added header and footer to some files.
Other fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.