Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/fdlimit: fix macos file descriptors for Go 1.12 | Péter Szilágyi | 2019-04-02 | 3 | -1/+73 |
| | |||||
* | common/fdlimit: fix windows build (#19068) | Felix Lange | 2019-02-19 | 1 | -4/+6 |
| | | | | (cherry picked from commit ba90a4aaa42428fc5f38c4869455db5a51565714) | ||||
* | common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035) | Martin Holst Swende | 2019-02-19 | 4 | -11/+19 |
| | | | | | | | | | | | | | | | | | | * common/fdlimit: cap on MacOS file limits, fixes #18994 * common/fdlimit: fix Maximum-check to respect OPEN_MAX * common/fdlimit: return error if OPEN_MAX is exceeded in Raise() * common/fdlimit: goimports * common/fdlimit: check value after setting fdlimit * common/fdlimit: make comment a bit more descriptive * cmd/utils: make fdlimit happy path a bit cleaner (cherry picked from commit f48da43bae183a04a23d298cb1790d2f8d2cec51) | ||||
* | 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 |