aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Move GetWarnings() into its own file.Gregory Maxwell2016-12-031-80/+0
| * Eliminate data races for strMiscWarning and fLargeWork*Found.Gregory Maxwell2016-12-031-0/+33
| * Make QT runawayException call GetWarnings instead of directly access strMiscW...Gregory Maxwell2016-12-031-0/+47
* | Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-2/+2
|/
* Merge #9230: Fix some benign races in timestamp loggingWladimir J. van der Laan2016-12-011-2/+2
|\
| * Make fStartedNewLine an std::atomic_boolMatt Corallo2016-11-271-2/+2
* | init: Get rid of fServer flagWladimir J. van der Laan2016-11-291-1/+0
|/
* Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgsJorge Timón2016-10-011-4/+5
* Merge #8656: Trivial: Do not shadow global variable fileoutWladimir J. van der Laan2016-09-211-6/+6
|\
| * Do not shadow global variablePavel Janík2016-09-021-6/+6
* | trivial: remove unnecessary variable fDaemonmruddy2016-09-041-1/+0
|/
* [util] CopyrightHolders: Check for untranslated substitutionMarcoFalke2016-07-021-5/+4
* Use std::atomic for fRequestShutdown and fReopenDebugLogPieter Wuille2016-06-011-1/+1
* Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ...Wladimir J. van der Laan2016-05-121-1/+1
|\
| * fReopenDebugLog and fRequestShutdown should be type sig_atomic_tChirag Davé2016-05-091-1/+1
* | don't run ThreadMessageHandler at lowered priorityKaz Wesley2016-05-051-13/+0
|/
* Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`.Alexander Regueiro2016-04-131-3/+1
* Move GetTempPath() to testutil.Mustafa2016-03-111-22/+0
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-6/+8
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| * [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-2/+2
| * Constrain constant values to a single location in codeLuke Dashjr2015-11-281-3/+6
| * util: Don't set strMiscWarning on every exceptionWladimir J. van der Laan2015-11-271-1/+0
* | When/if the copyright line does not mention Bitcoin Core developers, add a se...Luke Dashjr2016-02-031-5/+9
* | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr2016-01-191-1/+1
* | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-221-0/+7
|/
* Add option for microsecond precision in debug.logSuhas Daftuar2015-10-261-3/+8
* Changed logging to make -logtimestamps to work also for -printtoconsoleArne Brutschy2015-09-301-3/+4
* Move windows socket init to utility functionWladimir J. van der Laan2015-09-031-0/+12
* Fix argument parsing oddity with -noXWladimir J. van der Laan2015-07-271-28/+19
* Merge pull request #6287Wladimir J. van der Laan2015-07-231-1/+1
|\
| * locking: fix a few small issues uncovered by -Wthread-safetyCory Fields2015-06-161-1/+1
* | Merge pull request #6149Wladimir J. van der Laan2015-07-221-26/+77
|\ \
| * | Buffer log messages and explicitly open logsAdam Weiss2015-07-061-26/+77
* | | openssl: avoid config file load/raceCory Fields2015-07-141-0/+8
|/ /
* / Use real number of cores for default -par, ignore virtual coresWladimir J. van der Laan2015-07-011-0/+10
|/
* use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* Make command line option to show all debugging consistent with similar optionslpescher2015-05-191-0/+1
* fix header include groupsPhilip Kaufmann2015-05-141-5/+5
* [squashme] simplify SetupEnvironment() (by dexX7)Jonas Schnelli2015-05-101-5/+5
* don't imbue boost::filesystem::path with locale "C" on windowsJonas Schnelli2015-05-011-0/+2
* Merge pull request #6022Wladimir J. van der Laan2015-04-301-0/+1
|\
| * Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-0/+1
* | DragonFlyBSD thread renaming.sinetek2015-04-291-2/+2
* | FreeBSD, OpenBSD thread renaming.sinetek2015-04-211-4/+6
|/
* Initialization: set fallback locale as environment variabledexX72015-03-271-3/+4
* Initialization: set Boost path locale in main threaddexX72015-03-111-9/+9
* Help messages correctly formatted (79 chars)Luca Venturini2015-03-101-0/+15
* Merge #5366: No longer check osx compatibility in RenameThreadWladimir J. van der Laan2015-02-181-6/+1
|\
| * No longer check osx compatibility in RenameThreadMichael Ford2014-11-251-6/+1