| Commit message (Expand) | Author | Age | Files | Lines |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 1 | -5/+5 |
* | all: remove the duplicate 'the' in annotations (#17509) | Wenbiao Zheng | 2018-08-27 | 1 | -1/+1 |
* | crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) | Felix Lange | 2018-06-12 | 1 | -9/+4 |
* | whisper/mailserver: pass init error to the caller (#16671) | Ivan Daniluk | 2018-05-04 | 1 | -1/+3 |
* | whisper: final refactoring (#16259) | gluk256 | 2018-03-07 | 1 | -31/+52 |
* | whisper: refactoring go-routines | Vlad | 2018-03-05 | 1 | -24/+32 |
* | whisper: minor refactoring | Vlad | 2018-03-04 | 1 | -8/+4 |
* | whisper: filereader mode introduced to wnode | Vlad | 2018-03-02 | 1 | -0/+37 |
* | whisper: topics replaced by bloom filters | Vlad | 2018-03-01 | 1 | -7/+33 |
* | whisper: serious security issue fixed (#16219) | gluk256 | 2018-03-01 | 1 | -7/+10 |
* | whipser: comments updated | Vlad | 2018-02-27 | 1 | -3/+5 |
* | whisper: wnode updated - all messages are saved if savedir param is given | Vlad | 2018-02-26 | 1 | -14/+10 |
* | whisper: only use the node id as a p2p id, not for sending messages (#16102) | Guillaume Ballet | 2018-02-15 | 1 | -2/+2 |
* | whisper: get wnode to work with v6 (#16051) | Guillaume Ballet | 2018-02-10 | 1 | -16/+41 |
* | whisper: remove linter warnings (#15972) | Guillaume Ballet | 2018-01-26 | 1 | -2/+2 |
* | whisperv5: integrate whisper and add whisper RPC simulator | Bas van Kervel | 2017-06-15 | 1 | -5/+11 |
* | whisper: switching to v5 + minor refactoring (#14387) | gluk256 | 2017-04-28 | 1 | -3/+4 |
* | whisper: message format refactoring (#14335) | gluk256 | 2017-04-27 | 1 | -14/+17 |
* | all: update license information | Felix Lange | 2017-04-14 | 1 | -1/+1 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -1/+0 |
* | whisper: big refactoring (#13852) | gluk256 | 2017-04-10 | 1 | -38/+157 |
* | all: disable log message colors outside of geth | Felix Lange | 2017-02-27 | 1 | -1/+1 |
* | cmd, whisper/mailserver: revert to utils.Fatalf | Péter Szilágyi | 2017-02-23 | 1 | -18/+18 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -23/+21 |
* | Whisper API fixed (#3687) | gluk256 | 2017-02-23 | 1 | -33/+25 |
* | whisper: interface changed to simplify the transition to v5 | gluk256 | 2017-02-14 | 1 | -2/+3 |
* | whisper: add tests for mailserver (#3631) | gluk256 | 2017-02-13 | 1 | -1/+6 |
* | cmd/wnode, whisper: add whisper CLI tool and mail server (#3580) | gluk256 | 2017-01-31 | 1 | -0/+537 |