51 Commits (bf8a9702a41d12582ad022b130731f8011a8f998)

Author SHA1 Message Date
Harshavardhana 7fea9cb550 Add rpc signature handler 9 years ago
Harshavardhana 11048708bb Implement GetBucketACL - fixes #893 9 years ago
Harshavardhana d18ca4b40d Add proper router for handling putBucketACLHandler 9 years ago
Harshavardhana ee377c9bff Enforce signature v4 tests all the time, server defaults to only authenticated requests. 9 years ago
Harshavardhana cfdb29cac0 Simplify signature handling 9 years ago
Harshavardhana 2a9c37ba26 Remove using HTTP responses in json reply always in application/xml 9 years ago
Harshavardhana c8de5bad2f Implement presigned policy 9 years ago
Harshavardhana cc223b5278 Implement a new Donut service on server side 9 years ago
Harshavardhana 674631f9d8 Improve code further - this time further simplification of names 9 years ago
Harshavardhana e510e97f28 Consolidating more codebase and cleanup in server / controller 9 years ago
Krishna Srinivas e600bd6b4f Controller Service proxies rpc calls to the corresponding servers 9 years ago
Harshavardhana d54488f144 Move all server and controller packages into top-level 9 years ago
Harshavardhana 3f4b98ca4c Consolidate controller, move rpc package into controller - remove dangling code in pkg/server 9 years ago
Krishna Srinivas b1b387b157 Remove unneeded functions in middleware init 9 years ago
Harshavardhana b649eff3fb Disable logging for now 9 years ago
Krishna Srinivas 1e82ee1192 Add CORS support to minio s3 server 9 years ago
Harshavardhana 025f95b1d6 Restructure server code, controller now runs in silo 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 4498662c16 Remove scsi non portable code, instead "donut make" implements functionality to instantiate a donut 9 years ago
Harshavardhana 1bad92356d Add a ratelimited listener than a ratelimited handler - more precise 9 years ago
Harshavardhana 396b728031 Add auth rpc service to generate access keys, add corresponding test 9 years ago
Harshavardhana 676b9058de Separate out memory statistics and system information into two different services 9 years ago
Harshavardhana 1d64e4b6c1 Add Donut rpc service for sending changes to configuration files 9 years ago
Harshavardhana 7f0c14f2b7 Add basic controller code, initiating json rpc connection getting list of disks and memstats for now. 10 years ago
Harshavardhana a3ccb9d405 Rename stuttered service names and make them appropriate 10 years ago
Harshavardhana e66a84242a Add disk detection for Linux, add new RPC service GetDiskInfoService(), remove dummy HelloService() 10 years ago
Harshavardhana 7c37e9d06a Make donut fully integrated back into API handlers 10 years ago
Harshavardhana 12bde7df30 Add simple Ticket Master which pro-actively sends messages on proceedChannel 10 years ago
Harshavardhana 5cfb05465e Add cache, donut tests separately - fix behavior differences 10 years ago
Harshavardhana 84810162f5 Add simple Version and GetSysInfo services 10 years ago
Harshavardhana 701c3e5242 Add new RPC helpers wrapping over regular rpc packages, add middleware chaining ability 10 years ago
Harshavardhana 4addf7a996 Restructure API handlers, add JSON RPC simple HelloService right now. 10 years ago