Harshavardhana
|
d461fa5ab1
|
Add mountinfo functions for detecting mount disks, and other rpc changes
|
2015-07-09 12:25:29 -07:00 |
Harshavardhana
|
ec33d79d57
|
Add server side signaturev4 check, not wired up to the readers yet.
|
2015-07-08 16:57:03 -07:00 |
Harshavardhana
|
396b728031
|
Add auth rpc service to generate access keys, add corresponding test
|
2015-07-08 14:40:39 -07:00 |
Harshavardhana
|
676b9058de
|
Separate out memory statistics and system information into two different services
|
2015-07-07 16:59:20 -07:00 |
Harshavardhana
|
1d64e4b6c1
|
Add Donut rpc service for sending changes to configuration files
|
2015-07-06 11:10:06 -07:00 |
Harshavardhana
|
ba0a5ed416
|
Add sighup, sigusr2 into trapping code, to trap signals for reloading configuration.
Need to still figure out a way of graceful restarts - gave facebookgo/httpdown a shot,
but it is not suitable.
|
2015-07-05 21:40:53 -07:00 |
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 |
Harshavardhana
|
a3ccb9d405
|
Rename stuttered service names and make them appropriate
|
2015-07-05 10:19:23 -07:00 |
Harshavardhana
|
e66a84242a
|
Add disk detection for Linux, add new RPC service GetDiskInfoService(), remove dummy HelloService()
|
2015-07-05 02:08:33 -07:00 |
Harshavardhana
|
84810162f5
|
Add simple Version and GetSysInfo services
|
2015-07-02 21:04:04 -07:00 |
Harshavardhana
|
701c3e5242
|
Add new RPC helpers wrapping over regular rpc packages, add middleware chaining ability
|
2015-07-02 21:04:04 -07:00 |
Harshavardhana
|
4addf7a996
|
Restructure API handlers, add JSON RPC simple HelloService right now.
|
2015-07-02 21:04:04 -07:00 |