[PR #212] [MERGED] Updates #1399

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/212
Author: @ggtakec
Created: 7/19/2015
Status: Merged
Merged: 7/19/2015
Merged by: @ggtakec

Base: macosxHead: master


📝 Commits (8)

  • 9b3c87e Specialize {set,get}xattr for OS X
  • d9b124f Add integration test for xattr
  • 4190130 Merge pull request #202 from flandr/osx-xattr
  • 13a91a5 Merge pull request #204 from andrewgaul/xattr-test
  • 912bc58 Fixed a few small spelling issues.
  • 07a5a36 Merge pull request #207 from jalessio/fix_a_few_spelling_issues
  • 6442642 Updated ChangeLog and configure.ac for v1.79
  • cbc057b Merge pull request #211 from s3fs-fuse/release179

📊 Changes

9 files changed (+118 additions, -17 deletions)

View changed files

📝 ChangeLog (+57 -4)
📝 configure.ac (+1 -1)
📝 doc/man/s3fs.1 (+1 -1)
📝 src/curl.cpp (+4 -4)
📝 src/curl.h (+1 -1)
📝 src/fdcache.cpp (+4 -4)
📝 src/fdcache.h (+1 -1)
📝 src/s3fs.cpp (+28 -1)
📝 test/integration-test-main.sh (+21 -0)

📄 Description

It reflects the update content of the master to macosx branch.


🔄 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/212 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 7/19/2015 **Status:** ✅ Merged **Merged:** 7/19/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `macosx` ← **Head:** `master` --- ### 📝 Commits (8) - [`9b3c87e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/9b3c87ec97474806c29a61337a3d4b83f0742c26) Specialize {set,get}xattr for OS X - [`d9b124f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d9b124f91e519b4131598eaa133550ccd02746ff) Add integration test for xattr - [`4190130`](https://github.com/s3fs-fuse/s3fs-fuse/commit/4190130194256cf069f72afad75c7b03f2a409e6) Merge pull request #202 from flandr/osx-xattr - [`13a91a5`](https://github.com/s3fs-fuse/s3fs-fuse/commit/13a91a52e8b008a10004b95eebdab53531bb0dbf) Merge pull request #204 from andrewgaul/xattr-test - [`912bc58`](https://github.com/s3fs-fuse/s3fs-fuse/commit/912bc58df04946bc9fb1d889a44c8b99fdd5ea4a) Fixed a few small spelling issues. - [`07a5a36`](https://github.com/s3fs-fuse/s3fs-fuse/commit/07a5a36b6ad4f6269f3f6300f9273ad8df2efcb3) Merge pull request #207 from jalessio/fix_a_few_spelling_issues - [`6442642`](https://github.com/s3fs-fuse/s3fs-fuse/commit/6442642656150d78df1291fa99ea0854fdf5f263) Updated ChangeLog and configure.ac for v1.79 - [`cbc057b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/cbc057bca718726e1307aa024004389fcf17fee0) Merge pull request #211 from s3fs-fuse/release179 ### 📊 Changes **9 files changed** (+118 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `ChangeLog` (+57 -4) 📝 `configure.ac` (+1 -1) 📝 `doc/man/s3fs.1` (+1 -1) 📝 `src/curl.cpp` (+4 -4) 📝 `src/curl.h` (+1 -1) 📝 `src/fdcache.cpp` (+4 -4) 📝 `src/fdcache.h` (+1 -1) 📝 `src/s3fs.cpp` (+28 -1) 📝 `test/integration-test-main.sh` (+21 -0) </details> ### 📄 Description It reflects the update content of the master to macosx branch. --- <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:45 +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#1399
No description provided.