aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | add svg version of icon, so that it can be scaled to bigger sizes laterWladimir J. van der Laan2011-06-121-0/+61
| * | | | | | | | | | | | | | | | | update bitcoin core to git ce148944c776ae8e91cc058f44ddce356c7cebc9Wladimir J. van der Laan2011-06-128-15/+111
| * | | | | | | | | | | | | | | | | remove wallet updating debug outputWladimir J. van der Laan2011-06-121-2/+6
| * | | | | | | | | | | | | | | | | use stylized icon by bitboyWladimir J. van der Laan2011-06-122-0/+0
| * | | | | | | | | | | | | | | | | move back to original directory structureWladimir J. van der Laan2011-06-1196-0/+32271
| / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #522 from sipa/minorfixJeff Garzik2011-09-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | SocketHandler thread can be detachedPieter Wuille2011-09-191-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | missed printf in AbortMessage(); merged printfs in EndMessageNils Schneider2011-09-171-3/+4
* | | | | | | | | | | | | | | | | log low-level network messages only when fDebug is setNils Schneider2011-09-172-7/+12
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen2011-09-073-15/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...Luke Dashjr2011-09-063-10/+8
| * | | | | | | | | | | | | | | Save coinbase, not just extraNonceLuke Dashjr2011-09-061-4/+4
| * | | | | | | | | | | | | | | Merge branch 'getwork_dedupe' into unique_coinbaseLuke Dashjr2011-09-062-8/+9
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix AddAddress cs_mapaddresses/db transaction deadlockGavin Andresen2011-09-061-15/+21
* | | | | | | | | | | | | | | Merge pull request #491 from gavinandresen/manytxfixGavin Andresen2011-09-061-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Optimize database writes for transactions with lots of TxIns.Gavin Andresen2011-09-051-12/+12
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* / | | | | | | | | | | | | | Support for boost filesystem version 3Luke Dashjr2011-09-031-0/+4
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen2011-09-021-1/+1
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | Fixed potential deadlocks in GUI code.Gavin Andresen2011-08-312-195/+179
* | | | | | | | | | | | | 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-311-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix incorrect RPC error messagesMatt Corallo2011-08-111-3/+3
* | | | | | | | | | | | | | Merge pull request #464 from TheBlueMatt/upnp1.6Jeff Garzik2011-08-313-37/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Upgrade dependancies and tweak build process.Matt Corallo2011-08-233-37/+27
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | CHECKMULTISIG unit tests.Gavin Andresen2011-08-264-6/+142
|/ / / / / / / / / / /
* | | | | | | | | | | Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...Gavin Andresen2011-08-173-27/+149
* | | | | | | | | | | Remove unused ScanMessageStart functionGavin Andresen2011-08-161-41/+0