-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
21,567 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Checks: ' | ||
-*, | ||
bugprone-*, | ||
google-*, | ||
-google-build-using-namespace, | ||
-google-readability-casting, | ||
-google-readability-todo, | ||
-google-runtime-int, | ||
-google-runtime-references, | ||
misc-*, | ||
-misc-misplaced-const, | ||
-misc-redundant-expression, | ||
-misc-unused-parameters, | ||
modernize-*, | ||
-modernize-deprecated-headers, | ||
-modernize-loop-convert, | ||
-modernize-use-auto, | ||
-modernize-use-nullptr, | ||
-modernize-use-using, | ||
performance-*, | ||
portability-*, | ||
readability-*, | ||
-readability-else-after-return, | ||
-readability-implicit-bool-conversion, | ||
-readability-named-parameter, | ||
-readability-simplify-boolean-expr' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# s3fs - FUSE-based file system backed by Amazon S3 | ||
# | ||
# Copyright(C) 2007 Randy Rizun <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 2 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, write to the Free Software | ||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
# | ||
|
||
* text eol=lf | ||
|
||
*.png binary | ||
|
||
# | ||
# Local variables: | ||
# tab-width: 4 | ||
# c-basic-offset: 4 | ||
# End: | ||
# vim600: noet sw=4 ts=4 fdm=marker | ||
# vim<600: noet sw=4 ts=4 | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# | ||
# s3fs - FUSE-based file system backed by Amazon S3 | ||
# | ||
# Copyright(C) 2007 Randy Rizun <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 2 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, write to the Free Software | ||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
# | ||
|
||
# | ||
# Compiled Object files | ||
# | ||
*.slo | ||
*.lo | ||
*.o | ||
*.Po | ||
*.Plo | ||
|
||
# | ||
# autotools/automake | ||
# | ||
aclocal.m4 | ||
autom4te.cache | ||
autoscan.log | ||
config.guess | ||
config.h | ||
config.h.in | ||
config.h.in~ | ||
config.log | ||
config.status | ||
config.sub | ||
configure | ||
configure.scan | ||
depcomp | ||
install-sh | ||
libtool | ||
ltmain.sh | ||
m4 | ||
m4/* | ||
missing | ||
stamp-h1 | ||
Makefile | ||
Makefile.in | ||
test-driver | ||
compile | ||
missing | ||
|
||
# | ||
# object directories | ||
# | ||
.deps | ||
.libs | ||
*/.deps | ||
*/.deps/* | ||
*/.libs | ||
*/.libs/* | ||
|
||
# | ||
# each directories | ||
# | ||
*.log | ||
*.trs | ||
default_commit_hash | ||
src/s3fs | ||
src/test_* | ||
test/s3proxy-* | ||
|
||
# | ||
# Local variables: | ||
# tab-width: 4 | ||
# c-basic-offset: 4 | ||
# End: | ||
# vim600: noet sw=4 ts=4 fdm=marker | ||
# vim<600: noet sw=4 ts=4 | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Adrian Petrescu <apetresc@df820570-a93a-0410-bd06-b72b767a4274> | ||
Adrian Petrescu <[email protected]@df820570-a93a-0410-bd06-b72b767a4274> | ||
Ben Lemasurier <[email protected]@df820570-a93a-0410-bd06-b72b767a4274> | ||
Dan Moore <[email protected]@df820570-a93a-0410-bd06-b72b767a4274> | ||
Randy Rizun <rrizun@df820570-a93a-0410-bd06-b72b767a4274> | ||
Randy Rizun <rrizun@rrizun-ThinkPad-T530.(none)> | ||
Takeshi Nakatani <[email protected]@df820570-a93a-0410-bd06-b72b767a4274> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
# | ||
# s3fs - FUSE-based file system backed by Amazon S3 | ||
# | ||
# Copyright(C) 2007 Randy Rizun <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 2 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, write to the Free Software | ||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
# | ||
|
||
language: cpp | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
sudo: required | ||
dist: trusty | ||
cache: apt | ||
before_install: | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq attr cppcheck libfuse-dev openjdk-7-jdk | ||
- sudo update-alternatives --set java /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java | ||
script: | ||
- ./autogen.sh | ||
- ./configure CPPFLAGS='-I/usr/local/opt/openssl/include' CXXFLAGS='-std=c++03' | ||
- make | ||
- make cppcheck | ||
- make check -C src | ||
- modprobe fuse | ||
- make check -C test | ||
- cat test/test-suite.log | ||
|
||
- os: osx | ||
osx_image: xcode8.3 | ||
before_install: | ||
- brew update | ||
- brew install truncate | ||
- brew tap caskroom/cask | ||
- brew cask install osxfuse | ||
- if [ -f /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ]; then sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ; elif [ -f /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ]; then sudo chmod +s /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ; fi | ||
- brew install gnu-sed | ||
- sudo ln -s /usr/local/opt/gnu-sed/bin/gsed /usr/local/bin/sed | ||
- sudo ln -s /usr/local/opt/coreutils/bin/gstdbuf /usr/local/bin/stdbuf | ||
- brew install cppcheck | ||
script: | ||
- ./autogen.sh | ||
- PKG_CONFIG_PATH=/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig ./configure CXXFLAGS='-std=c++03' | ||
- make | ||
- make cppcheck | ||
- make check -C src | ||
- if [ -f /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ]; then /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ; elif [ -f /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ]; then /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ; fi | ||
- make check -C test | ||
- cat test/test-suite.log | ||
|
||
|
||
- os: linux-ppc64le | ||
sudo: required | ||
dist: trusty | ||
cache: apt | ||
before_install: | ||
- sudo add-apt-repository -y ppa:openjdk-r/ppa | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq attr libfuse-dev openjdk-7-jdk | ||
- sudo update-alternatives --set java /usr/lib/jvm/java-7-openjdk-ppc64el/jre/bin/java | ||
- sudo git clone --branch 1.61 https://github.com/danmar/cppcheck.git | ||
- pwd | ||
- cd ./cppcheck | ||
- sudo make | ||
- sudo make install | ||
- cd ../ | ||
script: | ||
- ./autogen.sh | ||
- ./configure CPPFLAGS='-I/usr/local/opt/openssl/include' CXXFLAGS='-std=c++03' | ||
- make | ||
- make cppcheck | ||
- make check -C src | ||
- modprobe fuse | ||
- make check -C test | ||
- cat test/test-suite.log | ||
|
||
# | ||
# Local variables: | ||
# tab-width: 4 | ||
# c-basic-offset: 4 | ||
# End: | ||
# vim600: noet sw=4 ts=4 fdm=marker | ||
# vim<600: noet sw=4 ts=4 | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
1. Randy Rizun <[email protected]> | ||
|
||
Wrote from scratch the initial version of S3FS. | ||
|
||
2. Dan Moore <[email protected]> | ||
|
||
Patches and improvements. | ||
|
||
3. Adrian Petrescu <[email protected]> | ||
|
||
Converted the project to be autotools-based. | ||
|
||
4. Ben LeMasurier <[email protected]> | ||
|
||
Bugfixes, performance and other improvements. | ||
|
||
5. Takeshi Nakatani <[email protected]> | ||
|
||
Bugfixes, performance and other improvements. | ||
|
||
6. Andrew Gaul <[email protected]> | ||
|
||
Bugfixes, performance and other improvements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.