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 |