| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | add svg version of icon, so that it can be scaled to bigger sizes later | Wladimir J. van der Laan | 2011-06-12 | 1 | -0/+61 | |
| | * | | | | | | | | | | | | | | | | | update bitcoin core to git ce148944c776ae8e91cc058f44ddce356c7cebc9 | Wladimir J. van der Laan | 2011-06-12 | 8 | -15/+111 | |
| | * | | | | | | | | | | | | | | | | | remove wallet updating debug output | Wladimir J. van der Laan | 2011-06-12 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | | use stylized icon by bitboy | Wladimir J. van der Laan | 2011-06-12 | 2 | -0/+0 | |
| | * | | | | | | | | | | | | | | | | | move back to original directory structure | Wladimir J. van der Laan | 2011-06-11 | 96 | -0/+32271 | |
| | / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #522 from sipa/minorfix | Jeff Garzik | 2011-09-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | SocketHandler thread can be detached | Pieter Wuille | 2011-09-19 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | missed printf in AbortMessage(); merged printfs in EndMessage | Nils Schneider | 2011-09-17 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | | log low-level network messages only when fDebug is set | Nils Schneider | 2011-09-17 | 2 | -7/+12 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j... | Gavin Andresen | 2011-09-07 | 3 | -15/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba... | Luke Dashjr | 2011-09-06 | 3 | -10/+8 | |
| | * | | | | | | | | | | | | | | | Save coinbase, not just extraNonce | Luke Dashjr | 2011-09-06 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | Merge branch 'getwork_dedupe' into unique_coinbase | Luke Dashjr | 2011-09-06 | 2 | -8/+9 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix AddAddress cs_mapaddresses/db transaction deadlock | Gavin Andresen | 2011-09-06 | 1 | -15/+21 | |
| * | | | | | | | | | | | | | | | Merge pull request #491 from gavinandresen/manytxfix | Gavin Andresen | 2011-09-06 | 1 | -12/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Optimize database writes for transactions with lots of TxIns. | Gavin Andresen | 2011-09-05 | 1 | -12/+12 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | | | Support for boost filesystem version 3 | Luke Dashjr | 2011-09-03 | 1 | -0/+4 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Bumped version numbers to 0.4.0rc1v0.4.00rc1 | Gavin Andresen | 2011-09-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid ... | Gavin Andresen | 2011-09-02 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | Stay connected to seed nodes; disconnecting causes problems if you are trying... | Gavin Andresen | 2011-09-02 | 1 | -30/+0 | |
| * | | | | | | | | | | | | | | If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock... | Gavin Andresen | 2011-09-02 | 1 | -6/+20 | |
| * | | | | | | | | | | | | | | Do not try to download blockchain from 0.3.23 nodes | Gavin Andresen | 2011-09-02 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Give hard-coded seed nodes a random last-seen time, to randomize order they'r... | Gavin Andresen | 2011-09-02 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | Update the list of seednodes. | Daniel Folkinshteyn | 2011-09-02 | 1 | -40/+64 | |
| * | | | | | | | | | | | | | Fix bad merge: getaccountaddress was broken for new accounts | Gavin Andresen | 2011-09-01 | 1 | -7/+4 | |
| * | | | | | | | | | | | | | Fixed regression I introduced: wallets with lots of transactions were unusabl... | Gavin Andresen | 2011-09-01 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | Merge pull request #467 from gavinandresen/keypoolzero | Gavin Andresen | 2011-09-01 | 5 | -27/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | obtain cs_wallet mutex to protect vchDefaultKey | Gavin Andresen | 2011-09-01 | 1 | -9/+12 | |
| | * | | | | | | | | | | | | | Fix RPC call name in error message. | Gavin Andresen | 2011-09-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | Logic running with -keypool=0 was wrong (empty keys were being returned). Fix... | Gavin Andresen | 2011-09-01 | 5 | -24/+41 | |
| * | | | | | | | | | | | | | | Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin | Gavin Andresen | 2011-09-01 | 13 | -482/+632 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Move CInv to protocol.[ch]pp | Giel van Schijndel | 2011-08-19 | 3 | -80/+88 | |
| | * | | | | | | | | | | | | | Move CAddress to protocol.[ch]pp | Giel van Schijndel | 2011-08-19 | 3 | -225/+261 | |
| | * | | | | | | | | | | | | | Start moving protocol-specific code to protocol.[ch]pp | Giel van Schijndel | 2011-08-19 | 9 | -97/+125 | |
| | * | | | | | | | | | | | | | Move func 'REF' from util.h to serialize.h | Giel van Schijndel | 2011-08-19 | 2 | -12/+7 | |
| | * | | | | | | | | | | | | | Cleanup makefiles such that diffs to them are smaller | Giel van Schijndel | 2011-08-19 | 5 | -49/+147 | |
| | * | | | | | | | | | | | | | Make some global variables less-global (static) | Giel van Schijndel | 2011-08-19 | 4 | -19/+4 | |
| | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #470 from fabianhjr/master | Gavin Andresen | 2011-09-01 | 1 | -7/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Updated checkpoints, maybe Tx fee should be reduced to 0.0001 from 0.0005 and... | Fabian H jr. | 2011-08-15 | 1 | -7/+9 | |
| | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | SetCrypted() obtains keystore lock, to be safe. | Gavin Andresen | 2011-08-31 | 2 | -9/+14 | |
| * | | | | | | | | | | | | | Fixed potential deadlocks in GUI code. | Gavin Andresen | 2011-08-31 | 2 | -195/+179 | |
| * | | | | | | | | | | | | | Fix rpc-hanging deadlocks | Gavin Andresen | 2011-08-31 | 9 | -561/+472 | |
| * | | | | | | | | | | | | | Highlight mis-matching locks | Gavin Andresen | 2011-08-31 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | Merge pull request #463 from TheBlueMatt/encreadme | Jeff Garzik | 2011-08-31 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Fix incorrect RPC error messages | Matt Corallo | 2011-08-11 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | Merge pull request #464 from TheBlueMatt/upnp1.6 | Jeff Garzik | 2011-08-31 | 3 | -37/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Upgrade dependancies and tweak build process. | Matt Corallo | 2011-08-23 | 3 | -37/+27 | |
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * / | | | | | | | | | | | CHECKMULTISIG unit tests. | Gavin Andresen | 2011-08-26 | 4 | -6/+142 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c... | Gavin Andresen | 2011-08-17 | 3 | -27/+149 | |
| * | | | | | | | | | | | Remove unused ScanMessageStart function | Gavin Andresen | 2011-08-16 | 1 | -41/+0 | |