aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
Commit message (Expand)AuthorAgeFilesLines
* added API/IPC commandline flagsBas van Kervel2015-06-111-0/+8
* cmd/geth: develop version bump 0.9.29obscuren2015-06-101-1/+1
* cmd/geth: bumped version number 0.9.28obscuren2015-06-101-1/+1
* core: settable genesis nonceobscuren2015-06-091-0/+1
* cmd/geth: version bump 0.9.27obscuren2015-06-051-1/+1
* cmd/geth: bump version v0.9.26obscuren2015-05-281-1/+1
* Validate account length and avoid slicing in loggingGustav Simonsson2015-05-281-2/+2
* cmd/geth, cmd/utils: rename utils.Get* -> utils.Make*Felix Lange2015-05-281-4/+4
* cmd/geth: move blockchain commands to chaincmd.goFelix Lange2015-05-281-146/+7
* cmd/geth, cmd/utils: don't use Ethereum for import, export and upgradedbFelix Lange2015-05-281-80/+33
* cmd/geth: bump version 0.9.25obscuren2015-05-271-1/+1
* cmd/geth: Flush instead of close. This solves a nil ptr errorobscuren2015-05-271-6/+6
* cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flagPéter Szilágyi2015-05-271-0/+1
* cmd/geth: bumped version to 0.9.24obscuren2015-05-261-1/+1
* cmd/geth: bump version 0.9.23obscuren2015-05-221-1/+1
* automatic DAG pregeneration for smooth epoch transitionszelig2015-05-211-1/+2
* add usage doc to wallet importzelig2015-05-201-1/+9
* solc now in ethereum, fixes solc path setting; setSolc() didnt workzelig2015-05-201-2/+0
* Support multiple account unlock attemptsTaylor Gerring2015-05-201-3/+10
* Allow unlocking multiple accounts #1045Taylor Gerring2015-05-201-9/+13
* Refactor user prompts into utilsTaylor Gerring2015-05-191-46/+3
* Add user confirmation for removedbTaylor Gerring2015-05-191-5/+40
* Add "removedb" command to GethTaylor Gerring2015-05-181-0/+15
* Merge branch 'hotfix/0.9.22' into developobscuren2015-05-181-1/+1
|\
| * cmd/geth: fixed ver numobscuren2015-05-181-1/+1
* | cmd/geth: delete state db on upgradedb commandobscuren2015-05-161-0/+1
|/
* cmd/geth: hotfix bumpv0.9.21.1obscuren2015-05-161-1/+1
* core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21obscuren2015-05-161-3/+1
* removed invalid filename charactersBas van Kervel2015-05-131-1/+1
* Fix hex conversion in --unlock and log when successfulGustav Simonsson2015-05-131-1/+2
* cmd/geth: bump version to 0.9.20obscuren2015-05-131-1/+1
* Use common.Address type for accounts.AddressGustav Simonsson2015-05-121-5/+4
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-3/+2
* cmd/geth, miner, backend, xeth: Fixed miner threads to be settableobscuren2015-05-111-1/+1
* cmd/geth, cmd/mist: version 0.9.19obscuren2015-05-101-1/+1
* cmd/geth: bump version 0.9.18obscuren2015-05-091-1/+1
* cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosityobscuren2015-05-091-1/+2
* version 0.9.17v0.9.17obscuren2015-05-081-1/+1
* Merge pull request #840 from karalabe/throttled-dialingJeffrey Wilcke2015-05-081-0/+1
|\
| * cmd, eth, p2p: introduce pending peer cli arg, add testsPéter Szilágyi2015-05-071-0/+1
* | solidity compiler and contract metadocs integrationzelig2015-05-071-2/+18
|/
* cmd/geth: gofmt screwup fixobscuren2015-05-071-0/+2
* cmd/geth: version bumpobscuren2015-05-071-3/+1
* Integrate new ethash API and change geth makedag cmdGustav Simonsson2015-05-051-6/+28
* cmd/geth: fix #853 colorize console output in windowsPéter Szilágyi2015-05-051-2/+12
* cmd/geth, eth: bump version & tmp fix for incorrect TD peersobscuren2015-05-031-1/+1
* cmd/geth: bump version to 0.9.14obscuren2015-04-301-1/+1
* Merge pull request #825 from obscuren/developJeffrey Wilcke2015-04-291-1/+1
|\
| * cmd/geth: bump version numberobscuren2015-04-291-1/+1
* | cmd/geth, cmd/mist: use gitCommit in node nameFelix Lange2015-04-291-14/+27
|/
* geth/main: removed crazy welcome message :-(obscuren2015-04-261-1/+2
* Merge pull request #805 from obscuren/download_improvementsJeffrey Wilcke2015-04-251-1/+1
|\
| * cmd/geth: bump version number 0.9.12obscuren2015-04-251-1/+1
* | Merge pull request #773 from ethersphere/frontier/cliJeffrey Wilcke2015-04-241-13/+17
|\ \
| * | cli/js console: if corsDomain is not given to startRpc, we fall back to value...zelig2015-04-241-2/+2
| * | cli: fatal error if no etherbase for miningzelig2015-04-241-1/+3
| * | cli: fatal error if rpc could not be startedzelig2015-04-241-1/+3
| * | cli: clean up flag descriptions, usage docs, account list uses primary and in...zelig2015-04-241-9/+9
| |/
* / Smaller frontier cover artAlexandre Van de Sande2015-04-241-1/+1
|/
* Changed "Welcome to the Frontier" to something more geekyAlexandre Van de Sande2015-04-231-1/+1
* Merge pull request #755 from karalabe/command-flags-cleanupJeffrey Wilcke2015-04-211-7/+10
|\
| * cmd/geth, cmd/utils: invert --pprof once morePéter Szilágyi2015-04-211-2/+2
| * cmd/geth, cmd/utils: use pprof disable flag, start globallyPéter Szilágyi2015-04-201-5/+7
| * cmd/geth, cmd/utils: add cli flags for pprof and whisper.Péter Szilágyi2015-04-201-7/+8
* | Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum...obscuren2015-04-211-0/+1
|\ \ | |/ |/|
| * NatSpec cli option, resolver tests passingzsfelfoldi2015-04-201-0/+1
* | geth: bump version numberobscuren2015-04-201-1/+1
|/
* geth: added identity flag which allows to set a custom node nameobscuren2015-04-191-0/+1
* geth: bump version numberobscuren2015-04-181-2/+3
* Merge pull request #700 from bas-vk/issue_650Jeffrey Wilcke2015-04-131-4/+91
|\
| * Added blockchain DB versioning support, closes #650Bas van Kervel2015-04-131-4/+91
* | Bumpobscuren2015-04-111-1/+1
* | Added pprofobscuren2015-04-101-0/+8
|/
* bumpobscuren2015-04-091-1/+1
* Support for import/export hex encoded keys, closes #635Bas van Kervel2015-04-091-2/+1
* updated loggingobscuren2015-04-071-8/+6
* v bumpobscuren2015-04-051-1/+1
* reflect ethash changesobscuren2015-04-051-1/+1
* bumped version numberobscuren2015-04-041-1/+1
* Merge branch 'develop' into glogobscuren2015-04-041-1/+1
|\
| * version bumpobscuren2015-04-031-1/+1
* | glog wipobscuren2015-04-031-0/+2
|/
* Add flag to control CORS header #394Taylor Gerring2015-03-301-0/+1
* settable etherbasezelig2015-03-271-4/+4
* renamed ethereum => gethobscuren2015-03-271-0/+516