aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #2182 from gavinandresen/addressoracleGavin Andresen2013-01-264-32/+31
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Let limitfreerelay=0 reject ALL free transactionsGavin Andresen2013-01-231-1/+1
| * | | | | | | Remove IsFromMe() check in CTxMemPool::accept()Gavin Andresen2013-01-154-32/+31
* | | | | | | | Check only 288 blocks at startup by defaultPieter Wuille2013-01-262-2/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | full translations updatePhilip Kaufmann2013-01-2640-8896/+23650
* | | | | | | Merge pull request #2168 from sipa/txindexGavin Andresen2013-01-255-7/+94
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add optional transaction index to databasesPieter Wuille2013-01-185-7/+94
* | | | | | | Merge pull request #2207 from gavinandresen/leveldb19Gavin Andresen2013-01-2441-988/+2029
|\ \ \ \ \ \ \
| * | | | | | | Fix corruption bug found and analyzed by [email protected]David Grogan2013-01-235-2/+115
| * | | | | | | added utility to dump leveldb filesSanjay Ghemawat2013-01-235-5/+253
| * | | | | | | Port leveldb to MinGW32Gavin Andresen2013-01-236-38/+68
| * | | | | | | Mingw support for Windows LevelDB portPieter Wuille2013-01-232-0/+13
| * | | | | | | Pre-Vista leveldb::port::InitOnce implementationPieter Wuille2013-01-232-8/+21
| * | | | | | | Native Windows LevelDB portPieter Wuille2013-01-237-1/+1371
| * | | | | | | Remove Snappy supportPieter Wuille2013-01-231-11/+0
| * | | | | | | Replace leveldb/ with vanilla 1.7.0Pieter Wuille2013-01-2334-1216/+481
* | | | | | | | Bitcoin-Qt: cleanup / optimise addressbookpagePhilip Kaufmann2013-01-232-21/+24
* | | | | | | | Merge pull request #2187 from CodeShark/SyncWithWalletsFixGavin Andresen2013-01-231-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Moved SyncWithWallets out of ProcessMessage and into CTxMemPool::accept() so ...Eric Lombrozo2013-01-181-2/+1
| |/ / / / / /
* | | | | | | Merge pull request #2114 from sipa/strictstrictGavin Andresen2013-01-231-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Make IsCanonicalScript() check the hash type more thoroughlyPieter Wuille2012-12-221-1/+2
* | | | | | | | Merge pull request #2167 from Diapolo/Qt_laa_flagGavin Andresen2013-01-232-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | enable GCC large address aware linker flag (Windows only)Philip Kaufmann2013-01-172-2/+4
* | | | | | | | | Merge pull request #2192 from mikehearn/notfoundmsgGavin Andresen2013-01-231-1/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add a notfound message to getdata that is sent if any transactions that aren'...Mike Hearn2013-01-191-1/+17
* | | | | | | | | | Merge pull request #2188 from TheBlueMatt/bloomGavin Andresen2013-01-233-4/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZEMatt Corallo2013-01-183-3/+5
| * | | | | | | | | | Send transactions after a CMerkleBlock when asked for it in an inv.Matt Corallo2013-01-181-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1872 from gmaxwell/listaddrnotmineGregory Maxwell2013-01-211-12/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | In listaddressgroupings push down the IsMine check to run on each input.Gregory Maxwell2012-12-141-12/+21
* | | | | | | | | | | Merge pull request #2193 from Diapolo/Qt_parseBitcoinURIGavin Andresen2013-01-211-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bitcoin-Qt: extend parseBitcoinURI() pre-checkPhilip Kaufmann2013-01-211-1/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2190 from sipa/fixgenesisGavin Andresen2013-01-211-15/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bugfix + simplify special case for genesisPieter Wuille2013-01-191-15/+8
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | make bitcoinrpc.cpp UTF-8 conformant againPhilip Kaufmann2013-01-201-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #2157 from Diapolo/Qt_addrlistWladimir J. van der Laan2013-01-194-33/+64
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bitcoin-Qt: fix known addressbook bugsPhilip Kaufmann2013-01-094-33/+64
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2171 from Diapolo/initWladimir J. van der Laan2013-01-193-4/+10
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | add InitMessage() to noui and use debug.log for GUIPhilip Kaufmann2013-01-113-4/+10
* | | | | | | | | | Merge pull request #2149 from sipa/fixtxoutrpcGavin Andresen2013-01-171-3/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make output of gettxout RPC more consistentPieter Wuille2013-01-041-3/+4
* | | | | | | | | | | Merge pull request #2060 from sipa/parallelGavin Andresen2013-01-178-41/+341
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove contention on signature cache during block validationPieter Wuille2013-01-083-10/+16
| * | | | | | | | | | Parallelize script verificationPieter Wuille2013-01-086-6/+280
| * | | | | | | | | | Remove CheckSig_mode and move logic out of CheckInputs()Pieter Wuille2013-01-082-14/+8
| * | | | | | | | | | Add CScriptCheck: a closure representing a script checkPieter Wuille2013-01-082-8/+34
| * | | | | | | | | | Move VerifySignature to mainPieter Wuille2013-01-084-14/+14
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1795 from TheBlueMatt/bloomGavin Andresen2013-01-1720-62/+1312
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Filter mempool commandMatt Corallo2013-01-161-5/+8
| * | | | | | | | | | Add nFlags to CBloomFilter to make filter updating optional.Matt Corallo2013-01-163-26/+145