Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event: fixed subscribtions to stopped event mux | Jeffrey Wilcke | 2016-05-13 | 1 | -0/+8 |
| | | | | | | | | | | | | | This fixes an issue where the following would lead to a panic due to a channel being closed twice: * Start mux * Stop mux * Sub to mux * Unsub This is fixed by setting the subscriptions status to closed resulting in the Unsubscribe to ignore the request when called. | ||||
* | core, eth, event, miner, xeth: fix event post / subscription race | Péter Szilágyi | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -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 information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | event: panic for duplicate type | Felix Lange | 2014-10-17 | 1 | -0/+15 |
| | |||||
* | event: make TypeMux zero value ready to use | Felix Lange | 2014-10-17 | 1 | -6/+6 |
| | |||||
* | event: new package for event multiplexer | Felix Lange | 2014-10-17 | 1 | -0/+161 |