62 Commits (bebe3697fdad4b1649162a69fd344d3510e18af8)

Author SHA1 Message Date
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
Matt Corallo 2b5f085ad1 Fix non-const mapMultiArgs[] access after init. 8 years ago
MarcoFalke fa8278e845 test: Fix test_random includes 8 years ago
Wladimir J. van der Laan 5eaaa83ac1 Kill insecure_random and associated global state 8 years ago
MarcoFalke fa1cf9e7b8 [test] Remove unused code 8 years ago
Wladimir J. van der Laan e012f3cea0 util: Add ParseUInt32 and ParseUInt64 9 years ago
MarcoFalke fa3a81af18 [tests] Extend util_ParseMoney test case 9 years ago
Wladimir J. van der Laan f31b6b8995 test: test leading space for ParseHex 9 years ago
Luke Dashjr cc2095ecae Rewrite FormatParagraph to handle newlines within input strings correctly 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
MarcoFalke 43edd515e5 SanitizeString: Allow hypen char 9 years ago
MarcoFalke 1c1b1b315f [uacomment] Sanitize per BIP-0014 9 years ago
Wladimir J. van der Laan 9cc91523db rpc: Accept scientific notation for monetary amounts in JSON 10 years ago
Jonas Schnelli c946ebed5e fix util_tests.cpp clang warnings 10 years ago
Wladimir J. van der Laan a04bdefbeb Get rid of fPlus argument to FormatMoney 10 years ago
Wladimir J. van der Laan 7e98a3c642 util: Add ParseInt64 and ParseDouble functions 10 years ago
Wladimir J. van der Laan 92fd887fd4 tests: add a BasicTestingSetup and apply to all tests 10 years ago
Cory Fields 7f991e364e c++11: These look like user-defined literals. 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Pavel Janík a26bf478ea Add a new test for FormatParagraph (string longer than the default width). 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
Cory Fields 5f4bcf6b14 boost: drop boost dependency in version.cpp. 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan d1e26d4e71 Move CMedianFilter to timedata.cpp 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 11 years ago
Wladimir J. van der Laan 97789d374c util: Add function FormatParagraph to format paragraph to fixed-width 11 years ago
Wladimir J. van der Laan 3e8ac6af9a
Replace non-threadsafe gmtime and setlocale 11 years ago
Wladimir J. van der Laan fdbd7075ca Remove unused function WildcardMatch 11 years ago
Wladimir J. van der Laan 0d4ea1cf8a util: add parseint32 function with strict error reporting 11 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 11 years ago
Wladimir J. van der Laan 3fc6846181 Add licenses for tests and test data 11 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 11 years ago
Wladimir J. van der Laan eaafa23cbd Add test for GetTime() 11 years ago
Wladimir J. van der Laan c82788efff tests: add testcases for strprintf 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Gavin Andresen 42656ea2e5 Make RPC password resistant to timing attacks 11 years ago
Gregory Maxwell e5c4dfdfc0 Make the rand tests determinstic. (fixes #2714) 12 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 12 years ago
Gavin Andresen b8e1dc2e53 Remove flaky util thread unit tests 12 years ago
Gavin Andresen 72f14d26ec LoopForever and ThreadTrace helpers 12 years ago
Gregory Maxwell 907a2aa4c7 Internal RNG for approximateBestSubset to prevent degenerate behavior. 12 years ago
Jeff Garzik ea9788517b test/util_tests.cpp: one more DateTimeStrFormat 'T' removal 12 years ago
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