index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
util_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+3
*
Move CMedianFilter to timedata.cpp
Wladimir J. van der Laan
2014-08-26
1
-25
/
+0
*
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-09
1
-0
/
+1
*
util: Add function FormatParagraph to format paragraph to fixed-width
Wladimir J. van der Laan
2014-06-11
1
-0
/
+11
*
Replace non-threadsafe gmtime and setlocale
Wladimir J. van der Laan
2014-05-23
1
-3
/
+1
*
Merge pull request #4138
Wladimir J. van der Laan
2014-05-12
1
-6
/
+6
|
\
|
*
Remove dummy PRIszX macros for formatting
Wladimir J. van der Laan
2014-05-06
1
-6
/
+6
*
|
Remove unused function WildcardMatch
Wladimir J. van der Laan
2014-05-09
1
-11
/
+0
*
|
util: add parseint32 function with strict error reporting
Wladimir J. van der Laan
2014-05-09
1
-0
/
+22
|
/
*
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-0
/
+4
*
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-24
1
-3
/
+3
*
Add test for GetTime()
Wladimir J. van der Laan
2014-01-09
1
-0
/
+8
*
tests: add testcases for strprintf
Wladimir J. van der Laan
2013-11-13
1
-0
/
+27
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-6
/
+7
*
Make RPC password resistant to timing attacks
Gavin Andresen
2013-08-08
1
-0
/
+11
*
Make the rand tests determinstic. (fixes #2714)
Gregory Maxwell
2013-07-07
1
-33
/
+1
*
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
1
-12
/
+12
*
Remove flaky util thread unit tests
Gavin Andresen
2013-05-03
1
-58
/
+0
*
LoopForever and ThreadTrace helpers
Gavin Andresen
2013-04-03
1
-0
/
+58
*
Internal RNG for approximateBestSubset to prevent degenerate behavior.
Gregory Maxwell
2013-02-18
1
-0
/
+62
*
test/util_tests.cpp: one more DateTimeStrFormat 'T' removal
Jeff Garzik
2013-01-01
1
-4
/
+4
*
Change timestamps to use ISO8601 formatting
Richard Schwab
2012-12-12
1
-4
/
+4
*
Remove useless non-cross-platform tests.
Matt Corallo
2012-08-17
1
-0
/
+2
*
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
1
-1
/
+1
*
Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function
Wladimir J. van der Laan
2012-04-21
1
-0
/
+11
*
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-3
/
+4
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-0
/
+15
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-3
/
+1
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-1
/
+3
*
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-12-19
1
-1
/
+3
*
Added simple critical section test cases.
Clark Gaebel
2011-11-02
1
-0
/
+19
*
Declare integer constant LL
Gavin Andresen
2011-10-03
1
-1
/
+1
*
remove possibility of 63 bit overflow in ParseMoney
Wladimir J. van der Laan
2011-10-01
1
-7
/
+185
*
use median filter for peer-reported reported number of blocks
Wladimir J. van der Laan
2011-09-28
1
-0
/
+36