3 Commits (895471afa1c101327cdc353a433c4962eae5b931)

Author SHA1 Message Date
Harshavardhana 040af08473 server: Startup message now prints configured ARNs. (#2653) 8 years ago
Harshavardhana bc8f34bfe7 server/mux: Remove unused waitgroup from listenerMux. (#2614) 8 years ago
Harshavardhana bccf549463 server: Move all the top level files into cmd folder. (#2490) 8 years ago
Anis Elleuch 5526ac13d2 Protect shutdown callbacks lists with a mutex (#2432) 8 years ago
Jesse Lucas ef0a108dde Graceful shutdown for ServerMux (#2341) 8 years ago
Anis Elleuch d28fb5fe23 Add a generic registerShutdown function for graceful exit (#2344) 8 years ago
Harshavardhana 2db51e9d61 server/config: config should be updated only when we edit the credentials. (#2345) 8 years ago
Harshavardhana c1d70f1f9e server/config: Create 'certs' directory in initServerConfig(). (#2331) 8 years ago
Harshavardhana 8d090a20ce server: set globalCacheSize honoring system limits for max memory. (#2332) 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
Anis Elleuch b0b919a1d6 Server http and https on the same port using a customized server (#2247) 8 years ago
Harshavardhana 0bd6b67ca5 server: Sort ips based on their last octet value. (#2198) 8 years ago
Harshavardhana 3b69b4ada4 server: Change server startup message. (#2195) 8 years ago
Harshavardhana bdff0848ed server: Implement --ignore-disks for ignoring disks from healing. (#2158) 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
Krishna Srinivas 3f2b4d9dc2 Show "https" in the "minio server export/" output if certificates are available. (#2065) 8 years ago
Harshavardhana 796fe165c7 server: Minor command line doc change for XL. (#2022) 8 years ago
Harshavardhana 936a916e78 server: Add connection rate limiter for server. (#1977) 8 years ago
Harshavardhana de21126f7e XL: Re-align the code again. 8 years ago
Bala FA 116b5607d7 server: fix to have readable timeout value (#1823) 8 years ago
karthic rao 1947ae198e Adding read nad write timeout for unresponsive client connectinos (#1809) 8 years ago
Andreas Linz f5dfa895a5 Exit with error code if minio server fails to start (#1704) 8 years ago
Harshavardhana 9472299308 logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
Harshavardhana 49141eb3e4 http: Remove minhttp package and use standard Golang http. (#1587) 8 years ago
Harshavardhana a20ccb1e83 server: Print proper endpoint, along with https if configured. (#1514) 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 5f80edf232 routers: Fix a crash while initializing network fs. (#1382) 9 years ago
Harshavardhana a98a7fb1ad Implement XL layer - preliminary work. 9 years ago
Harshavardhana 6bc17a3aea server: Attempt to increase max open files. (#1328) 9 years ago
Harshavardhana 30b0b4deba storage/server/client: Enable storage server, enable client storage. 9 years ago
Krishna Srinivas 3c48537f20 refactor: refactor code to separate fs into object-layer and fs layer. (#1305) 9 years ago
Harshavardhana fbd02d530d web: Change /rpc to /webrpc 9 years ago
Harshavardhana 0479d4976b objectAPI: Fix object API interface, remove unnecessary structs. 9 years ago
Harshavardhana 484ba91b08 config: Migrate to the new version. Remove backend details. 9 years ago
Harshavardhana efc80343e3 fs: Break fs package to top-level and introduce ObjectAPI interface. 9 years ago
Harshavardhana 3538c9f598 minio: Server upon start displays a message if update is available. 9 years ago
Harshavardhana 36267eb6e2 server: Print a message if not backends are configured. 9 years ago
Harshavardhana aaf97ea02c config/main: Re-write config files - add to new config v3 9 years ago