1791 Commits (c3856bb0116813840a4c9e4525336c2a0a36d4a2)

Author SHA1 Message Date
Wladimir J. van der Laan 6117afeeaa Update strings for 0.7.0rc2 12 years ago
Philip Kaufmann e273c51287 Update string for Show/Hide in the tray 12 years ago
Gregory Maxwell 6a60c64c6b Don't retry a failing IRC nickname forever. 12 years ago
Gregory Maxwell 3595b18793 Don't force IRC off if not listening, do force it off if IPv4 is off. 12 years ago
Pieter Wuille af4da4be3d Bugfix: increase score, not port 12 years ago
Wladimir J. van der Laan ba7ba84f07 Add boost chrono lib for windows builds (required for boost 1.50) 12 years ago
Gavin Andresen 03fa53a640 Version numbers -> 0.7.0 12 years ago
Matt Corallo a1755ec426 Upgrade to Boost 1.50 12 years ago
Gavin Andresen ef8e821cf2 Fix compiler warning on mac 12 years ago
Gavin Andresen ea2fda46c3 Special-case the last alert for alert-key-compromised case 12 years ago
Luke Dashjr 1837696580 Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, rather than hacking boost in gitian 12 years ago
Gavin Andresen d5a52d9b3e Alert system DoS prevention 12 years ago
Wladimir J. van der Laan 12324c1693 Update Czech translation from Transifex 12 years ago
Luke Dashjr bc8d832335 Abstract all IPC communication to qtipcserver 12 years ago
Wladimir J. van der Laan 382b75f528 Override progress bar on platforms with segmented progress bars 12 years ago
Philip Kaufmann 9fd537965d Qt: add copyrightLabel to aboutdialog.ui 12 years ago
Pieter Wuille 65ce215641 Make 0-value outputs non-standard 12 years ago
Gregory Maxwell b1093efa83 Change CWallet addressgrouping to use CTxDestination instead of strings. 12 years ago
Gregory Maxwell bdab0cf58c Avoid leaving return types or function attributes on their own lines. 12 years ago
Luke Dashjr e07c8e9123 Treat generation (mined) transactions less different from receive transactions 12 years ago
Luke Dashjr 9655d73f49 Allow building with IPv6 support, but it disabled by default 12 years ago
Luke Dashjr 45beb88966 Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} too 12 years ago
Luke Dashjr e422bebbdc Make IPv6 support buildtime-optional again (defaults to enabled) 12 years ago
Wladimir J. van der Laan 05fa0de6d8 Add icon for "About Qt" in menu 12 years ago
Gregory Maxwell 92735bca31 Add txout address filtering to listunspent. 12 years ago
coderrr 22dfd73598 Add address groupings RPC from the coincontrol patches. 12 years ago
Luke Dashjr c3f95ef13f Choose reasonable "smart" times to display for transactions 12 years ago
Luke Dashjr bdbfd2329a JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to transaction Object outputs 12 years ago
Luke Dashjr 9c7722b7c5 Store a fixed order of transactions (and accounting) in the wallet 12 years ago
xanatos 331544bc37 Spaces in strings 12 years ago
xanatos b765385a3e Removed useless assignment 12 years ago
Wladimir J. van der Laan 0b886ad1bd Make CCrypter use LockedPageManager to manage locked pages 12 years ago
Wladimir J. van der Laan e95568b78d Handle locked pages more robustly (Fixes issue #1462) 12 years ago
Wladimir J. van der Laan d9725378b0 Update translations from transifex 12 years ago
Pieter Wuille f161a2c211 Fix infinite loops in connection logic 12 years ago
Gavin Andresen 80cfc3a485 Checkpoint at block 193,000 12 years ago
Pieter Wuille 5c88e3c108 Do not accept orphan blocks in -loadblock mode 12 years ago
Jeff Garzik 0e1d3551da RPC: add facility to enable RPCs to run outside cs_main, wallet locks 12 years ago
Gavin Andresen cd58f05894 Restore OSX 10.5 compatibility (do not use pthread_setname_np) 12 years ago
Gavin Andresen b4b7ed1915 Fix 32-bit build error: include util.h to get int64 typedef 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 12 years ago
Jeff Garzik a2168d94c0 RPC: submitblock returns null on success, string on error 12 years ago
Jeff Garzik 7600e7fc39 RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code 12 years ago
Jeff Garzik ddd1ffb4f1 RPC, cosmetic: de-indent getblocktemplate() 12 years ago
Jeff Garzik 79f2525ab6 RPC: split new 'submitblock' out of 'getblocktemplate' 12 years ago
Gavin Andresen cc6dfd1f4b Allow signrawtransaction '...' null null 'hashtype' 12 years ago
Gavin Andresen d5e7b61173 When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outputs. 12 years ago
Matt Corallo da9e86c3b6 Allow setting a different linker than compiler in makefile.unix 12 years ago
Matt Corallo fc4743faa8 Add data-driven transaction tests. 12 years ago