aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Merge pull request #496 from alexwaters/boost_fs3Gavin Andresen2011-09-061-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Support for boost filesystem version 3Luke Dashjr2011-09-031-0/+4
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | README.md: word wrap text fileJeff Garzik2011-09-051-6/+21
* | | | | | | | | | | | | | | | | | Merge pull request #495 from alexwaters/readmeJeff Garzik2011-09-051-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated readme fileAlex Waters2011-09-051-4/+3
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen2011-09-027-17/+34
* | | | | | | | | | | | | | | | | Merge pull request #486 from TheBlueMatt/translatefixJeff Garzik2011-09-024-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Update binary mos to latest translations.Matt Corallo2011-09-024-0/+0
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid ...Gavin Andresen2011-09-021-1/+3
* | | | | | | | | | | | | | | | | Stay connected to seed nodes; disconnecting causes problems if you are trying...Gavin Andresen2011-09-021-30/+0
* | | | | | | | | | | | | | | | | If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock...Gavin Andresen2011-09-021-6/+20
* | | | | | | | | | | | | | | | | Do not try to download blockchain from 0.3.23 nodesGavin Andresen2011-09-021-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Give hard-coded seed nodes a random last-seen time, to randomize order they'r...Gavin Andresen2011-09-021-1/+4
* | | | | | | | | | | | | | | | Update the list of seednodes.Daniel Folkinshteyn2011-09-021-40/+64
* | | | | | | | | | | | | | | | Fix bad merge: getaccountaddress was broken for new accountsGavin Andresen2011-09-011-7/+4
* | | | | | | | | | | | | | | | Fixed regression I introduced: wallets with lots of transactions were unusabl...Gavin Andresen2011-09-011-1/+3
* | | | | | | | | | | | | | | | Merge pull request #467 from gavinandresen/keypoolzeroGavin Andresen2011-09-015-27/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | obtain cs_wallet mutex to protect vchDefaultKeyGavin Andresen2011-09-011-9/+12
| * | | | | | | | | | | | | | | | Fix RPC call name in error message.Gavin Andresen2011-09-011-1/+1
| * | | | | | | | | | | | | | | | Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen2011-09-015-24/+41
* | | | | | | | | | | | | | | | | Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoinGavin Andresen2011-09-0113-482/+632
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Move CInv to protocol.[ch]ppGiel van Schijndel2011-08-193-80/+88
| * | | | | | | | | | | | | | | | Move CAddress to protocol.[ch]ppGiel van Schijndel2011-08-193-225/+261
| * | | | | | | | | | | | | | | | Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel2011-08-199-97/+125
| * | | | | | | | | | | | | | | | Move func 'REF' from util.h to serialize.hGiel van Schijndel2011-08-192-12/+7
| * | | | | | | | | | | | | | | | Cleanup makefiles such that diffs to them are smallerGiel van Schijndel2011-08-195-49/+147
| * | | | | | | | | | | | | | | | Make some global variables less-global (static)Giel van Schijndel2011-08-194-19/+4
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #470 from fabianhjr/masterGavin Andresen2011-09-011-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Updated checkpoints, maybe Tx fee should be reduced to 0.0001 from 0.0005 and...Fabian H jr.2011-08-151-7/+9
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | SetCrypted() obtains keystore lock, to be safe.Gavin Andresen2011-08-312-9/+14
* | | | | | | | | | | | | | | | Fix typo ("you own security")Gavin Andresen2011-08-311-1/+1
* | | | | | | | | | | | | | | | Merge pull request #480 from gavinandresen/deadlocksGavin Andresen2011-08-3111-746/+689
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fixed potential deadlocks in GUI code.Gavin Andresen2011-08-313-195/+223
| * | | | | | | | | | | | | | | | Fix rpc-hanging deadlocksGavin Andresen2011-08-319-561/+472
| * | | | | | | | | | | | | | | | Highlight mis-matching locksGavin Andresen2011-08-311-2/+6
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #463 from TheBlueMatt/encreadmeJeff Garzik2011-08-312-4/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add specific wallet encryption details to doc/READMEMatt Corallo2011-08-111-0/+44
| * | | | | | | | | | | | | | | | Fix incorrect RPC error messagesMatt Corallo2011-08-111-3/+3
| * | | | | | | | | | | | | | | | Missed a 'password' should be 'passphrase'.Matt Corallo2011-08-111-1/+1
* | | | | | | | | | | | | | | | | Add reference python miner, in contrib/pyminer/Jeff Garzik2011-08-313-0/+290
* | | | | | | | | | | | | | | | | Merge pull request #475 from ovdeathiam/patch-1Jeff Garzik2011-08-311-370/+266
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Edited locale/pl/LC_MESSAGES/bitcoin.po via GitHubovdeathiam2011-08-221-370/+266
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #464 from TheBlueMatt/upnp1.6Jeff Garzik2011-08-3114-229/+242
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add Gitian Build descriptors for Boost and wxWidgets.Dev Random2011-08-253-0/+120
| * | | | | | | | | | | | | | | | Mingw gitian build with deterministic bitcoin.exe by use of faketimeDev Random2011-08-231-1/+5
| * | | | | | | | | | | | | | | | Mingw gitian with separate wxWidgets and boostDev Random2011-08-231-17/+26
| * | | | | | | | | | | | | | | | Linux gitian config with separate wxWidgets buildDev Random2011-08-231-5/+12
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Upgrade dependancies and tweak build process.Matt Corallo2011-08-2311-215/+88
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | CHECKMULTISIG unit tests.Gavin Andresen2011-08-264-6/+142
* | | | | | | | | | | | | | | Merge pull request #474 from xHire/masterGavin Andresen2011-08-241-504/+612
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |