| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #496 from alexwaters/boost_fs3 | Gavin Andresen | 2011-09-06 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Support for boost filesystem version 3 | Luke Dashjr | 2011-09-03 | 1 | -0/+4 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | README.md: word wrap text file | Jeff Garzik | 2011-09-05 | 1 | -6/+21 | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #495 from alexwaters/readme | Jeff Garzik | 2011-09-05 | 1 | -4/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Updated readme file | Alex Waters | 2011-09-05 | 1 | -4/+3 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Bumped version numbers to 0.4.0rc1v0.4.00rc1 | Gavin Andresen | 2011-09-02 | 7 | -17/+34 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #486 from TheBlueMatt/translatefix | Jeff Garzik | 2011-09-02 | 4 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Update binary mos to latest translations. | Matt Corallo | 2011-09-02 | 4 | -0/+0 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | Fix typo ("you own security") | Gavin Andresen | 2011-08-31 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge pull request #480 from gavinandresen/deadlocks | Gavin Andresen | 2011-08-31 | 11 | -746/+689 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Fixed potential deadlocks in GUI code. | Gavin Andresen | 2011-08-31 | 3 | -195/+223 | |
| | * | | | | | | | | | | | | | | | | 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 | 2 | -4/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Add specific wallet encryption details to doc/README | Matt Corallo | 2011-08-11 | 1 | -0/+44 | |
| | * | | | | | | | | | | | | | | | | Fix incorrect RPC error messages | Matt Corallo | 2011-08-11 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | Missed a 'password' should be 'passphrase'. | Matt Corallo | 2011-08-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Add reference python miner, in contrib/pyminer/ | Jeff Garzik | 2011-08-31 | 3 | -0/+290 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #475 from ovdeathiam/patch-1 | Jeff Garzik | 2011-08-31 | 1 | -370/+266 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Edited locale/pl/LC_MESSAGES/bitcoin.po via GitHub | ovdeathiam | 2011-08-22 | 1 | -370/+266 | |
| | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #464 from TheBlueMatt/upnp1.6 | Jeff Garzik | 2011-08-31 | 14 | -229/+242 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Add Gitian Build descriptors for Boost and wxWidgets. | Dev Random | 2011-08-25 | 3 | -0/+120 | |
| | * | | | | | | | | | | | | | | | | Mingw gitian build with deterministic bitcoin.exe by use of faketime | Dev Random | 2011-08-23 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | | | | | Mingw gitian with separate wxWidgets and boost | Dev Random | 2011-08-23 | 1 | -17/+26 | |
| | * | | | | | | | | | | | | | | | | Linux gitian config with separate wxWidgets build | Dev Random | 2011-08-23 | 1 | -5/+12 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Upgrade dependancies and tweak build process. | Matt Corallo | 2011-08-23 | 11 | -215/+88 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | CHECKMULTISIG unit tests. | Gavin Andresen | 2011-08-26 | 4 | -6/+142 | |
| * | | | | | | | | | | | | | | | Merge pull request #474 from xHire/master | Gavin Andresen | 2011-08-24 | 1 | -504/+612 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||