aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-17Key import and exportPieter Wuille
Introduces two new RPC calls: * dumpprivkey: retrieve the private key corresponding to an address * importprivkey: add a private key to your wallet The private key format is analoguous to the address format. It is a 51-character base58-encoded string, that includes a version number and a checksum. Includes patch by mhanne: * add optional account parameter for importprivkey, if omitted use default
2011-12-17Preparations for key import/exportPieter Wuille
2011-12-17CBitcoinSecret added (base58 encoded privkey)Pieter Wuille
2011-12-17Add GetSecret() and GetKeys() to CKeyStorePieter Wuille
2011-12-17Make CWalletTx::pwallet privatePieter Wuille
2011-12-16Move more newlines out of strings, and fix translations.Gavin Andresen
2011-12-16Merge branch 'fix-help-translations' of https://github.com/tcatm/bitcoinGavin Andresen
2011-12-16Bump version 0.5.99 (prep for pulling for version 0.6)Gavin Andresen
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-13Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan
- Remove explicit resizing from constructor to prevent potential hang
2011-12-13move \\n outside _() in --helpNils Schneider
2011-12-12Merge commit '7298ebb'v0.5.1rc1Gavin Andresen
2011-12-12added translations: pt_BR zh_CNNils Schneider
2011-12-12updated translations: es es_CL nb ruNils Schneider
2011-12-12Merge pull request #694 from luke-jr/restore_old_miniupnp_compatGavin Andresen
Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
2011-12-10Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)Luke Dashjr
2011-12-09Prevent window from being shown momentarily when using -minWladimir J. van der Laan
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor. - This change prevents this by connecting show() to the signal instead.
2011-12-05Merge pull request #679 from laanwj/cmdline_minimizeGavin Andresen
Implement -min option to start minimized
2011-12-04Implement -min option to start minimizedWladimir J. van der Laan
2011-12-02Merge pull request #654 from TheBlueMatt/dnsseed-threadGavin Andresen
Move DNS Seed lookup to a new thread.
2011-12-01Merge pull request #670 from gavinandresen/rpcauth_speedupGavin Andresen
Speed up RPC authentication (reworked pull from Joel Katz)
2011-12-01Speed up RPC authentication (reworked pull from Joel Katz)Gavin Andresen
2011-12-01Orphan block fill-up-memory attack preventionGavin Andresen
2011-12-01Moved checkpoints out of main, to prep for using them to help prevent DoS ↵Gavin Andresen
attacks
2011-11-30Merge pull request #666 from nobled/secstringsGavin Andresen
Implement an mlock()'d string class for storing passphrases
2011-11-30Merge pull request #667 from laanwj/homeaddriconsGavin Andresen
Make home and addressbook icon more consistent with other toolbar icons
2011-11-27Add missing command-line arguments to --help/-? outputGavin Andresen
2011-11-26Move DNS Seed lookup to a new thread.Matt Corallo
2011-11-26Make home and addressbook icon more consistent with other toolbar icons ↵Wladimir J. van der Laan
(make it blue and flip light source direction)
2011-11-26Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
SecureString is identical to std::string except with secure_allocator substituting for std::allocator. This makes casting between them impossible, so converting between the two at API boundaries requires calling ::c_str() for now.
2011-11-24allow for filtering addresses and labels by searching for the typed string ↵Wladimir J. van der Laan
anywhere, not just at the beginning (#641)
2011-11-24update translation: deNils Schneider
2011-11-24add translations: hu ukNils Schneider
2011-11-24Small fixes in both spanish translationsAlex B
2011-11-22update translations: da de nl ru zh_TWNils Schneider
2011-11-22add italian translationNils Schneider
2011-11-21Merge pull request #602 from wowus/masterGavin Andresen
Cleaned up critical section code.
2011-11-21Merge pull request #634 from laanwj/doxygenGavin Andresen
Add doxygen documentation
2011-11-21Merge pull request #632 from mndrix/deprecate-getblocknumberGavin Andresen
Deprecate RPC getblocknumber
2011-11-21Bump version to 0.5.1Gavin Andresen
2011-11-21Bugfix: only make QListView transparent, not its tooltipsLuke Dashjr
2011-11-20close old db when rewritingv0.5.0rc7v0.5.0Pieter Wuille
2011-11-20Never remove database files on shutdown, it caused unreadable wallets on ↵Gavin Andresen
some testers' machines.
2011-11-17Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen
2011-11-15Tweak handling of boost filesystem versionsGavin Andresen
2011-11-15Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.Gavin Andresen
2011-11-15Fix boost filesystem incompatibility problemv0.5.0rc4Gavin Andresen
2011-11-15add message about restarting bitcoin after encrypting wallet succesfullyWladimir J. van der Laan
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen