263 Commits (38ed190eefccf8865d984e08f4dfe4063ed8a55b)

Author SHA1 Message Date
Suhas Daftuar 7bbc7c314f Add option for microsecond precision in debug.log 9 years ago
Arne Brutschy 58981d4f7d Changed logging to make -logtimestamps to work also for -printtoconsole 9 years ago
Wladimir J. van der Laan 26c9b83677 Move windows socket init to utility function 9 years ago
Wladimir J. van der Laan c38c49d0b7 Fix argument parsing oddity with -noX 9 years ago
Cory Fields d4b1d5a8ba openssl: avoid config file load/race 9 years ago
Adam Weiss 27d7605804 Buffer log messages and explicitly open logs 9 years ago
Wladimir J. van der Laan 47162673c7 Use real number of cores for default -par, ignore virtual cores 9 years ago
Cory Fields 2b890dd424 locking: fix a few small issues uncovered by -Wthread-safety 9 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 9 years ago
lpescher cb87386241 Make command line option to show all debugging consistent with similar options 9 years ago
Philip Kaufmann 5207f33f45 fix header include groups 9 years ago
Jonas Schnelli 3da7849007 [squashme] simplify SetupEnvironment() (by dexX7) 9 years ago
Jonas Schnelli b3ffcdf916 don't imbue boost::filesystem::path with locale "C" on windows 9 years ago
sinetek 7f386d2ff2 DragonFlyBSD thread renaming. 9 years ago
sinetek cd558b421c FreeBSD, OpenBSD thread renaming. 9 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 9 years ago
dexX7 ba0fa0d9bc
Initialization: set fallback locale as environment variable 9 years ago
dexX7 317e66c741
Initialization: set Boost path locale in main thread 9 years ago
Luca Venturini 1fdb9fa3f9 Help messages correctly formatted (79 chars) 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Michael Ford 850c570d68 No longer check osx compatibility in RenameThread 10 years ago
Michael Ford c63a73d18a Update comments in util to be doxygen compatible 10 years ago
21E14 a2cfae8e18 util.cpp comment correction 10 years ago
jtimon ebdb9ff639 SQUASHME: fix "Reserve only one network specific cached path per session" 10 years ago
ENikS 1e73504865
Fixing C4146 warning 10 years ago
jtimon f297479a19 Reserve only one network specific cached path per session 10 years ago
Wladimir J. van der Laan d6712db354
Also create pid file in non-daemon mode 10 years ago
Adam Weiss e982b574a5 Use explicit fflush() instead of setvbuf() 10 years ago
ENikS 8d657a6517 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/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 610a8c0759 Move SetThreadPriority implementation to util.cpp instead of the header 10 years ago
Wladimir J. van der Laan 4c61ba40b9 build: check for sys/prctl.h in the proper way 10 years ago
Wladimir J. van der Laan 76c49c4138
Fix thread name setting 10 years ago
Wladimir J. van der Laan 96ff9d6403 Can't log to debug log before chain params initialized 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
Wladimir J. van der Laan 73ac7abd08 Move ui_interface to bitcoin_server.a 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 8ae973c00c Allocate more space if necessary in RandSeedAddPerfMon 10 years ago
Philip Kaufmann cf04d83624 add OpenSSL RAND_cleanup() on OpenSSL shutdown 10 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
Wladimir J. van der Laan be873f6454
Issue warning if collecting RandSeed data failed 10 years ago
daniel fcb0a1bb9c change "char pch[200000]" to "new char[200000]" 10 years ago
Wladimir J. van der Laan 97789d374c util: Add function FormatParagraph to format paragraph to fixed-width 10 years ago
Philip Kaufmann ac14bcc1f1 small formatting, indentation and comment fixes 10 years ago