aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-02update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan
2011-09-02Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-02Give hard-coded seed nodes a random last-seen time, to randomize order they'r...Gavin Andresen
2011-09-02Update the list of seednodes.Daniel Folkinshteyn
2011-09-01Fix bad merge: getaccountaddress was broken for new accountsGavin Andresen
2011-09-01Fixed regression I introduced: wallets with lots of transactions were unusabl...Gavin Andresen
2011-09-01Merge pull request #467 from gavinandresen/keypoolzeroGavin Andresen
2011-09-01Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoinGavin Andresen
2011-09-01obtain cs_wallet mutex to protect vchDefaultKeyGavin Andresen
2011-09-01Fix RPC call name in error message.Gavin Andresen
2011-09-01Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen
2011-09-01Merge pull request #470 from fabianhjr/masterGavin Andresen
2011-08-31SetCrypted() obtains keystore lock, to be safe.Gavin Andresen
2011-08-31Fix typo ("you own security")Gavin Andresen
2011-08-31Merge pull request #480 from gavinandresen/deadlocksGavin Andresen
2011-08-31Fixed potential deadlocks in GUI code.Gavin Andresen
2011-08-31Fix rpc-hanging deadlocksGavin Andresen
2011-08-31Highlight mis-matching locksGavin Andresen
2011-08-31Merge pull request #463 from TheBlueMatt/encreadmeJeff Garzik
2011-08-31Add reference python miner, in contrib/pyminer/Jeff Garzik
2011-08-31Merge pull request #475 from ovdeathiam/patch-1Jeff Garzik
2011-08-31Merge pull request #464 from TheBlueMatt/upnp1.6Jeff Garzik
2011-08-31Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-08-31comments and readme updateWladimir J. van der Laan
2011-08-31Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan
2011-08-28add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A
2011-08-26CHECKMULTISIG unit tests.Gavin Andresen
2011-08-25Add Gitian Build descriptors for Boost and wxWidgets.Dev Random
2011-08-24Merge pull request #474 from xHire/masterGavin Andresen
2011-08-23Wallet encryption part 1: show wallet encryption statusWladimir J. van der Laan
2011-08-23Mingw gitian build with deterministic bitcoin.exe by use of faketimeDev Random
2011-08-23Mingw gitian with separate wxWidgets and boostDev Random
2011-08-23Linux gitian config with separate wxWidgets buildDev Random
2011-08-23Upgrade dependancies and tweak build process.Matt Corallo
2011-08-22Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-08-22Edited locale/pl/LC_MESSAGES/bitcoin.po via GitHubovdeathiam
2011-08-19Move CInv to protocol.[ch]ppGiel van Schijndel
2011-08-19Move CAddress to protocol.[ch]ppGiel van Schijndel
2011-08-19Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel
2011-08-19Move func 'REF' from util.h to serialize.hGiel van Schijndel
2011-08-19Cleanup makefiles such that diffs to them are smallerGiel van Schijndel
2011-08-19Make some global variables less-global (static)Giel van Schijndel
2011-08-17Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...Gavin Andresen
2011-08-17Updated czech translationMichal Zima
2011-08-16update README for issue #15Wladimir J. van der Laan
2011-08-16add russian translation by msvaWladimir J. van der Laan
2011-08-16Remove unused ScanMessageStart functionGavin Andresen
2011-08-16src/makefile.unix: remove -DFOURWAYSSE2Jeff Garzik
2011-08-16fix issue #13Wladimir J. van der Laan
2011-08-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan