aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/account_manager.go
Commit message (Expand)AuthorAgeFilesLines
* settable etherbasezelig2015-03-271-7/+1
* max paranoia mode to UNsupport unencrypted keys entirelyzelig2015-03-271-0/+2
* unlocking coinbase without knowing addresszelig2015-03-271-15/+3
* cli: implement ethereum presale wallet import via clizelig2015-03-271-0/+12
* unlocking coinbasezelig2015-03-271-2/+13
* import/export accountszelig2015-03-271-0/+20
* accounts: return ErrNoKeys if key directory does not existFelix Lange2015-03-101-2/+7
* accounts: add {Timed,}Unlock, remove SignLockedFelix Lange2015-03-101-17/+31
* accounts: add Manager.HasAccount, delete Manager.DefaultFelix Lange2015-03-101-9/+11
* accounts: don't store address in unlocked and add commentaryFelix Lange2015-03-081-8/+10
* accounts: AccountManager -> ManagerFelix Lange2015-03-081-13/+13
* accounts: prevent early drops and zero keys in memory when droppingFelix Lange2015-03-081-19/+50
* accounts: fix uses of sync.RWMutexFelix Lange2015-03-081-4/+6
* accounts: use time.Duration correctlyFelix Lange2015-03-081-9/+10
* accounts: use pointers consistentlyFelix Lange2015-03-081-15/+11
* accounts, core, eth, xeth: use account manager for everythingFelix Lange2015-03-071-7/+32
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-261-9/+41
|\
| * Remove unneeded initialisation of mutexGustav Simonsson2015-02-261-1/+0
| * Address pull request commentsGustav Simonsson2015-02-261-16/+18
| * Add automatic locking / unlocking of accountsGustav Simonsson2015-02-261-9/+39
* | wipobscuren2015-02-261-0/+1
|/
* Fix key store address hex decoding and accounts testGustav Simonsson2015-02-251-0/+4
* Address pull request commentsGustav Simonsson2015-01-281-16/+12
* Add accounts package and refactor key storesGustav Simonsson2015-01-261-0/+99