aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Rename database directoriesPieter Wuille2013-01-282-4/+4
| * | | | | | | | Remove support for pre-checksum undo filesPieter Wuille2013-01-281-11/+1
* | | | | | | | | New seed nodes, from http://bitcoin.sipa.be/seeds.txtGavin Andresen2013-01-291-77/+75
|/ / / / / / / /
* | | | | | | | Merge pull request #1549 from TheBlueMatt/addnoderpcGavin Andresen2013-01-285-19/+180
|\ \ \ \ \ \ \ \
| * | | | | | | | Try more than the first address for a DNS -addnode.Matt Corallo2013-01-271-2/+2
| * | | | | | | | Add a getaddednodeinfo RPC.Matt Corallo2013-01-273-0/+95
| * | | | | | | | Add addnode RPC command.Matt Corallo2013-01-273-0/+44
| * | | | | | | | Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()).Matt Corallo2013-01-271-0/+2
| * | | | | | | | Use a copy in place of mapMultiArgs["-addnode"].Matt Corallo2013-01-272-18/+38
* | | | | | | | | Merge pull request #2223 from gavinandresen/nonfinalnonstandardGavin Andresen2013-01-281-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Treat non-final transactions as non-standardGavin Andresen2013-01-261-0/+3
* | | | | | | | | | 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