3294 Commits (421cccb1d7e304b3bf591a26f32e435968a23d3e)
 

Author SHA1 Message Date
Anis Elleuch cc0d5b6fe0 webapi: ServerInfo returns the list variables/values in the environnment of the Minio server (#2351) 8 years ago
Harshavardhana 2db51e9d61 server/config: config should be updated only when we edit the credentials. (#2345) 8 years ago
Krishna Srinivas 69fd196471 Object-cache: enforce cache size to be less than RAM. (#2338) 8 years ago
karthic rao 1494af485e tests: signature-utils test (#2342) 8 years ago
Harshavardhana c1d70f1f9e server/config: Create 'certs' directory in initServerConfig(). (#2331) 8 years ago
karthic rao 9baf599c91 tests: Unit tests and fixes for copyBuffer. (#2333) 8 years ago
Harshavardhana 8d090a20ce server: set globalCacheSize honoring system limits for max memory. (#2332) 8 years ago
karthic rao 5b86dd7659 Tests: Cleanup/Enhancement: Add few more cases to posix.ReadFile tests and use a cleaner posixTestSetup for posix tests (#2330) 8 years ago
Jesse Lucas 4b05b6a6c1 Refactoring checkPortAvailability to check each tcp network (tcp, tcp4, tcp6) if a port is taken. (#2325) 8 years ago
Jesse Lucas 851d05161a Adding return error value to checkPortAvailability to enable testing of function. Adding checkport_test.go to test checkPortAvailability. Updated server-main.go to use error value from checkPortAvailability and calls fatalIf if an error is returned. (#2322) 8 years ago
Harshavardhana cf9ba7b88f tests: Add missing unit test for posix.ReadFile. (#2319) 8 years ago
Krishnan Parthasarathi 50dae0ab04 bucket-policy: Migrate bucket policy to minioMetaBuket/buckets (#2321) 8 years ago
Anis Elleuch 14cefd352c Heal corrupted formats of disks already containing objects (#2297) 8 years ago
Frank f239fcac67 Switched to faster minio/sha256-simd implementation (#2320) 8 years ago
Anis Elleuch dcc3463e48 Limit POST form fields and file size + Generic Request Size limiter (#2317) 8 years ago
Krishna Srinivas 7850d17f48 web-browser: disable minio browser when environmental variable MINIO_BROWSER=off (#2315) 8 years ago
Harshavardhana f503ac3db8 XL/Erasure: Make bit-rot verification based on xl.json algo. (#2299) 8 years ago
Harshavardhana 65f71ce0c5 browser: Object upload should save metadata and notify. (#2309) 8 years ago
Harshavardhana ad19bf0ec1 server: Add update referral for update notification URL. (#2308) 8 years ago
Harshavardhana f0067babe0 handlers: Add 'crossdomain.xml' handler. (#2305) 8 years ago
karthic rao 6b5fce826b placing defer file.Close() right after opening it (#2306) 8 years ago
Anis Elleuch 8b3cb3a0de POST Policy, multiple fixes: AccessDenied with unmet conditions, ${filename} in Key, missing filename in multipart (#2304) 8 years ago
Harshavardhana 2f7358a8a6 XL: erasure Index should have its corresponding distribution order. (#2300) 8 years ago
Harshavardhana 77248bd6e8 api: Notify events only if bucket notifications are set. (#2293) 8 years ago
Harshavardhana 3054b74260 docs: Fix startup message for server as well. 8 years ago
koolhead17 7d42d09da8 Doc: Replaced README & FreeBSD docs with updated minio server splash (#2298) 8 years ago
Anis Elleuch 95ddf061ab Rate limit is working and supports limited waiting clients (#2295) 8 years ago
karthic rao 5fe72cf205 Removing readAllMeta from xl-v1-healing.go and placing it in xl-v1-utils.go (#2296) 8 years ago
Harshavardhana 1e3d80552f XL: format.json healing should cater for mismatching order. (#2285) 8 years ago
Harshavardhana f253dfc922 docs: Fix erasure code image embedding issue. 8 years ago
Harshavardhana 1f9e38e3cd api: Add bucket notification util tests. (#2289) 8 years ago
karthic rao 530ed67b59 Adding leak test framework (#2254) 8 years ago
Harshavardhana a2b6f0524d XL/erasure: Remove deprecated copyN function. (#2288) 8 years ago
karthic rao 091d80666a Enhancement for Erasure encode test. (#2287) 8 years ago
Harshavardhana efbf7dbc0f api: Bucket notification add filter rules check and validate. (#2272) 8 years ago
Krishna Srinivas 043ddbd834 optimize memory allocation during erasure-read by using temporary buffer pool. (#2259) 8 years ago
Dee Koder 04f90bd463 doc: Broken links fixed in the Explore further section. (#2281) 8 years ago
Harshavardhana 9212e11b90 XL/GetObject: When disk is not available, checksum should be empty. (#2276) 8 years ago
Harshavardhana 79bab6b561 XL: Operations on `uploads.json` should cater for disk being unavailable. (#2277) 8 years ago
Krishnan Parthasarathi 7e5a78985d tests: Using listObjects clean up remaining tree walk go routines. (#2278) 8 years ago
Anis Elleuch b0b919a1d6 Server http and https on the same port using a customized server (#2247) 8 years ago
Harshavardhana 6c2fb19ed7 docs: Removed and purged uneeded docs. (#2273) 8 years ago
Harshavardhana f248089523 api: Implement bucket notification. (#2271) 8 years ago
Harshavardhana f85d94288d api: extract http headers with some supported header list. (#2268) 8 years ago
Harshavardhana 55cb55675c api/multipart: Send S3 compatible error message, missing second sentence. (#2270) 8 years ago
koolhead17 7e076577de Update Minio-erasure-code-quickStart-guide.md (#2269) 8 years ago
Harshavardhana 5d118141cd XL: Remove deadcode unionChecksumInfo. (#2261) 8 years ago
karthic rao 646ff2c64d Get Object disk not found test (#2264) 8 years ago
Harshavardhana 0add96f655 fs: Save metadata for objects in minioMetaBucket directory. (#2251) 8 years ago
Krishna Srinivas 303f216150 tests: xl-v1-metadata.go, xl-v1-multipart-common.go - remove unused methods, add enhance tests to improve code coverage. (#2260) 8 years ago