aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/types.go
Commit message (Expand)AuthorAgeFilesLines
* fix hex conversion bug in RPC for byte slicesGustav Simonsson2015-05-121-1/+8
* rpc, xeth: fix #881, gracefully handle offline whisperPéter Szilágyi2015-05-111-0/+16
* Don't export types/functionsBas van Kervel2015-04-191-12/+12
* Replaced channel pointer field with non pointer channelBas van Kervel2015-04-191-10/+13
* Stop accepted and alive connections (http keep-alive) when the rpc service is...Bas van Kervel2015-04-171-27/+56
* admin.stopRPC support added which stops the RPC HTTP listenerBas van Kervel2015-04-161-0/+67
* Improved test coverage for rpc typesTaylor Gerring2015-04-041-14/+4
* Guard for nil *big.IntTaylor Gerring2015-04-021-1/+5
* Better decoding of uint*Taylor Gerring2015-04-021-2/+6
* More types supportedTaylor Gerring2015-04-021-0/+20
* Trim left only, not rightTaylor Gerring2015-04-021-1/+1
* Better nil handlingTaylor Gerring2015-04-021-5/+22
* Fixed decoding for uint64 into bytesTaylor Gerring2015-04-021-1/+4
* PatchesTaylor Gerring2015-04-011-2/+3
* rename messages to typesTaylor Gerring2015-04-011-0/+220