- 28 Aug, 2014 2 commits
-
-
randy-waterhouse authored
-
Jeff Garzik authored
Needed to build breakage reported by Arnavion on IRC: qt/splashscreen.cpp: In constructor 'SplashScreen::SplashScreen(const QPixmap&, Qt::WindowFlags, bool)': qt/splashscreen.cpp:33:98: error: 'FormatFullVersion' was not declared in this scope
-
- 27 Aug, 2014 6 commits
-
-
Wladimir J. van der Laan authored
Fixes #4771
-
Pieter Wuille authored
654871d4 replace ComputeMinWork with CheckMinWork (jtimon) b343c1a1 Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits) (jtimon) c2c02f3f Move UpdateTime to pow (jtimon)
-
Pieter Wuille authored
92bb6f2f Bypass reloading blocks from disk (Pieter Wuille)
-
Wladimir J. van der Laan authored
This reverts commit da2ec100.
-
Wladimir J. van der Laan authored
df7565d9 depends: add sensible download timeout/retry values (Cory Fields) c897b1e7 depends: add a fallback path in case package sources go missing (Cory Fields)
-
Cory Fields authored
-
- 26 Aug, 2014 21 commits
-
-
Wladimir J. van der Laan authored
Don't clear tray icon menu if it was never created. Necessary precaution after #4649.
-
Wladimir J. van der Laan authored
1c5f0af0 [Qt] Add column Watch-only to transactions list (Cozz Lovan) 939ed973 Add boolean HaveWatchonly and signal NotifyWatchonlyChanged (Cozz Lovan)
-
Wladimir J. van der Laan authored
b197bf32 [Qt] disable tray interactions when client model set to 0 (Philip Kaufmann) 314fbd9a [Qt] use BitcoinGUI::DEFAULT_WALLET constant in bitcoin.cpp (Philip Kaufmann) 8ca6a161 [Qt] ensure all class attributes are init to 0 (Philip Kaufmann)
-
Pieter Wuille authored
ad49c256 Split up util.cpp/h (Wladimir J. van der Laan) f841aa28 Move `COIN` and `CENT` to core.h (Wladimir J. van der Laan) 6e5fd003 Move `*Version()` functions to version.h/cpp (Wladimir J. van der Laan) b4aa769b Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h (Wladimir J. van der Laan) af8297c0 Move functions in wallet.h to implementation file (Wladimir J. van der Laan) 651480c8 move functions in main and net to implementation files (Wladimir J. van der Laan) 610a8c07 Move SetThreadPriority implementation to util.cpp instead of the header (Wladimir J. van der Laan) f780e65a Remove unused function `ByteReverse` from util.h (Wladimir J. van der Laan) 121d6ad9 Remove unused `alignup` function from util.h (Wladimir J. van der Laan) d1e26d4e Move CMedianFilter to timedata.cpp (Wladimir J. van der Laan)
-
Pieter Wuille authored
aa41ac21 Test IsPushOnly() with invalid push (Peter Todd)
-
Pieter Wuille authored
d0867acb Use const CCoinsView's at some places. (Daniel Kraft) a3dc587a Make appropriate getter-routines "const" in CCoinsView. (Daniel Kraft) ffb4c210 Mark LevelDB "Read" and "Exists" functions as const. (Daniel Kraft)
-
Wladimir J. van der Laan authored
Split up util.cpp/h into: - string utilities (hex, base32, base64): no internal dependencies, no dependency on boost (apart from foreach) - money utilities (parsesmoney, formatmoney) - time utilities (gettime*, sleep, format date): - and the rest (logging, argument parsing, config file parsing) The latter is basically the environment and OS handling, and is stripped of all utility functions, so we may want to rename it to something else than util.cpp/h for clarity (Matt suggested osinterface). Breaks dependency of sha256.cpp on all the things pulled in by util.
-
Wladimir J. van der Laan authored
Eventually these should end up in `money.h` after monetary amounts are typedef'ed, but at least they don't belong in `util.h`.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Breaks compile-time dependency of wallet.h on util.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Put the THREAD_* and PRIO_ constants in compat.h.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Now that we no longer use the median filter to keep track of the number of blocks of peers, that's the only place it is used.
-
Daniel Kraft authored
At some places where it is possible (e. g., CheckInputs), use a const version of CCoinsView instead of a non-const one.
-
Daniel Kraft authored
Mark the "Get"/"Have" routines in CCoinsView and subclasses as "const".
-
Daniel Kraft authored
Mark the "Read" and "Exists" functions in CLevelDBWrapper as "const". They do not change anything in the DB, by definition.
-
Wladimir J. van der Laan authored
425c7a83 travis: add doc (Cory Fields) 9380d019 travis: initial descriptor (Cory Fields) 386efb76 build: work around ccache/autotools warning-spamming bug (Cory Fields)
-
Pieter Wuille authored
-
- 25 Aug, 2014 6 commits
-
-
Cory Fields authored
-
Cory Fields authored
-
Wladimir J. van der Laan authored
0d27dad8 Clean-up SyncWithWallets/SyncTransaction (Cozz Lovan)
-
Wladimir J. van der Laan authored
c4a77090 Fixes ignored qt 4.8 codecs path on windows when configuring with --with-qt-libdir (ntrgn)
-
Wladimir J. van der Laan authored
da2ec100 Add a getutxos command to the p2p protocol. It allows querying of the UTXO set given a set of outpoints. (Mike Hearn)
-
Peter Todd authored
-
- 24 Aug, 2014 5 commits
-
-
Pieter Wuille authored
fff7455d Make CScript::clear() release its memory (Pieter Wuille) b0875eb3 Allow BatchWrite to destroy its input, reducing copying (Pieter Wuille)
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
Break into two steps: * Generate hash list * Build data file(s) from local bitcoind blocks/ directory. This supports building one large bootstrap.dat, or multiple smaller blocks/blkNNNNN.dat files.
-
Pieter Wuille authored
-