278 Commits (b394a96396ce166bf2b519190fdc2a124f57eb5e)

Author SHA1 Message Date
MarcoFalke a9874310c0 [util] CopyrightHolders: Check for untranslated substitution 8 years ago
Pieter Wuille a886dbf8e7 Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
Chirag Davé 326231611b fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 9 years ago
Kaz Wesley e53e7c5473 don't run ThreadMessageHandler at lowered priority 9 years ago
Alexander Regueiro 41dbc4849e Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`. 9 years ago
Mustafa 2fdaa25529 Move GetTempPath() to testutil. 9 years ago
Luke Dashjr 027fdb83b4 When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen 9 years ago
Luke Dashjr 3cae14056a Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere 9 years ago
Luke Dashjr 917b1d03cf Set copyright holders displayed in notices separately from the package name 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Wladimir J. van der Laan 9b63758974 util: Don't set strMiscWarning on every exception 9 years ago
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 10 years ago
Jonas Schnelli 3da7849007 [squashme] simplify SetupEnvironment() (by dexX7) 10 years ago
Jonas Schnelli b3ffcdf916 don't imbue boost::filesystem::path with locale "C" on windows 10 years ago
sinetek 7f386d2ff2 DragonFlyBSD thread renaming. 10 years ago
sinetek cd558b421c FreeBSD, OpenBSD thread renaming. 10 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 10 years ago
dexX7 ba0fa0d9bc
Initialization: set fallback locale as environment variable 10 years ago
dexX7 317e66c741
Initialization: set Boost path locale in main thread 10 years ago
Luca Venturini 1fdb9fa3f9 Help messages correctly formatted (79 chars) 10 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