5557 Commits (30c43d9821ca54a9fa69b8becce6e1bd8d4f0e25)

Author SHA1 Message Date
Jeff Garzik 6fd59ee897 script.h: set_vch() should shift a >32 bit value 10 years ago
Jeff Garzik cbe39a3852 Add "bitcoin-tx" command line utility and supporting modules. 10 years ago
Jeff Garzik 3ce7e669e3 bitcoin-cli, rpcrawtransaction: harmonize "{" styling 10 years ago
Cory Fields 2a5840096f core_read's ParseScript(): minor cleanups 10 years ago
Jeff Garzik b2aeaa7939 Move ParseScript() helper, becoming accessible outside src/test/ 10 years ago
Jeff Garzik ae775b5b31 Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 10 years ago
Jeff Garzik 2e7009d67b Avoid querying DNS seeds, if we have open connections. 10 years ago
Pieter Wuille 2887bffcfd Update coding style and add .clang-format 10 years ago
Wladimir J. van der Laan f9de17ec2f
Add warning comment to getinfo 10 years ago
Alex Morcos 961ae93c85 Fix minor bug which only affected log messages. 10 years ago
Philip Kaufmann d817187bdb [Qt] remove ProxySocksVersion from OptionID 10 years ago
Alex Morcos 17f15678d3 Fixed a bug with index bounds checking 10 years ago
Pieter Wuille d70bc52ee3 Rework block processing benchmark code 11 years ago
Philip Kaufmann f65352a7d0 [Qt] small Qt-only include cleanup 11 years ago
Wladimir J. van der Laan 93659379bd
Add comment about never updating nTimeOffset past 199 samples 11 years ago
Wladimir J. van der Laan 0430c30af1 Add missing FindNode prototype to net.h 11 years ago
paveljanik ab651b2d62
Fix typos in comments (missing i's). 11 years ago
Wladimir J. van der Laan 29eaa31694 ui: Make sure sendcoinsentry signals only connected once 11 years ago
Wladimir J. van der Laan 2a05101efd qt: Remove unused functions from BitcoinUnits 11 years ago
Wladimir J. van der Laan 91cce1732b qt: Use fixed-point arithmetic in amount spinbox 11 years ago
Pieter Wuille ad08d0b95b Bugfix: make CCoinsViewMemPool support pruned entries in underlying cache 11 years ago
Wladimir J. van der Laan afa71fb3e3
Harmonize importprivkey and importaddress documentation 11 years ago
Tom Harding 9c347313f7 CBloomFilter::clear() method 11 years ago
Philip Kaufmann f469f79ff8 remove an unneded .c_str() in OpenNetworkConnection() 11 years ago
Wladimir J. van der Laan 8f3f94a470 Revert "CBloomFilter::clear() method" 11 years ago
Wladimir J. van der Laan 98e84aae7a Revert "Relay double-spends, subject to anti-DOS" 11 years ago
Wladimir J. van der Laan 3015e0bca6 Revert "UI to alert of respend attempt affecting wallet." 11 years ago
Wladimir J. van der Laan 39d3f2cb40 Revert "Add -respendnotify option and new RPC data" 11 years ago
Wladimir J. van der Laan ad26dc9c31 Revert "Formatting, spelling, comment fixes." 11 years ago
Wladimir J. van der Laan cd057bfd41 Revert "Check signatures before respend relay" 11 years ago
Wladimir J. van der Laan 67cc8f25c2 Revert "Remove signal DoubleSpendDetected, use function" 11 years ago
Wladimir J. van der Laan 0de61e7585
qt: Move SplashFinished to after ClientModel/WalletModel creation 11 years ago
Cozz Lovan 027dcdc792 [Qt] Fix thin space in URI 11 years ago
Whit J b9345f7d1c
qt: Make error message for failed export a little friendlier 11 years ago
Otto Allmendinger d2d9dc063f script tests: add tests for CHECKMULTISIG limits 11 years ago
Jeff Garzik 3da434a2ef Introduce option to disable relay/mining of bare multisig scripts in TX outputs 11 years ago
Otto Allmendinger 89101c6e78 script test: test case for 5-byte bools 11 years ago
Wladimir J. van der Laan 5bb765507b
Fix a signed/unsigned warning introduced in 1b4568c 11 years ago
Otto Allmendinger 4cac5dbf83 script tests: value with trailing 0x00 is true 11 years ago
Otto Allmendinger 833ff161bc script tests: values that overflow to 0 are true 11 years ago
Otto Allmendinger 0072d98849 script tests: BOOLAND, BOOLOR decode to integer 11 years ago
Otto Allmendinger ed02282bba additional test for OP_SIZE in script_valid.json 11 years ago
Cory Fields 2d89ea9781 build: fix whitespace in pkg-config variable 11 years ago
Cory Fields ab123ad4d6 build: allow linux and osx to build against static qt5 11 years ago
Cory Fields 1e72d5c033 build: silence false errors during make clean 11 years ago
Cozz Lovan acd432b5b3 [Qt] Prevent balloon-spam after rescan 11 years ago
Philip Kaufmann c994d2e769 prevent SOCKET leak in BindListenPort() 11 years ago
Philip Kaufmann eaedb59e05 net: add SetSocketNonBlocking() as OS independent wrapper 11 years ago
Wladimir J. van der Laan 43f510d37d Convert closesocket 'compat wrapper' to function in netbase 11 years ago
Philip Kaufmann 7de3f1cfd6 fix help message for RPC getpeerinfo 11 years ago