index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rpc
/
client.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change import go github.com/dexon-foundation/dexon
Wei-Ning Huang
2019-04-09
1
-1
/
+1
*
rpc: fix client shutdown hang when Close races with Unsubscribe (#17894)
Felix Lange
2018-10-15
1
-47
/
+12
*
rpc: reset client write deadline after write (#17549)
Gísli Kristjánsson
2018-09-03
1
-0
/
+1
*
rpc: fixed comment grammar issue (#17146)
LeoLiao
2018-07-09
1
-1
/
+1
*
all: library changes for swarm-network-rewrite (#16898)
Elad
2018-06-14
1
-1
/
+1
*
rpc: clean up IPC handler (#16524)
Felix Lange
2018-04-18
1
-1
/
+1
*
cmd/clef, signer: initial poc of the standalone signer (#16154)
Martin Holst Swende
2018-04-16
1
-6
/
+47
*
p2p: add network simulation framework (#14982)
Lewis Marshall
2017-09-25
1
-50
/
+14
*
whisperv5: integrate whisper and add whisper RPC simulator
Bas van Kervel
2017-06-15
1
-0
/
+46
*
rpc: support subscriptions under custom namespaces
Bas van Kervel
2017-04-25
1
-16
/
+19
*
all: import "context" instead of "golang.org/x/net/context"
Felix Lange
2017-03-23
1
-1
/
+1
*
all: blidly swap out glog to our log15, logs need rework
Péter Szilágyi
2017-02-23
1
-20
/
+19
*
rpc: send nil on subscription Err channel when Client is closed
Felix Lange
2017-01-26
1
-1
/
+4
*
rpc: add context argument to EthSubscribe
Felix Lange
2016-08-06
1
-3
/
+3
*
rpc: ensure client doesn't block for slow subscribers
Felix Lange
2016-08-06
1
-30
/
+62
*
rpc: don't exceed context deadline while waiting for send lock
Felix Lange
2016-08-05
1
-0
/
+4
*
rpc: add new client, use it everywhere
Felix Lange
2016-07-23
1
-0
/
+740