aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix rpc-hanging deadlocksGavin Andresen2011-08-311-1/+1
| | |/ | |/|
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-221-41/+0
|\| |
| * | Remove unused ScanMessageStart functionGavin Andresen2011-08-161-41/+0
| |/
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-161-0/+1
|\|
| * Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen2011-08-111-0/+1
| |\
| | * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-111-1/+10
|\| |
| * | Merge pull request #459 from jgarzik/char-msgstartGavin Andresen2011-08-101-1/+1
| |\ \
| | * | Use 'unsigned char' rather than 'char' for pchMessageStart.Venkatesh Srinivas2011-08-101-1/+1
| | |/
| * / Check for duplicate txins in CheckTransaction.Matt Corallo2011-07-311-0/+9
| |/
* | Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-3/+0
|\|
| * Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik2011-07-241-3/+0
| |\
| | * get rid of mapPubKeysPieter Wuille2011-07-171-3/+0
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-221-0/+1
|\| |
| * | Actually use mapAlreadyAskedFor.Matt Corallo2011-07-211-0/+1
| |/
* / make initial block download reporting somewhat better by tracking version res...Wladimir J. van der Laan2011-07-171-1/+5
|/
* Single DB transaction for all addresses in a messagePatrick Varilly2011-07-141-1/+4
* fix warnings: expression result unused [-Wunused-value]Giel van Schijndel2011-07-131-1/+1
* Make an invalid addrIncoming so that old clients crash.Matt Corallo2011-07-131-1/+0
* Add wallet privkey encryption.Matt Corallo2011-07-131-1/+1
* Block-chain lock-in at 134444Gavin Andresen2011-07-031-4/+5
* Limit response to getblocks to half of output buffer sizePieter Wuille2011-07-011-3/+7
* Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoinGavin Andresen2011-06-241-1/+16
|\
| * add GetTotalBlocksEstimate() function, move magic number to constantWladimir J. van der Laan2011-06-191-1/+16
* | Fix missing includes needed for Boost 1.46.Shane Wegner2011-06-191-0/+1
* | CWallet classPieter Wuille2011-06-151-122/+134
* | move wallet code to separate filePieter Wuille2011-06-151-1116/+165
|/
* Merge pull request #226 from jordanlewis/betterheadersJeff Garzik2011-06-141-0/+4
|\
| * Only include certain boost headers if necessary.Jordan Lewis2011-05-171-0/+1
| * Only include init.h when we have toJordan Lewis2011-05-151-0/+1
| * Only include net.h when we have toJordan Lewis2011-05-151-0/+1
| * Only include db.h when we have to.Jordan Lewis2011-05-151-0/+1
* | Merge pull request #264 from sipa/mintxfeefixJeff Garzik2011-06-051-3/+12
|\ \
| * | Fix for small change outputsPieter Wuille2011-05-251-3/+12
| |/
* | Merge pull request #255 from sipa/rescanupdateJeff Garzik2011-06-051-2/+2
|\ \
| * | Update transactions already in the wallet when rescanning.Pieter Wuille2011-05-221-2/+2
| |/
* | bugfix: accept free transactionsPieter Wuille2011-05-281-1/+1
* | Separate required fee for relaying and creationPieter Wuille2011-05-261-3/+3
|/
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-60/+58
* Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.Daniel Holbert2011-05-121-2/+0
* Replace CENT with new constant MIN_TX_FEE, where appropriate.Jeff Garzik2011-05-111-1/+1
* Manual merge of jaromil's source tree reorg commit.Jeff Garzik2011-05-091-81/+5
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+4104