209 Commits (f914f1a746d7f91951c1da262a4a749dd3ebfa71)

Author SHA1 Message Date
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Pieter Wuille ecae2acb06 Squashed 'src/secp256k1/' changes from b0210a9..bccaf86 10 years ago
Pieter Wuille 87bddb7a3a Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 10 years ago
Pieter Wuille d48555b36a Squashed 'src/secp256k1/' content from commit ad2028f 10 years ago
Michael Ford c63a73d18a Update comments in util to be doxygen compatible 10 years ago
Philip Kaufmann e2efdf3937 amount.h: update license, add header end comment + rem from util.h 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Wladimir J. van der Laan d6712db354
Also create pid file in non-daemon mode 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan f841aa2892 Move `COIN` and `CENT` to core.h 10 years ago
Wladimir J. van der Laan 6e5fd003e0 Move `*Version()` functions to version.h/cpp 10 years ago
Wladimir J. van der Laan b4aa769bcb Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h 10 years ago
Wladimir J. van der Laan 610a8c0759 Move SetThreadPriority implementation to util.cpp instead of the header 10 years ago
Wladimir J. van der Laan f780e65ac6 Remove unused function `ByteReverse` from util.h 10 years ago
Wladimir J. van der Laan 121d6ad9db Remove unused `alignup` function from util.h 10 years ago
Wladimir J. van der Laan d1e26d4e71 Move CMedianFilter to timedata.cpp 10 years ago
Wladimir J. van der Laan 9b6d4c5cdc Move strprintf define to tinyformat.h 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
Philip Kaufmann 001a53d742 add GetRandBytes() as wrapper for RAND_bytes() 10 years ago
R E Broadley 2e36866fec Show nodeid instead of addresses (for anonymity) unless otherwise requested. 10 years ago
Pieter Wuille de79aaa7a9 Move non-trivial uint256.h methods to uint256.cpp 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 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 6dd5edb7de
Remove unused Print/PrintHex functions 10 years ago
Philip Kaufmann 53a088154c rename fNoListen to fListen and move to net 10 years ago
Wladimir J. van der Laan 3e8ac6af9a
Replace non-threadsafe gmtime and setlocale 10 years ago
Kamil Domanski 595f691d0a remove LogException( ) which is never used 10 years ago
Stuart Cardall 5248ff4099 SetupEnvironment() - clean commit 10 years ago
Kamil Domanski be54b87f22 remove ParseString(...) which is never used 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
Brandon Dahler 2b7709dc84
Wrap create_directory calls in try...catch blocks. 10 years ago
Philip Kaufmann a486abd419 replace custom GetFilesize() with boost::filesystem::file_size() 11 years ago
Wladimir J. van der Laan 44235713ed Replace PrintException with PrintExceptionContinue + throw 10 years ago
Wladimir J. van der Laan 2f5da74362 Remove definition of PRI?64 in util.h 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 d5f1e727a8 Don't use PRIx64 formatting derives from inttypes.h 10 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Wladimir J. van der Laan 2383e4883d
Re-add newline to error() messages 11 years ago
Wladimir J. van der Laan b77dfdc9e3 Typesafe strprintf/error/LogPrint functions 11 years ago
Wladimir J. van der Laan 8b9adca446 Allow `-noserver` with bitcoind 11 years ago
Wladimir J. van der Laan 9e9056cd1a Remove -logtodebugger 11 years ago
Wladimir J. van der Laan d6f690f7da Use C99 printf statements in mingw 11 years ago
Philip Kaufmann cd696e64df misc small changes to polish after include cleanup 11 years ago
Gavin Andresen 17faf56262 Refactor: pull alert string sanitization into util 11 years ago