161 Commits (cb1200a66d22ce0284703a22dd0129a2f1216b7a)

Author SHA1 Message Date
Harshavardhana 3fa95f5263 docker: Remove unneeded docker files and makefile tags. 8 years ago
Harshavardhana a98a7fb1ad Implement XL layer - preliminary work. 8 years ago
Harshavardhana ff4e04d942 atomic/fs: use safe package for atomic writes, even in multipart. 8 years ago
Harshavardhana 379e0abf03 cleanup: Remove old donut/xl code and erasure implementation. 8 years ago
Harshavardhana 59ee5a547c release: gz doesn't preserve permissions use tar.gz 8 years ago
Anis Elleuch 663f24064b Add simple FreeBSD support, make the minio project compilable 8 years ago
Harshavardhana 1b0bc814c4 docker: Fix docker Makefile. 8 years ago
Harshavardhana 1ef5ab3c28 docker: Fix docker command entry. 8 years ago
Harshavardhana 41cba3a457 buildscripts: compress release binaries. 8 years ago
Harshavardhana 024c00addd build: Fix release tag. 8 years ago
Harshavardhana 223245cc45 build: Add release builds, now generated with 'make release' 8 years ago
Harshavardhana 408aa72146 build/vet: Fix all the shadowing reports with go1.6 8 years ago
Harshavardhana 2181003609 web: Removing dependency for gpg and downloading assets. 8 years ago
Harshavardhana 354229732b docker: Make sure that we properly check for containers. 8 years ago
Harshavardhana 9e10ee7e47 cpu: Remove pkg/cpu in favor of better klauspost/cpuid. 9 years ago
Harshavardhana ebdbe2db44 build: Simplify and build only with Makefiles. 9 years ago
Harshavardhana 62f6ffb6db xl: Moved to minio/minio - fixes #1112 9 years ago
Harshavardhana 70bbf4c8ec build: Change UI assets location. 9 years ago
Harshavardhana 98ee5fcf55 build: Add spelling checks and check if curl is installed. 9 years ago
Harshavardhana 2c6da82788 build: Cleanup assets file upon make clean. 9 years ago
Harshavardhana c9d2904e42 docker: Fix docker build. 9 years ago
Harshavardhana a066184bed ui-assets: Integrate UI assets. 9 years ago
Karthic Rao b457a61cb2 Minor changes to Makefile to avoid the make failure when GOPATH/bin is not part of PATH 9 years ago
Harshavardhana 023f799820 build: Do not hardcode docker binary path 9 years ago
Harshavardhana 661229d7f7 doc: Add MAINTAINERS.md 9 years ago
Harshavardhana c22eb6d2c5 makefile: Fix docker image 9 years ago
Harshavardhana c67a8cb6e5 build: Attempt to enable windows compilation 9 years ago
Krishna Srinivas f77851bee0 docker: second --ldflags was overriding the first --ldflags option 9 years ago
Harshavardhana 2f98fa0a14 build: update LDFLAGS for windows 9 years ago
Krishna Srinivas 440bec28d9 docker: the docker image will now contain just the static binary 9 years ago
Harshavardhana 7845515f36 build: Versioning now populated through ldflags 9 years ago
Anand Babu (AB) Periasamy 588833d06f build time constants 9 years ago
Anand Babu (AB) Periasamy a8f75f5cc1 added pkg-update to update a vendorized package 9 years ago
Harshavardhana 1f66f4869b Fix all remaining windows path issues. 9 years ago
Harshavardhana 47f1ffa1f3 Implement update command 9 years ago
Harshavardhana c9af01d807 Enhance listing further, this time handle cases related to common prefixes 9 years ago
Harshavardhana 762b798767 Migrate this project to minio micro services code 9 years ago
Harshavardhana d54488f144 Move all server and controller packages into top-level 9 years ago
Anand Babu (AB) Periasamy d1f1b7ac31 new version format and some cleanup 9 years ago
Harshavardhana bd33ccc3a2 Run tests only on travis, local builds just do govet, golint and gofmt 9 years ago
Harshavardhana 7093a05ab1 Version is a package now, will be re-used across codebase. 9 years ago
Harshavardhana 1887114444 Fix all the golint complaints about newly added changes 9 years ago
Harshavardhana 1e2c010174 Avoid shadowing variables and enable checks to avoid them during build 9 years ago
Harshavardhana d0f945f8e7 Simplify erasure package for OSX 9 years ago
Harshavardhana e6a072e0ad Add package add and remove commands to Makefile 9 years ago
Harshavardhana 988d39a5b6 Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled 9 years ago
Harshavardhana 74587886d2 Refactoring minio server command and flags 9 years ago
Harshavardhana 61175ef091 Migrate to govendor to avoid limitations of godep 9 years ago
Harshavardhana 5d3379ed7e deprecate 'make.go', go back to Makefile - make.go is not genversion.go 9 years ago
Harshavardhana aabfd541e1 Merge cmd/donut into minio cmd, deprecate controller RPC request 9 years ago