1855 Commits (31a8b70ee3ad243a7d2a3401ced79f5ece6b4a00)

Author SHA1 Message Date
Giel van Schijndel b277b0f100 Don't check for __linux__ specifically, check for PR_SET_NAME feature instead 12 years ago
Giel van Schijndel 304ca95508 Add support for renaming FreeBSD and OpenBSD threads 12 years ago
Giel van Schijndel 9f46ab62b1 Fix thread names after review 12 years ago
Giel van Schijndel 96931d6f78 Give threads a recognisable name to aid in debugging 12 years ago
Giel van Schijndel f04f24503d Use linker-arguments only when linking 12 years ago
fanquake 1f915e418c Correct OpenSSL in makefile 12 years ago
Philip Kaufmann b9a33a61a0 change Window title to "Bitcoin - Wallet" / misc related renames 12 years ago
Philip Kaufmann 56d673675d when on testnet, set testnet icon for about dialog 12 years ago
Philip Kaufmann 81ccec4042 enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8 12 years ago
Gavin Andresen 771ffb5e28 Bug fix: sendrawtransaction was not relaying properly 12 years ago
Luke Dashjr 639b61d78e Tests for CreateNewBlock 12 years ago
Philip Kaufmann 144bfd9c53 optionsmodel cleanup 12 years ago
Philip Kaufmann a04030d30f fix a wrong string in signverifymessagedialog.ui 12 years ago
Gregory Maxwell ff20f32338 Reorder dnsseed list, Jeff's seed list is static so put it last. 12 years ago
Philip Kaufmann fd28283707 fix some recently added translation plurals 12 years ago
Wladimir J. van der Laan b42adfe052 Translation strings update 12 years ago
Wladimir J. van der Laan 2e00b8fbd9 Persistently poll for balance change when number of blocks changed 12 years ago
Luke Dashjr 148e107da6 Run BDB disk-less for test_bitcoin 12 years ago
Gavin Andresen 4060d64fc9 Fix Qt build on OSX 12 years ago
Philip Kaufmann ddadf791f1 replace some ugly code in addressbookpage.cpp 12 years ago
Pieter Wuille 6ece1d747e CHashWriter that does SHA256 in-place during serialization 12 years ago
Philip Kaufmann c7441658da show used OpenSSL library version in debug window 12 years ago
Philip Kaufmann 0e3947ef32 fix typo in optionsmodel.cpp 12 years ago
Douglas Huff b19811d5f4 Fix OBO in socks5 auth proposal. This fixes compatibility with openssh's socks5 proxy and tor's .2.3.x branch. 12 years ago
Philip Kaufmann 5c83f797c5 update QRCodeDialog 12 years ago
Gavin Andresen 2a919e396d Warn if blockchain majority doesn't match CBlock::CURRENT_VERSION 12 years ago
Gavin Andresen dae3e10a5a Treat non-version-1 transactions as non-standard 12 years ago
Philip Kaufmann 47894585ae GUI: merge sign/verify message into a single window with tabbed UI 12 years ago
Jeff Garzik 698b9f3095 bitcoinrpc.cpp: Removed outdated comment 12 years ago
Gavin Andresen dab9fa7f91 Use unsigned ints to fix signed/unsigned warnings 12 years ago
Scott Ellis 6c83a8419b Add a timer to check for changes in immature or unconfirmed balances, 12 years ago
Gavin Andresen a2709fad7f Implement raw transaction RPC calls 12 years ago
Gavin Andresen 899d373b3c RPCTypeCheck method to make type-checking JSON Arrays easier. 12 years ago
Gavin Andresen 34420d655d Refactor: SignSignature/VerifyScript 12 years ago
Gavin Andresen 9a6ab7f142 Rework gettransaction / getblock RPC calls 12 years ago
Matt Corallo 24154ed64b Fix remaining warnings. 12 years ago
Philip Kaufmann 31b581bcac write used OpenSSL library version to debug.log 12 years ago
Jeff Garzik f77654a0e9 CTxMemPool: eliminate redundant lock, GetHash() call 12 years ago
Matt Corallo 96929a5515 Remove duplicate GetHash() in ConnectBlock 12 years ago
Jeff Garzik 613389019e RPC: add support for JSON-RPC 2.0-style request batching 12 years ago
Jeff Garzik c6494d82fa RPC: break out high level JSON-RPC req/resp into their own functions 12 years ago
Matt Corallo 4d9c55da72 Work around a distcc bug where -MMD output isn't copied. 12 years ago
Philip Kaufmann b7506b302d enhance translation possibilities in TransactionDesc / misc other changes 12 years ago
R E Broadley 90c838da9f Show when node is misbehaving, not just at the point that it gets banned. 12 years ago
R E Broadley 812392d325 Include human readble format for nRequestTime. 12 years ago
Matt Corallo 467b79391f Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541) 12 years ago
Gregory Maxwell 19521acfa4 Do not consider inbound peers for outbound network group exclusion. 12 years ago
Jeff Garzik 18e8e43715 RPC getpeerinfo: s/height/startingheight/ for returned nStartingHeight value 12 years ago
Matt Corallo 6d6c2afb2b Change default send buffer to 1Mb. 12 years ago
Matt Corallo 3c3cb60a90 Remove useless high-volume printf (fixes #1544). 12 years ago