52 Commits (be16f80abc74b707dbb25ad6094f96c762379a14)

Author SHA1 Message Date
Duke Leto be16f80abc Hush Full Node is now GPLv3 4 years ago
Duke Leto a7f88a87aa Update copyright URL to be https 4 years ago
ca333 492d6703ed sync jl777:FSM 6 years ago
MarcoFalke 57be66d30e
[test] Remove unused code 8 years ago
MarcoFalke 3c1db17064
[uacomment] Sanitize per BIP-0014 9 years ago
Wladimir J. van der Laan fed500e2dd
rpc: Accept scientific notation for monetary amounts in JSON 9 years ago
Wladimir J. van der Laan a5beb3a51b
Get rid of fPlus argument to FormatMoney 9 years ago
Jonas Schnelli b60e9f230f
fix util_tests.cpp clang warnings 9 years ago
Wladimir J. van der Laan 5960d70002
util: Add ParseInt64 and ParseDouble functions 9 years ago
Daira Hopwood 0fafbd5d0a Repair FormatSubVersion tests. refs #1138 8 years ago
Wladimir J. van der Laan 92fd887fd4 tests: add a BasicTestingSetup and apply to all tests 9 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 10 years ago
Wladimir J. van der Laan 97789d374c util: Add function FormatParagraph to format paragraph to fixed-width 10 years ago
Wladimir J. van der Laan 3e8ac6af9a
Replace non-threadsafe gmtime and setlocale 10 years ago
Wladimir J. van der Laan fdbd7075ca Remove unused function WildcardMatch 10 years ago
Wladimir J. van der Laan 0d4ea1cf8a util: add parseint32 function with strict error reporting 10 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 10 years ago
Wladimir J. van der Laan 3fc6846181 Add licenses for tests and test data 10 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 10 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) 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Gavin Andresen b8e1dc2e53 Remove flaky util thread unit tests 11 years ago
Gavin Andresen 72f14d26ec LoopForever and ThreadTrace helpers 11 years ago
Gregory Maxwell 907a2aa4c7 Internal RNG for approximateBestSubset to prevent degenerate behavior. 11 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 12 years ago
Wladimir J. van der Laan 88dc2d6c6a Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function 12 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 12 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" 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