aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers for 0.8.5 releasev0.8.5Gavin Andresen2013-09-121-1/+1
* Fix out-of-bounds checkPieter Wuille2013-09-121-1/+2
* Longer term workaround for chainstate corruption from negative versions.Gregory Maxwell2013-09-101-1/+6
* Update the bloom state on the real object, not the temporary one.v0.8.4rc2v0.8.4Gregory Maxwell2013-08-211-1/+1
* Fix non-standard disconnected transactions causing mempool orphansPieter Wuille2013-08-211-8/+9
* fixed: don't use thread::sleep_for where it's known to be brokentheuni2013-08-211-1/+5
* fixed: include boost header as necessarytheuni2013-08-211-0/+1
* Performance optimization for bloom filters.Gregory Maxwell2013-08-214-7/+33
* Merge commit '6519339fe849bdbbff047d9eef8ab6c5fbb3e2a4'Pieter Wuille2013-08-211-1/+5
* Merge commit 'cb1e39f0a35cc2b36fb748c26f69cd27e0ed5332' as 'src/leveldb'Pieter Wuille2013-08-20137-0/+27817
* Remove inline LevelDB to prepare for git-subtree versionPieter Wuille2013-08-20136-27582/+0
* Checkpoint at block 250,000Gavin Andresen2013-08-201-2/+3
* Simplify storage of orphan transactionsGavin Andresen2013-08-203-57/+36
* Revert "Truncate oversize 'tx' messages before relaying/storing."Gavin Andresen2013-08-201-10/+0
* Make RPC password resistant to timing attacksGavin Andresen2013-08-203-1/+27
* Fix multi-block reorg transaction resurrectionMatt Corallo2013-08-201-3/+3
* Bump version numbers to prep for 0.8.4 releaseGavin Andresen2013-08-201-1/+1
* Bump version numbers for 0.8.3 releasev0.8.3Gavin Andresen2013-06-251-2/+2
* Dump addresses every 15 minutes instead of 10 secondsPieter Wuille2013-06-252-3/+6
* Truncate oversize 'tx' messages before relaying/storing.Peter Todd2013-06-251-0/+10
* Merge pull request #2696 from robbak/util_h-Add_stdarg_includev0.8.2Wladimir J. van der Laan2013-05-251-0/+2
|\
| * Explicitly #include stdarg.h, for access to va_listRobert Backhaus2013-05-241-0/+2
* | Bump build number to 0.8.2.2 for v0.8.2rc3v0.8.2rc3Gavin Andresen2013-05-241-1/+1
* | Merge pull request #2683 from Diapolo/translationsGavin Andresen2013-05-241-1/+1
|\ \
| * | translations update 2013-05-23Philip Kaufmann2013-05-231-1/+1
| |/
* | Fix crash-at-shutdown if exiting before initializing walletGavin Andresen2013-05-241-1/+2
* | Clean up mining CReserveKey to prevent crash at shutdownGavin Andresen2013-05-233-6/+14
|/
* Merge pull request #2682 from sipa/morewalletbbGregory Maxwell2013-05-222-1/+4
|\
| * More bestblock records in walletsPieter Wuille2013-05-222-1/+4
* | Merge pull request #2652 from gavinandresen/version_0.8.2_finalGavin Andresen2013-05-221-2/+2
|\ \
| * | Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1Gavin Andresen2013-05-131-2/+2
* | | Merge pull request #2649 from Diapolo/translationsGavin Andresen2013-05-2212-308/+3247
|\ \ \ | |_|/ |/| |
| * | translations update 2013-05-19 (for 0.8.2 release)Philip Kaufmann2013-05-1912-308/+3247
| |/
* | Merge pull request #2677 from sipa/fastcreateGavin Andresen2013-05-222-20/+10
|\ \
| * | CreateNewBlock performance improvementsPieter Wuille2013-05-212-20/+10
| |/
* / Add a few data-driven tests for SIGHASH_ANYONECANPAYMatt Corallo2013-05-212-2/+17
|/
* Update version numbers for 0.8.2rc1 releasev0.8.2rc1Gavin Andresen2013-05-101-2/+2
* Merge pull request #2630 from Diapolo/translationsGavin Andresen2013-05-1045-2397/+3882
|\
| * translations update 2013-05-08Philip Kaufmann2013-05-0845-2397/+3882
* | Merge pull request #2635 from gavinandresen/boost_chrono_osxGavin Andresen2013-05-091-0/+2
|\ \
| * | Link with boost_chrono library on OSXGavin Andresen2013-05-091-0/+2
| |/
* / Specified base_uint component sizeWilliam Yager2013-05-071-2/+3
|/
* Merge pull request #2410 from gmaxwell/salvageharderGavin Andresen2013-05-071-2/+11
|\
| * Make explicitly requested salvage operations keep going when there is an error.Gregory Maxwell2013-03-241-2/+11
* | translations update 2013-05-07Philip Kaufmann2013-05-0747-3610/+3411
* | Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen2013-05-0411-67/+147
|\ \
| * | Un-hardcode TX_FEE constantsGavin Andresen2013-05-035-40/+53
| * | CreateTransaction: return strFailReason on failureGavin Andresen2013-05-034-17/+37
| * | Define dust transaction outputs, and make them non-standardGavin Andresen2013-05-036-27/+74
* | | Merge pull request #2606 from gavinandresen/threadfixPieter Wuille2013-05-042-3/+6
|\ \ \