[PR #1734] [MERGED] Add dedicated upper- and lower-case hex functions #2146

Closed
opened 2026-03-04 02:03:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1734
Author: @gaul
Created: 8/1/2021
Status: Merged
Merged: 8/3/2021
Merged by: @ggtakec

Base: masterHead: hex


📝 Commits (1)

  • 40633c8 Add dedicated upper- and lower-case hex functions

📊 Changes

5 files changed (+24 additions, -17 deletions)

View changed files

📝 src/common_auth.cpp (+1 -1)
📝 src/curl.cpp (+4 -4)
📝 src/string_util.cpp (+13 -7)
📝 src/string_util.h (+2 -1)
📝 src/test_util.h (+4 -4)

📄 Description

This makes the call sites more readable than a boolean parameter.


🔄 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/1734 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/1/2021 **Status:** ✅ Merged **Merged:** 8/3/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `hex` --- ### 📝 Commits (1) - [`40633c8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/40633c877d8cd5519b80693ffb052ad70630e75d) Add dedicated upper- and lower-case hex functions ### 📊 Changes **5 files changed** (+24 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/common_auth.cpp` (+1 -1) 📝 `src/curl.cpp` (+4 -4) 📝 `src/string_util.cpp` (+13 -7) 📝 `src/string_util.h` (+2 -1) 📝 `src/test_util.h` (+4 -4) </details> ### 📄 Description This makes the call sites more readable than a boolean parameter. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:59 +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#2146
No description provided.