aboutsummaryrefslogtreecommitdiffstats
path: root/common/path.go
Commit message (Expand)AuthorAgeFilesLines
* common, node: move datadir defaults into package nodeFelix Lange2016-09-161-27/+0
* all: fix go vet warningsFelix Lange2016-04-151-1/+1
* cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-051-22/+0
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-5/+4
* common: Fix HomeDir detectionLefteris Karapetsas2016-01-081-5/+6
* rpc api: eth_getNatSpeczelig2015-10-271-38/+6
* common: fix #1818, secondary datadir paths to fall back toPéter Szilágyi2015-10-011-6/+16
* common: remove windows path functionsFelix Lange2015-08-061-11/+0
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* fixed windows ipc path issueBas van Kervel2015-06-121-0/+3
* added API/IPC commandline flagsBas van Kervel2015-06-111-0/+4
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-11/+10
* Remove path separator literalsTaylor Gerring2015-04-291-6/+7
* common: remove WriteFile and ReadAllFile (use ioutil instead)zelig2015-03-271-30/+0
* Move MakeName to pathTaylor Gerring2015-03-221-0/+8
* Move OS-specific funcs to path.goTaylor Gerring2015-03-221-0/+60
* Moved ethutil => commonobscuren2015-03-161-0/+68