aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-19Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and ↵Gavin Andresen
explicity init static var
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ↵Gavin Andresen
modern c++ compilers)
2011-12-19Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsingGavin Andresen
When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()
2011-12-19Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoinGavin Andresen
2011-12-19add key.o and rpcdump.o to makefile.linux-mingwPieter Wuille
2011-12-19Merge pull request #574 from sipa/dumpprivkeyGavin Andresen
Dumpprivkey
2011-12-19Merge pull request #699 from laanwj/about_qtGavin Andresen
Add "About Qt" menu option to show built-in Qt About dialog
2011-12-19Merge pull request #707 from gavinandresen/BIP14Gavin Andresen
Implement BIP 14 : separate protocol version from client version
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-12-19Merge pull request #709 from luke-jr/newdnsseedsGavin Andresen
New DNS seeds
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-16Add blockhash and blockindex to transaction infoLuke Dashjr
2011-12-16Add my DNS seed domainLuke Dashjr
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-16Add sipa's new dnsseed.Matt Corallo
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-13Add "About Qt" menu option to show built-in Qt About dialogWladimir J. van der Laan
- Most Qt programs do this, and it can be useful to find out what version of Qt was built against.
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-09When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()Rune K Svendsen
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