[PR #247] [MERGED] Base64 cleanup #1422

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/247
Author: @gaul
Created: 8/19/2015
Status: Merged
Merged: 8/21/2015
Merged by: @ggtakec

Base: masterHead: base64


📝 Commits (3)

  • 76c0ef8 Move base64 and hex functions to string_util
  • 15db80b NUL terminate decoded base64 string
  • b5c027f Add unit tests for base64 encoding and decoding

📊 Changes

6 files changed (+149 additions, -101 deletions)

View changed files

📝 src/common_auth.cpp (+1 -97)
📝 src/s3fs_auth.h (+3 -3)
📝 src/string_util.cpp (+99 -0)
📝 src/string_util.h (+4 -0)
📝 src/test_string_util.cpp (+30 -1)
📝 src/test_util.h (+12 -0)

📄 Description

No description provided


🔄 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/247 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/19/2015 **Status:** ✅ Merged **Merged:** 8/21/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `base64` --- ### 📝 Commits (3) - [`76c0ef8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/76c0ef86e40de386124252c2375d6f49389eb0d5) Move base64 and hex functions to string_util - [`15db80b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/15db80b459658b588e877a92ea96d1a10d75302e) NUL terminate decoded base64 string - [`b5c027f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b5c027f15dda9c891c2b95fa228609b69e3b930c) Add unit tests for base64 encoding and decoding ### 📊 Changes **6 files changed** (+149 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `src/common_auth.cpp` (+1 -97) 📝 `src/s3fs_auth.h` (+3 -3) 📝 `src/string_util.cpp` (+99 -0) 📝 `src/string_util.h` (+4 -0) 📝 `src/test_string_util.cpp` (+30 -1) 📝 `src/test_util.h` (+12 -0) </details> ### 📄 Description _No description provided_ --- <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:53 +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#1422
No description provided.