8918 Commits (72fb5158b1c8bd85c2bccc87ba814170a0095d34)

Author SHA1 Message Date
jtimon 0d2fa14a34 Move scriptutils.o to wallet 10 years ago
Wladimir J. van der Laan 6050ab6855 netbase: Make SOCKS5 negotiation interruptible 10 years ago
Philip Kaufmann faadbe1733 remove unneeded cast in rpcmisc.cpp 10 years ago
Philip Kaufmann 2c2cc5dac1
Remove some unnecessary c_strs() in logging and the GUI 10 years ago
Jeff Garzik 540ac4514d Avoid returning many "inv" orphans 10 years ago
Wladimir J. van der Laan d4168c82be Limit CNode::mapAskFor 10 years ago
Pieter Wuille 6022b5dc6b Make script_{valid,invalid}.json validation flags configurable 10 years ago
jtimon e8b5f0d549 Move CBlockIndex, CChain and related code out of main 10 years ago
jtimon 6db83db3eb Decouple CChain from mapBlockIndex 10 years ago
jtimon e088d65acb Separate script/sign 10 years ago
jtimon 9294a4bbe7 Separate CScriptCompressor 10 years ago
jtimon c4408a6c85 Separate script/standard 10 years ago
jtimon da03e6ed7c Separate script/interpreter 10 years ago
jtimon cbd22a50c4 Move CScript class and dependencies to script/script 10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) 10 years ago
Wladimir J. van der Laan 89d91f6aa7 Avoid repeated lookups in mapOrphanTransactions and mapOrphanTransactionsByPrev 10 years ago
Alex Morcos c26649f9ed Track modified size in TxMemPoolEntry so that we can correctly compute priority. 10 years ago
Wladimir J. van der Laan f7d0a86bf6 netbase: Use .data() instead of .c_str() on binary string 10 years ago
Wladimir J. van der Laan a95b1199db
qt: Remove thousands separators after decimal point 10 years ago
Peter Todd 8e44f2e00a
Clarify 'compressed nor uncompressed' error message 10 years ago
Andreas Schildbach 45a4baf100 Add testnet DNS seed of Andreas Schildbach. 10 years ago
ENikS 8d657a6517 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' 10 years ago
R E Broadley 346193bd93 Cleanup messy error messages 10 years ago
Wladimir J. van der Laan 41ef558aa9
univalue: make spaceStr thread-safe 10 years ago
Philip Kaufmann 2605b94d73 [Qt] update form files for setting autoDefault explicitly to false 10 years ago
Teran McKinney f79323b0dd
Improve readability of CAddrInfo::IsTerrible 10 years ago
Philip Kaufmann 1ffb99b07f [Qt] copyright, style and indentation cleanup of Qt tests 10 years ago
Philip Kaufmann a264e445ff remove dup include of foreach.hpp in script.cpp 10 years ago
Pieter Wuille 1e4f87f5a1 Use memcmp for uint256 equality/inequality 10 years ago
Pieter Wuille 8a41e1edd4 Use boost::unordered_map for mapBlockIndex 10 years ago
Pieter Wuille 145d5be896 Introduce BlockMap type for mapBlockIndex 10 years ago
Pieter Wuille a0dbe433bd checkpoints.cpp depends on main, it can use mapBlockIndex directly 10 years ago
Pieter Wuille 629d75faac Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. 10 years ago
Wladimir J. van der Laan bbda40226b
net: Remove MilliSleep from StopNode 10 years ago
Matt Corallo 550d4fa7a7 Remove DNS Seeds run by entities which were never well-established. 10 years ago
phantomcircuit 9189f5fe4d remove useless millisleep 10 years ago
Pieter Wuille 910526d848 Use OR of respective block flags for masks 10 years ago
Pieter Wuille 3f6540ad8f Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 10 years ago
jtimon 53efb09e4c Discover some missing includes 10 years ago
jtimon 8d5e5102f6 Remove unused function StackString() and class CCoins; 10 years ago
ENikS c0f5d4aba5 Fixing Compiler Error C2466 10 years ago
Pieter Wuille 47eb76597e Serializer simplifications after IMPLEMENT_SERIALIZE overhaul 10 years ago
Wladimir J. van der Laan 6f5d33b3d2
Update translations after update script improvements 10 years ago
Cozz Lovan d920f7dcf8 Move g_signals.SetBestChain(..) below SyncWithWallets 10 years ago
Pieter Wuille 31e9a8384a Use CSizeComputer to avoid counting sizes in SerializationOp 10 years ago
Kamil Domanski 84881f8c47 rework overhauled serialization methods to non-static 10 years ago
Kamil Domanski 5d96b4ae01 remove fields of ser_streamplaceholder 10 years ago
Kamil Domanski 3d796f8996 overhaul serialization code 10 years ago
Daniel Kraft 4b0deb3b2d Clean up CMerkleTx::SetMerkleBranch. 10 years ago
Ross Nicoll e84843c0db Broken addresses on command line no longer trigger testnet. 10 years ago