5983 Commits (df9c2ee1c9c02b79ccbb6cbae03096c3f9af23c7)

Author SHA1 Message Date
Philip Kaufmann deda3e156d [Qt] remove unused getNumBlocksAtStartup() from ClientModel 10 years ago
Philip Kaufmann 47ee8cf091 [Qt] use qint64 in BitcoinGUI::setNumBlocks 10 years ago
Gregory Maxwell 28d4cff0ed Sanitize command strings before logging them. 10 years ago
Ivan Pustogarov dca799e1db Ignore getaddr messages on Outbound connections. 10 years ago
Wladimir J. van der Laan f5791c6ae3 Add more information to errors in ReadBlockFromDisk 10 years ago
Jonas Schnelli d67a642392 [Qt] add bitcoin logo to about screen 10 years ago
Jonas Schnelli 17115d0a34 fix getblocktemplate lock issue 10 years ago
Philip Kaufmann 25cf6f3d41 minor rework of SendMoney in rpcwallet 10 years ago
Philip Kaufmann a6516686dc [Qt] prevent amount overflow problem with payment requests 10 years ago
Cory Fields 7f991e364e c++11: These look like user-defined literals. 10 years ago
Cory Fields 5a6155ccfa c++11: don't forward-declare types used in maps 10 years ago
Cory Fields 3447cf87e2 c++11: MOVEONLY: break circular dependency in wallet 10 years ago
Cory Fields bbacd88204 c++11: MOVEONLY: move function definitions out of the header 10 years ago
Cory Fields a2b04ddfe6 build: fix newer boost build with c++11 10 years ago
Daniel Kraft eb1c2cd37f Split logic to undo txin's off DisconnectBlock. 10 years ago
Suhas Daftuar cf008ac8c3 Acquire CCheckQueue's lock to avoid race condition 10 years ago
Pieter Wuille 9fddceda44 Avoid storing a reference passed to SignatureChecker constructors 10 years ago
Pieter Wuille 858809a33e Use separate SignatureChecker for CMutableTransaction 10 years ago
Shaul Kfir f4b2078f72 Replace difficulty readjustment blocks with Interval() 10 years ago
Pieter Wuille bf6cdebdc5 Increase coverage of DERSIG edge cases 10 years ago
Pieter Wuille 5a47811da5 BIP66 changeover logic 10 years ago
Pieter Wuille 092e9fe5fb Example unit tests from BIP66 10 years ago
Pieter Wuille 80ad135a5e Change IsDERSignature to BIP66 implementation 10 years ago
Daira Hopwood 1371e6f5db Change "insane" to "absurd" (referring to high fees) in text strings and identifiers. 10 years ago
bikinibabe ee932025c1 Changed pronouns for correctness and inclusivity 10 years ago
Vitalii Demianets bd2b73bb9b TRIVIAL: fix misleading comment 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Pavel Janík 91a9fe094b Fix typo - sentence starts with capital letter 10 years ago
Manuel Araoz d6bed1514c remove sig_canonical.json and sig_noncanonical.json 10 years ago
Philip Kaufmann fdf80ea7b1 [Qt] allow unit changes for read-only BitcoinAmountField 10 years ago
randy-waterhouse 72ac792b4a Format build flags in src/Makefile.am. 10 years ago
fsb4000 55eade9d46 Change Coin Control first column label 10 years ago
Wladimir J. van der Laan 5ebe0956b3 Trim RPC command table 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Earlz 14d023f1ae change hardcoded character constants to a set of descriptive named constants for database keys 10 years ago
fsb4000 e5d9d77df2 fix crash: createmultisig and addmultisigaddress 10 years ago
fsb4000 0eade74c78 fix crash: CoinControl "space" bug 10 years ago
Cory Fields 6bbca99baa LSSharedFileListItemResolve() was deprecated in Mac OS X 10.10, use LSSharedFileListItemCopyResolvedURL() instead 10 years ago
Wladimir J. van der Laan 66b473457b
Delete RecvLine function 10 years ago
Wladimir J. van der Laan 28ee7e8b8c Get rid of DetectShutdownThread 10 years ago
Cory Fields 73cd4edb4f qt: avoid hard-coding font names 10 years ago
Cory Fields 52954e6efd qt: fix broken unicode chars on osx 10.10 10 years ago
Cory Fields f5ad78b34a qt: fonts: allow SubstituteFonts to filter based on user's language 10 years ago
Alex Morcos 2d9b0b7f03 Fix priority calculation in CreateTransaction 10 years ago
Gregory Maxwell 7d2cb48511 Restore RPC HTTP keepalives to default. 10 years ago
Jonas Schnelli 652eb904df [Qt] change transaction table column width 10 years ago
Jonas Schnelli af95b17d0d [Qt] resize oversized icons 10 years ago
Philip Kaufmann 0c03a93e70 [Qt] add debug logging for -rootcertificates option 10 years ago
Philip Kaufmann 6715efb9ca [Qt] Payment request expiration bug fix (re-done) 10 years ago
Gregory Maxwell 16a5c18cea Add a -rpckeepalive and disable RPC use of HTTP persistent connections. 10 years ago