| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -3/+3 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | whisper, xeth/whisper: surface TTL and hash to the API | Péter Szilágyi | 2015-04-28 | 1 | -1/+2 |
* | rpc, whisper, xeth: fix RPC message retrieval data race | Péter Szilágyi | 2015-04-28 | 1 | -0/+1 |
* | whisper: fix send timestamp omission during envelope opening | Péter Szilágyi | 2015-04-28 | 1 | -0/+1 |
* | whisper: fix comment for rlpenv | Felix Lange | 2015-04-17 | 1 | -4/+5 |
* | whisper: general cleanups, documentation | Péter Szilágyi | 2015-04-14 | 1 | -11/+1 |
* | whisper: fix anonymous broadcast drop, add broadcast tests | Péter Szilágyi | 2015-04-14 | 1 | -1/+6 |
* | whisper: clean up and integrate topics | Péter Szilágyi | 2015-04-13 | 1 | -2/+2 |
* | whisper: separate out magic number from the code | Péter Szilágyi | 2015-04-13 | 1 | -12/+6 |
* | whisper: fix comment entity capitalizations | Péter Szilágyi | 2015-04-12 | 1 | -2/+2 |
* | whisper: polish the Envelope a bit, prep for tests. | Péter Szilágyi | 2015-04-10 | 1 | -57/+66 |
* | whisper: polish the messages, fix some bugs, tests | Péter Szilágyi | 2015-04-10 | 1 | -15/+15 |
* | whisper: use common.Hash | Felix Lange | 2015-03-21 | 1 | -9/+14 |
* | whisper: use package rlp | Felix Lange | 2015-03-21 | 1 | -25/+15 |
* | eth, whisper: adapt for RLP encoder switch in package p2p | Felix Lange | 2015-03-19 | 1 | -1/+1 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -9/+9 |
* | Moved ECIES to repo & added secondary title for webview | obscuren | 2015-02-14 | 1 | -1/+1 |
* | Fixed whisper messages | obscuren | 2015-01-13 | 1 | -18/+24 |
* | added nil check | obscuren | 2015-01-02 | 1 | -0/+1 |
* | Whisper watches fixes | obscuren | 2014-12-17 | 1 | -2/+4 |
* | During env open check for pub error which indicated unencrypted payload. | obscuren | 2014-12-16 | 1 | -1/+5 |
* | Implemented watching using filter package | obscuren | 2014-12-13 | 1 | -9/+14 |
* | Updated whisper messages to new crypto api + added tests | obscuren | 2014-12-10 | 1 | -0/+20 |
* | Added encryption for messages better API for sealing messages | obscuren | 2014-12-10 | 1 | -5/+5 |
* | Additional checks and debug output | obscuren | 2014-12-08 | 1 | -2/+2 |
* | First draft of Whisper messages relaying | obscuren | 2014-12-08 | 1 | -0/+96 |