Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: fix #1818, secondary datadir paths to fall back to | Péter Szilágyi | 2015-10-01 | 1 | -6/+16 |
| | |||||
* | common: remove windows path functions | Felix Lange | 2015-08-06 | 1 | -11/+0 |
| | | | | They were unused and their tests failed on Windows. | ||||
* | 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 |
| | |||||
* | fixed windows ipc path issue | Bas van Kervel | 2015-06-12 | 1 | -0/+3 |
| | |||||
* | added API/IPC commandline flags | Bas van Kervel | 2015-06-11 | 1 | -0/+4 |
| | |||||
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -11/+10 |
| | |||||
* | Remove path separator literals | Taylor Gerring | 2015-04-29 | 1 | -6/+7 |
| | |||||
* | common: remove WriteFile and ReadAllFile (use ioutil instead) | zelig | 2015-03-27 | 1 | -30/+0 |
| | |||||
* | Move MakeName to path | Taylor Gerring | 2015-03-22 | 1 | -0/+8 |
| | |||||
* | Move OS-specific funcs to path.go | Taylor Gerring | 2015-03-22 | 1 | -0/+60 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -0/+68 |