117 Commits (2d19011a1d066c49d685ddee5ce38b96e50cfd5c)

Author SHA1 Message Date
Harshavardhana 83b364891d tests: Fix a potential race in ListenBucketNotificationHandler. (#3040) 8 years ago
Krishna Srinivas 32c3a558e9 distributed-XL: Support to run one minio process per export even on the same machine. (#2999) 8 years ago
Harshavardhana f22862aa28 heal: Refactor heal command. (#2901) 8 years ago
Harshavardhana 2f520ed92f Remove errors package, add comments and simplify. (#2925) 8 years ago
Mateusz Gajewski c03ce0f74a Display SSL expiry warnings (#2925) 8 years ago
Aditya Manthramurthy 6199aa0707 Peer RPCs for bucket notifications (#2877) 8 years ago
Harshavardhana f1bc9343a1 prep: Initialization should wait instead of exit the servers. (#2872) 8 years ago
Harshavardhana 6494b77d41 server: Add more elaborate startup messages. (#2731) 8 years ago
Aditya Manthramurthy 315e66858c Add PostgreSQL notifier (#2739) (#2824) 8 years ago
Anis Elleuch 1e6afac3bd Add NATS notifier (#2795) 8 years ago
Aditya Manthramurthy 8ea571c7f7 Remove MINIO_DEBUG environment variable (#2794) 8 years ago
Anis Elleuch ef22330563 Require go 1.7.1 to build Minio server (#2727) 8 years ago
Karthic Rao 07d232c7b4 instrumentation: instrumentation for locks. (#2584) 8 years ago
Harshavardhana e3de237eb8 Move config to v7 to fix previous v6 bug on null Notification entries. (#2650) 8 years ago
Anis Elleuch 32201a18ab Forbid requests generated at least 15 min in the past or in the future (#2648) 8 years ago
Harshavardhana bccf549463 server: Move all the top level files into cmd folder. (#2490) 8 years ago
Harshavardhana 064c51162d api: Add new ListenBucketNotificationHandler. (#2336) 8 years ago
Anis Elleuch dcc3463e48 Limit POST form fields and file size + Generic Request Size limiter (#2317) 8 years ago
Harshavardhana f248089523 api: Implement bucket notification. (#2271) 8 years ago
Harshavardhana 5d118141cd XL: Remove deadcode unionChecksumInfo. (#2261) 8 years ago
Anis Elleuch 3f27734c22 Use normal color instead of forced white for users who have bright terminal background (#2200) 8 years ago
Harshavardhana 8c84df5e74 server: Change color codes for headings and sub-headings. (#2197) 8 years ago
Harshavardhana c0c8a8430e XL/PutObject: Add single putObject and multipart caching. (#2115) 8 years ago
Harshavardhana d2557bb538 XL: GetObject caching implemented for XL. (#2017) 8 years ago
Danilo Pereira 812554087f getCertsPath should use getConfigPath instead of defaulting to users homedir. (#2039) 8 years ago
Harshavardhana 936a916e78 server: Add connection rate limiter for server. (#1977) 8 years ago
Harshavardhana 9472299308 logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
Harshavardhana b66c3bf35e server: Enable server profiling as needed. (#1565) 8 years ago
Harshavardhana 434423de89 xl: Move format detection inside xl objects. (#1515) 8 years ago
Bala FA da3a53376c server: save and compare multiple disks are used (#1474) 8 years ago
Harshavardhana 484ba91b08 config: Migrate to the new version. Remove backend details. 9 years ago
Harshavardhana 6037fe66e9 minio: Simplify for `gosimple` tool complaints. 9 years ago
Harshavardhana 3538c9f598 minio: Server upon start displays a message if update is available. 9 years ago
Harshavardhana aaf97ea02c config/main: Re-write config files - add to new config v3 9 years ago
Harshavardhana 408aa72146 build/vet: Fix all the shadowing reports with go1.6 9 years ago
Anand Babu (AB) Periasamy bbca70e13b rewrite minio runtime checks 9 years ago
Harshavardhana 62f6ffb6db xl: Moved to minio/minio - fixes #1112 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
Harshavardhana 7d8cfa0a77 Add tests for minio top level 9 years ago
Anand Babu (AB) Periasamy d1f1b7ac31 new version format and some cleanup 9 years ago
Harshavardhana 7093a05ab1 Version is a package now, will be re-used across codebase. 9 years ago
Harshavardhana 988d39a5b6 Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled 9 years ago
Harshavardhana 61175ef091 Migrate to govendor to avoid limitations of godep 9 years ago
Harshavardhana 63c9cf0c4b Move from Minimalist Object Storage to Minio Cloud Storage 9 years ago
Harshavardhana 43c908d5b9 ListObjects now considers multipart objects, also move to upstream check.v1 9 years ago
Harshavardhana 0a827305ad Implement metadata cache, metadata cache is used by top level donut right now. Rename trove as data cache 9 years ago
Harshavardhana 8a4e7bcdcf Add full API tests, move storage/donut to donut, add disk tests as well 9 years ago
Harshavardhana dc0df3dc0e Breakaway from driver model, move cache into donut 9 years ago
Harshavardhana a91e519692 Make caching a package trove, and use it inside memory driver 9 years ago