5472 Commits (18051c7fbd224e32d9a5fea96f1083210cea3a14)

Author SHA1 Message Date
Derek701 ab45ddb599 Fix typo in gettransaction help 11 years ago
Pieter Wuille eb0b56b190 Simplify serialize.h's exception handling 11 years ago
Pieter Wuille 216e9a4456 Add a way to limit deserialized string lengths 11 years ago
Cory Fields 565e569772 libc-compat: add new symbol that's now needed 11 years ago
Ross Nicoll c7f3876d4a URLs containing a / after the address no longer cause parsing errors. 11 years ago
Philip Kaufmann b197bf3270 [Qt] disable tray interactions when client model set to 0 11 years ago
Philip Kaufmann 314fbd9ac7 [Qt] use BitcoinGUI::DEFAULT_WALLET constant in bitcoin.cpp 11 years ago
Philip Kaufmann 8ca6a16176 [Qt] ensure all class attributes are init to 0 11 years ago
Philip Kaufmann c4bae53092 [Qt] move SubstituteFonts() above ToolTipToRichTextFilter 11 years ago
Philip Kaufmann 94e1b9e05b [Qt] re-work overviewpage UI 11 years ago
Philip Kaufmann efd6b87811 small net cleanup 11 years ago
ntrgn c4a77090c4 Fixes ignored qt 4.8 codecs path on windows when configuring with --with-qt-libdir 11 years ago
Cory Fields 292cc072f3 qt: fix unicode character display on osx when building with 10.7 sdk 11 years ago
Wladimir J. van der Laan 6c23b08203
CCoinsKeyHasher::operator() should return size_t 11 years ago
Cory Fields d597219d6d build: add --with-qt-translationdir to configure for use with static qt 11 years ago
Cory Fields f8120f7e0f build: Find the proper xcb/pcre dependencies 11 years ago
Wladimir J. van der Laan e05d72055a
qt: bitcoin_en update after 8d0d512 11 years ago
Wladimir J. van der Laan 733177ebd3 Remove size limit in RPC client, keep it in server 11 years ago
Wladimir J. van der Laan e17151ad2a Avoid a copy in RPC output 11 years ago
ntrgn 9ce0774aba
build: Fix windows configure when using --with-qt-libdir 11 years ago
Philip Kaufmann a409467e14 more Bitcoin -> Bitcoin Core string changes 11 years ago
Philip Kaufmann ead6737b87 [Qt] format ping times in peers tab as ms 11 years ago
Jeff Garzik 70b9d36a2c
Log "version" message IP addresses in client connect summary 11 years ago
Wladimir J. van der Laan 488a616439
qt: Demote ReportInvalidCertificate message to qDebug 11 years ago
Philip Kaufmann a5b2d9c82e [Qt] tweak new peers tab in console window 11 years ago
pryds 2b410c2fe1 Typo, and a few "Bitcoin" -> "Bitcoin Core" 11 years ago
Daniel Kraft b33bd7a3be Implement "getchaintips" RPC command to monitor blockchain forks. 11 years ago
Wladimir J. van der Laan a60120e951 Add built-in seeds for .onion 11 years ago
jtimon f5745fa52a Declare SignatureHash() in script.h 11 years ago
Philip Kaufmann 2b600992e8 add license header to core_io.h, core_read/_write.cpp 11 years ago
Philip Kaufmann 1b73d36b2c fix compilation error in core_io.h 11 years ago
Philip Kaufmann 283a3b88b6 small ordering cleanup of init help message 11 years ago
Wladimir J. van der Laan 9fcb410195
qt: Remove '0 BTC' placeholder from translation 11 years ago
Wladimir J. van der Laan c0e9548b63
qt: more watchonly -> watch-only 11 years ago
Wladimir J. van der Laan bd26fee10b
qt: Update some messages after suggestions by translators 11 years ago
Wladimir J. van der Laan 84c5f77deb
English translation update 11 years ago
Wladimir J. van der Laan bdba2dd000
qt: Remove an obscure option no-one cares about 11 years ago
Jeff Garzik c7614f16d6
univalue: remove unused methods getArray, getObject 11 years ago
Doug bd0aa10519 Replace the temporary file hack currently used to change Bitcoin-Qt's dock icon (OS X) with a buffer-based solution. 11 years ago
Wladimir J. van der Laan 075cf49e59 Add GetNetworkName function 11 years ago
Wladimir J. van der Laan c91a9471be Add IsReachable(net) function 11 years ago
Wladimir J. van der Laan 60dc8e4208 Allow -onlynet=onion to be used 11 years ago
jtimon f0c2915f66 Simplify and rename CheckWork to ProcessBlockFound 11 years ago
Alex Morcos e59441f086 Process fee estimate file into temporary vector first to let sanity checking complete. 11 years ago
Jeff Garzik 6fd59ee897 script.h: set_vch() should shift a >32 bit value 11 years ago
Jeff Garzik cbe39a3852 Add "bitcoin-tx" command line utility and supporting modules. 11 years ago
Jeff Garzik 3ce7e669e3 bitcoin-cli, rpcrawtransaction: harmonize "{" styling 11 years ago
Cory Fields 2a5840096f core_read's ParseScript(): minor cleanups 11 years ago
Jeff Garzik b2aeaa7939 Move ParseScript() helper, becoming accessible outside src/test/ 11 years ago
Jeff Garzik ae775b5b31 Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 11 years ago