930 Commits (d2676961102a0a07486a6879959b61d7a92d0d8e)

Author SHA1 Message Date
Harshavardhana 49141eb3e4 http: Remove minhttp package and use standard Golang http. (#1587) 8 years ago
Harshavardhana d1fa1d9352 Remove binary files from previous commit. 8 years ago
karthic rao 26e2c4bf4d Replacing fastsha256 with crypto/sha256 package from golang standard package (#1584) 8 years ago
Harshavardhana 5133ea50bd xl/fs: Make i/o operations atomic. (#1496) 8 years ago
Harshavardhana 7ae40eb1bb minhttp: Remove probe usage, move to golang error. (#1459) 8 years ago
Harshavardhana 4e34e03dd4 xl/fs: Split object layer into interface. (#1415) 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 6037fe66e9 minio: Simplify for `gosimple` tool complaints. 8 years ago
Harshavardhana efc80343e3 fs: Break fs package to top-level and introduce ObjectAPI interface. 8 years ago
Harshavardhana 9dca46e156 signature: Use a layered approach for signature verification. 8 years ago
Anis Elleuch 663f24064b Add simple FreeBSD support, make the minio project compilable 8 years ago
Harshavardhana aaf97ea02c config/main: Re-write config files - add to new config v3 8 years ago
Karthic Rao c8570edaab Issue of 'mc ls' when prefix is a directory fixed, tests added for GetObjectInfo 8 years ago
Karthic Rao 7be79b507b Changing to empty response when prefixDir doesn't exist 8 years ago
Karthic Rao ff41c050d5 Formatting issues fixed. 8 years ago
Karthic Rao b55922effe Fix for Istruncated set to true under certain conditions. 8 years ago
Karthic Rao 99af0444b7 Handling maxKeys=0 case with a empty response 8 years ago
Harshavardhana 88714e7c8e bucketpolicy: Improve bucket policy validation, avoid nested rules. 8 years ago
Brendan Ashworth 583e4ecff6 pkg/fs: optimize GetObject syscalls for common case 8 years ago
Brendan Ashworth b2257682e4 pkg/fs: add benchmark for GetObject 8 years ago
Karthic Rao 53a76439a2 test for GetBucketInfo 8 years ago
Harshavardhana 5282a79eda cleanup: Remove unecessary packages and tests. Simplify. 8 years ago
Harshavardhana 52751d81cb cleanup: Rename ObjectMetadata as ObjectInfo. 8 years ago
Karthic Rao ec8c1d4ef6 Better structuring of fs-utils test 8 years ago
Harshavardhana fdf3d64793 error: Add proper prefixes for s3Error codes. 8 years ago
Bala.FA c70bc2209e api: refactor list object handling in fs backend 8 years ago
Harshavardhana d5057b3c51 accessPolicy: Implement Put, Get, Delete access policy. 8 years ago
Brendan Ashworth cd3eb63c4a pkg/fs: test, document, and fix IsValid{Bucket,Object}Name 8 years ago
Brendan Ashworth a5d0bef4e2 pkg/fs: test, bench, and drop unnecessary check in ListBuckets 8 years ago
Brendan Ashworth fab45aae40 pkg/fs: add bucket test and benchmarks 8 years ago
Brendan Ashworth 7399d8ceaa pkg/fs: skip unnecessary os.Stat system call 8 years ago
Brendan Ashworth 0a0451a0fb pkg/fs: DRY SetBucketMetadata 8 years ago
Brendan Ashworth 294ea814bf pkg/fs: for locks, prefer defer and read-only ops 8 years ago
Harshavardhana aed62788d9 api: Implement multiple objects Delete api - fixes #956 8 years ago
Harshavardhana f111997184 multipart: remove proper MD5, rather create MD5 based on parts to be s3 compatible. 8 years ago
Harshavardhana 17d145df3a signature: Fix signature handling of parallel requests. 8 years ago
Karthic Rao 6651f5b368 go vet shadow error patch 8 years ago
Harshavardhana c7021f6a95 list: Fix handling of maxKeys and prefixes. 8 years ago
Harshavardhana 3ff8a1b719 api: Implement CopyObject s3 API, doing server side copy. 8 years ago
Harshavardhana 408aa72146 build/vet: Fix all the shadowing reports with go1.6 8 years ago
Harshavardhana 653ceee9ee signV4: Move pkg/signature to pkg/s3/signature4 8 years ago
Harshavardhana 800b19d8e5 cleanup: Remove definitions and move them to its relative places accordingly 8 years ago
Harshavardhana 91a092792a presigned: Fix a bug in presigned request verification. 8 years ago
Harshavardhana dd9aaa855c web/rpc: Merge ports with API server. 8 years ago
Harshavardhana 5a9333a67b signature: Rewrite signature handling and move it into a library. 9 years ago
Harshavardhana 9e10ee7e47 cpu: Remove pkg/cpu in favor of better klauspost/cpuid. 9 years ago
Anand Babu (AB) Periasamy bbca70e13b rewrite minio runtime checks 9 years ago
Harshavardhana fbab7128d5 fs/multipart: Handle un-ordered creation of multiparts. 9 years ago