This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
Watch
1
Star
0
Fork
0
You've already forked minio
mirror of
https://github.com/minio/minio.git
synced
2025-03-21 21:14:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
minio
/
pkg
/
server
History
Harshavardhana
4a27ab0e58
Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking()
...
Also this patch changes the cache key element to be interface{} type not string.
2015-07-05 20:26:32 -07:00
..
api
Restructure codebase move crypto, checksum to top-level, move `
split
` into donut, move crypto/keys into api/auth
2015-07-03 15:24:51 -07:00
rpc
Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking()
2015-07-05 20:26:32 -07:00
api_test.go
Add full API tests, move storage/donut to donut, add disk tests as well
2015-07-03 14:36:29 -07:00
router.go
Add basic controller code, initiating json rpc connection getting list of disks and memstats for now.
2015-07-05 17:17:41 -07:00
server.go
Add disk detection for Linux, add new RPC service GetDiskInfoService(), remove dummy HelloService()
2015-07-05 02:08:33 -07:00