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
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-3
/
+1
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-3
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
1
-0
/
+2
*
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
1
-2
/
+2
*
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-12-23
1
-1
/
+1
*
test: Fix test_random includes
MarcoFalke
2016-11-07
1
-1
/
+1
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+1
*
[test] Remove unused code
MarcoFalke
2016-08-24
1
-7
/
+2
*
util: Add ParseUInt32 and ParseUInt64
Wladimir J. van der Laan
2016-06-08
1
-0
/
+63
*
[tests] Extend util_ParseMoney test case
MarcoFalke
2016-03-14
1
-0
/
+5
*
test: test leading space for ParseHex
Wladimir J. van der Laan
2016-02-15
1
-0
/
+4
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Rewrite FormatParagraph to handle newlines within input strings correctly
Luke Dashjr
2016-02-03
1
-3
/
+18
|
/
*
SanitizeString: Allow hypen char
MarcoFalke
2015-09-23
1
-2
/
+2
*
[uacomment] Sanitize per BIP-0014
MarcoFalke
2015-09-16
1
-2
/
+2
*
rpc: Accept scientific notation for monetary amounts in JSON
Wladimir J. van der Laan
2015-07-10
1
-0
/
+66
*
Merge pull request #6239
Wladimir J. van der Laan
2015-06-09
1
-23
/
+21
|
\
|
*
Get rid of fPlus argument to FormatMoney
Wladimir J. van der Laan
2015-06-06
1
-23
/
+21
*
|
fix util_tests.cpp clang warnings
Jonas Schnelli
2015-06-06
1
-2
/
+2
|
/
*
util: Add ParseInt64 and ParseDouble functions
Wladimir J. van der Laan
2015-06-04
1
-0
/
+65
*
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+2
*
c++11: These look like user-defined literals.
Cory Fields
2015-02-03
1
-9
/
+9
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Add a new test for FormatParagraph (string longer than the default width).
Pavel JanÃk
2014-12-06
1
-0
/
+1
*
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
*
Separate protocol versioning from clientversion
Cory Fields
2014-10-29
1
-1
/
+1
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+1
*
boost: drop boost dependency in version.cpp.
Cory Fields
2014-10-15
1
-0
/
+12
*
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-1
/
+1
*
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
[next]