Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license information (#16089) | Felix Lange | 2018-02-14 | 4 | -29/+29 |
| | |||||
* | common/fdlimit: Move fdlimit files to separate package (#15850) | Ricardo Domingos | 2018-01-12 | 4 | -0/+216 |
* common/fdlimit: Move fdlimit files to separate package When go-ethereum is used as a library the calling program need to set the FD limit. This commit extract fdlimit files to a separate package so it can be used outside of go-ethereum. * common/fdlimit: Remove FdLimit from functions signature * common/fdlimit: Rename fdlimit functions |