Richard Schwab
|
303b0009dc
|
Change timestamps to use ISO8601 formatting
|
12 years ago |
Matt Corallo
|
8555a3e3cc
|
Remove useless non-cross-platform tests.
|
12 years ago |
Philip Kaufmann
|
ff0ee876bb
|
change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string
|
13 years ago |
Wladimir J. van der Laan
|
88dc2d6c6a
|
Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function
|
13 years ago |
Pieter Wuille
|
f8dcd5ca6f
|
Use scoped locks instead of CRITICAL_BLOCK
|
13 years ago |
Gavin Andresen
|
922e8e2929
|
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
|
13 years ago |
Wladimir J. van der Laan
|
bde280b9a4
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
This reverts commit 21d9f36781 .
|
13 years ago |
Luke Dashjr
|
21d9f36781
|
Use standard C99 (and Qt) types for 64-bit integers
|
13 years ago |
Gavin Andresen
|
1466b8b78a
|
Rework unit tests so test_bitcoin.cpp does not #include them all
|
13 years ago |
Clark Gaebel
|
f873b84d6e
|
Added simple critical section test cases.
|
13 years ago |
Gavin Andresen
|
3504801778
|
Declare integer constant LL
|
13 years ago |
Wladimir J. van der Laan
|
2f7f2a5fca
|
remove possibility of 63 bit overflow in ParseMoney
- also, add unit tests for various functions in util.cpp/util.h
|
13 years ago |
Wladimir J. van der Laan
|
a8b95ce6ed
|
use median filter for peer-reported reported number of blocks
- fixes problem that one misconfigured or malicious node can mess up progress bar
- implementation in src/util.h
- testcase in src/test/util_tests.cpp
|
13 years ago |