20 Commits (baf1c1638d0dbbf8214e7c4ba7dcdc0dd5be155c)

Author SHA1 Message Date
Harshavardhana 2c3a2241e7 update: Change update notifier for new style banner. (#3289) 8 years ago
Aditya Manthramurthy e216201901 Remove control command from minio binary (Fixes #3264) (#3265) 8 years ago
Harshavardhana 716316f711 Reduce number of envs and options from command line. (#3230) 8 years ago
Harshavardhana 2f373684f5 Fix the server startup messages and help text. (#3211) 8 years ago
Harshavardhana d9674f7524 Improve coverage of web-handlers.go (#3157) 8 years ago
Krishna Srinivas 0b3282ac9f Logging: errorIf fatalIf print in the format [file.go:82:funcName()] (#3127) 8 years ago
Anis Elleuch a15dc5fed5 Print message when creating the config file (#3089) 8 years ago
Anis Elleuch c21ac80268 Validate access/secret keys found in the config file and enhance invalid keys messages (#3017) 8 years ago
Anis Elleuch 2005d656e6 Properly load creds from env and save them when server cmd is executed (#2970) 8 years ago
Harshavardhana 55f6828750 Do not print update message unless there is an update. (#2919) 8 years ago
Harshavardhana fdaa129a5b Fix dockerfile container image. (#2892) 8 years ago
Aditya Manthramurthy 8ea571c7f7 Remove MINIO_DEBUG environment variable (#2794) 8 years ago
Anis Elleuch e66fb4bd7b configMigrate() returns errors + tests (#2735) 8 years ago
Krishna Srinivas 81d8263ae2 binary-update: Do not fetch update info for minio binary compiled from source. 8 years ago
Anis Elleuch 3e284162d7 Add global flags to all commands and subcommands (#2605) 8 years ago
Krishna Srinivas 9358ee011b logging: Print stack trace in case of errors. 8 years ago
Karthic Rao 07d232c7b4 instrumentation: instrumentation for locks. (#2584) 8 years ago
Harshavardhana 7398d737b5 profiler: Fix it properly and generate/save profiles even failure situations. (#2607) 8 years ago
Harshavardhana 511a8cbe04 profiler: Fix how we generate profiles. (#2596) 8 years ago
Harshavardhana bccf549463 server: Move all the top level files into cmd folder. (#2490) 8 years ago
Krishna Srinivas e2498edb45 contoller: Implement controlled healing and trigger (#2381) 8 years ago
Anis Elleuch 5526ac13d2 Protect shutdown callbacks lists with a mutex (#2432) 8 years ago
Harshavardhana 0188cd0b84 utils: Take monitorShutdownSignal to take an exitFunc which would executed upon error. (#2378) 8 years ago
Anis Elleuch d28fb5fe23 Add a generic registerShutdown function for graceful exit (#2344) 8 years ago
Harshavardhana 064c51162d api: Add new ListenBucketNotificationHandler. (#2336) 8 years ago
Harshavardhana efbf7dbc0f api: Bucket notification add filter rules check and validate. (#2272) 8 years ago
Harshavardhana f248089523 api: Implement bucket notification. (#2271) 8 years ago
Harshavardhana 4cfbdb1bf0 server: Remove deadcode/deprecated code. (#2088) 8 years ago
Harshavardhana 57146fbbb8 main: minio --help should print regardless of root. (#1985) 8 years ago
Harshavardhana de21126f7e XL: Re-align the code again. 8 years ago
Harshavardhana 64b0976e1b Remove probe and tasker. (#1733) 8 years ago
Krishnan Parthasarathi 584813e214 Used MINIO_PROFILE_DIR for saving profile information of a minio server (#1722) 8 years ago
Anand Babu (AB) Periasamy b8405ca172 simplify profiler cleanup 8 years ago
Krishnan Parthasarathi 2f05aacbf2 Stop profiling on exit of main goroutine (#1670) 8 years ago
Krishnan Parthasarathi 596fe65e84 Write pprof output files under config dir supplied (#1660) 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 4e34e03dd4 xl/fs: Split object layer into interface. (#1415) 9 years ago
Harshavardhana 984903cce1 server: Add global namespace lock. (#1398) 9 years ago
Harshavardhana e9fba04b36 logging: Enable logging across storage fs layer. (#1367) 9 years ago
Harshavardhana 484ba91b08 config: Migrate to the new version. Remove backend details. 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 164dfe2ec9 console: Fix console color printing on windows. 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 7a3409c309 fs: Cleanup Golang errors to be called 'e' and probe to be called as 'err' 9 years ago
Harshavardhana df91661ec6 flags: Remove anonymous, ratelimit, json and web-address flags. 9 years ago
Harshavardhana 0a9496462a jwt: Add JWT support for minio server. 9 years ago
Harshavardhana 836f5204af minio: Add config-folder option. 9 years ago