aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/peer.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-291-175/+0
| | | | | | | whisper: project restructured, version 5 introduced This commits adds a draft version of the new shh v5 protocol. The new version is not on by default, --shh still selects version 2.
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* p2p, whisper: use glog for peer-level loggingFelix Lange2015-05-071-5/+6
|
* whisper: add full filter test suitePéter Szilágyi2015-04-281-2/+1
|
* whisper: fix a small data race duirng peer connectionPéter Szilágyi2015-04-281-6/+2
|
* cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limitFelix Lange2015-04-171-1/+1
|
* whisper: remove dead code, rename a few constantsPéter Szilágyi2015-04-161-2/+2
|
* whisper: use async handshakes to handle blocking peersPéter Szilágyi2015-04-151-6/+11
|
* whisper: add known message expiration to peers, cleanupPéter Szilágyi2015-04-141-57/+106
|
* whisper: general cleanups, documentationPéter Szilágyi2015-04-141-4/+0
|
* whisper: use package rlpFelix Lange2015-03-211-12/+9
|
* eth, whisper: adapt for RLP encoder switch in package p2pFelix Lange2015-03-191-7/+2
| | | | | I have rewritten the protocol test to use p2p.MsgPipe because p2p.NewMsg is gone.
* don't log whisper start upsobscuren2015-03-111-2/+2
|
* eth, whisper: fix msg.Payload readsFelix Lange2015-03-041-17/+10
|
* UI Updatesobscuren2015-01-221-1/+1
| | | | | * Browser now has tabs * Fixed a callback issue
* Fixed some whisper issuesobscuren2015-01-091-1/+1
|
* Additional checks and debug outputobscuren2014-12-081-0/+5
|
* Proper start/stoping wpeersobscuren2014-12-081-3/+12
|
* First draft of Whisper messages relayingobscuren2014-12-081-0/+114