[PR #55] [MERGED] Cleaned up codes for next packaging. #1326

Closed
opened 2026-03-04 01:53:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/55
Author: @ggtakec
Created: 9/7/2014
Status: Merged
Merged: 9/7/2014
Merged by: @ggtakec

Base: masterHead: cleanupcodes


📝 Commits (1)

  • 7a7c757 Cleaned up codes for next packaging.

📊 Changes

23 files changed (+385 additions, -8 deletions)

View changed files

📝 Makefile.am (+20 -0)
📝 README (+2 -0)
📝 doc/Makefile.am (+20 -0)
📝 src/Makefile.am (+19 -0)
📝 src/cache.cpp (+8 -0)
📝 src/cache.h (+28 -0)
📝 src/common.h (+28 -0)
📝 src/common_auth.cpp (+8 -1)
📝 src/curl.cpp (+8 -1)
📝 src/curl.h (+28 -0)
📝 src/fdcache.cpp (+8 -1)
📝 src/fdcache.h (+28 -0)
📝 src/gnutls_auth.cpp (+8 -1)
📝 src/nss_auth.cpp (+8 -1)
📝 src/openssl_auth.cpp (+8 -1)
📝 src/s3fs.cpp (+8 -1)
📝 src/s3fs.h (+28 -0)
📝 src/s3fs_auth.h (+28 -0)
📝 src/s3fs_util.cpp (+8 -1)
📝 src/s3fs_util.h (+28 -0)

...and 3 more files

📄 Description

For issue #29 (for debian package), add header and footer for all source codes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/55 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 9/7/2014 **Status:** ✅ Merged **Merged:** 9/7/2014 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `cleanupcodes` --- ### 📝 Commits (1) - [`7a7c757`](https://github.com/s3fs-fuse/s3fs-fuse/commit/7a7c7572ea16950f65ecf753339f1d4f0329cf79) Cleaned up codes for next packaging. ### 📊 Changes **23 files changed** (+385 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.am` (+20 -0) 📝 `README` (+2 -0) 📝 `doc/Makefile.am` (+20 -0) 📝 `src/Makefile.am` (+19 -0) 📝 `src/cache.cpp` (+8 -0) 📝 `src/cache.h` (+28 -0) 📝 `src/common.h` (+28 -0) 📝 `src/common_auth.cpp` (+8 -1) 📝 `src/curl.cpp` (+8 -1) 📝 `src/curl.h` (+28 -0) 📝 `src/fdcache.cpp` (+8 -1) 📝 `src/fdcache.h` (+28 -0) 📝 `src/gnutls_auth.cpp` (+8 -1) 📝 `src/nss_auth.cpp` (+8 -1) 📝 `src/openssl_auth.cpp` (+8 -1) 📝 `src/s3fs.cpp` (+8 -1) 📝 `src/s3fs.h` (+28 -0) 📝 `src/s3fs_auth.h` (+28 -0) 📝 `src/s3fs_util.cpp` (+8 -1) 📝 `src/s3fs_util.h` (+28 -0) _...and 3 more files_ </details> ### 📄 Description For issue #29 (for debian package), add header and footer for all source codes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:53:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1326
No description provided.