Commit Graph

652 Commits (f447de936c31e6a64470f3c102da85f245fe9640)

Author SHA1 Message Date
cui 9dfe728909
p2p/discover: using slices.Contains (#29395) 6 months ago
cui 2e0c5e05ba
p2p/dnsdisc: using clear builtin func (#29418) 6 months ago
Ng Wei Han dfb3d46098
p2p: add inbound and outbound peers metric (#29424) 6 months ago
cui 3754a6cc92
p2p/dnsdisc: using maps.Copy (#29377) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
Martin HS d9bde37ac3
log: use native log/slog instead of golang/exp (#29302) 6 months ago
Martin HS 14eb8967be
all: use min/max/clear from go1.21 (#29307) 6 months ago
Martin HS ab49f228ad
all: update to go version 1.22.1 (#28946) 6 months ago
Felix Lange 758fce71fa
p2p: fix race in dialScheduler (#29235) 6 months ago
Kero 3dc549b3d7
p2p/simulations/adapters: fix error messages in TestTCPPipeBidirections (#29207) 6 months ago
Undefinedor a6d6e8ac41
rpc: remove deprecated method "Notifier.Closed" (#29162) 7 months ago
yzb a732ad0364
p2p: remove unused argument 'flags' (#29132) 7 months ago
yzb db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required (#29126) 7 months ago
cui fliter dbc27a199f
all: fix function names in docs (#29128) 7 months ago
Qt 26724fc2aa
p2p, log, rpc: use errors.New to replace fmt.Errorf with no parameters (#29074) 7 months ago
zoereco 2ab365f6d8
all: fix docstring names (#28923) 8 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
Chris Ziogas 19af9008f1
p2p: fix accidental termination of portMappingLoop (#28911) 8 months ago
ddl 1335ba5f28
p2p/dnsdisc: use strings.Cut over strings.IndexByte (#28787) 8 months ago
Felix Lange 5b22a472d6
p2p/discover: add liveness check in collectTableNodes (#28686) 9 months ago
alex edc864f9ba
all: fix typos in comments (#28682) 9 months ago
Martin Holst Swende b8d44ed98b
log: remove lazy, remove unused interfaces, unexport methods (#28622) 10 months ago
jwasinger 28e7371701
all: replace log15 with slog (#28187) 10 months ago
Håvard Anda Estensen a75a2d6db6
all: replace some cases of strings.SplitN with strings.Cut (#28446) 10 months ago
Martin Holst Swende 233db64cc1
all: make vendored copy of reexec (#28382) 11 months ago
Felix Lange 9b46986edc
all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 1 year ago
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
Felix Lange 7ec60d5f0c
p2p: move ping handling into pingLoop goroutine (#27887) 1 year ago
ucwong 6d2bcb911a
p2p/simulations/examples: use atomic.Int64 (#27861) 1 year ago
ucwong d04bde0a20
p2p: use atomic types (#27764) 1 year ago
Seungbae Yu 60ecf48dd4
cmd/bootnode, p2p: support for alternate mapped ports (#26359) 1 year ago
Felix Lange a426999fc9
p2p/discover: filter bootnodes by netrestrict (#27701) 1 year ago
lightclient 645b0db98e
cmd/utils, p2p: clean up discovery setup (#27518) 1 year ago
lightclient cbf2579691
p2p, p2p/discover: add dial metrics (#27621) 1 year ago
Exca-DK 5520cd97a1
p2p/discover: swap verification order in discv4 ping handler (#27532) 1 year ago
Dan Laine 289c6c3b15
p2p: use slices package for sorting (#27494) 1 year ago
Sanghee Choi acc2a2ac61
node: remove unused error return from Attach (#27450) 1 year ago
Felix Lange ac86547b01
p2p/discover: add Table configuration and Nodes method (#27387) 1 year ago
ucwong ae7db289b8
p2p: initialize maps with known size (#27229) 1 year ago
Martin Holst Swende 7d1ebe51b7
p2p/discover: fix lint nit (#27206) 1 year ago
ucwong a865e28f28
p2p/discover : typo (#27193) 1 year ago
Felix Lange 47cdea5ac5
p2p/discover: concurrent TALKREQ handling (#27112) 1 year ago
Exca-DK f8f95346f9
p2p/discover: add traffic metrics (#27008) 1 year ago
joohhnnn b1972627d9
p2p: access embedded fields of Server directly (#27078) 1 year ago
lightclient 2c5798464e
common: delete MakeName (#27023) 1 year ago
Delweng 117530b0e6
metrics/librato: ensure resp.body closed (#26969) 2 years ago
Martin Holst Swende eca3d39c31
p2p/discover: pass invalid discv5 packets to Unhandled channel (#26699) 2 years ago
panicalways 051493d9bf
p2p: small comment typo (#26850) 2 years ago
Martin Holst Swende 4d3525610e
all: remove deprecated uses of math.rand (#26710) 2 years ago