Age | Commit message (Expand) | Author |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-08-05 | Make adjusted time type safe | MacroFake |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-06-10 | Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions | MacroFake |
2022-05-25 | logging: Unconditionally log levels >= WARN | laanwj |
2022-05-21 | scripted-diff: Convert global Mutexes to GlobalMutexes | Anthony Towns |
2022-03-02 | timedata: rename variables to match the coding style | Vasil Dimov |
2022-03-02 | timedata: make it possible to reset the state | Vasil Dimov |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-09-27 | scripted-diff: Rename overloaded int GetArg to GetIntArg | Russell Yanofsky |
2021-09-22 | log: call LogPrint only once with time data samples | Martin Zumsande |
2020-10-12 | Avoid the use of abs64 in timedata | Pieter Wuille |
2020-06-27 | scripted-diff: Move ui_interface to the node lib | MarcoFalke |
2020-06-10 | Make SetMiscWarning() accept bilingual_str argument | Hennadii Stepanov |
2020-06-07 | refactor: Fix formatting of timedata.cpp | Hennadii Stepanov |
2020-06-06 | refactor: Replace RecursiveMutex with Mutex in timedata.cpp | Hennadii Stepanov |
2020-05-05 | Make ThreadSafe{MessageBox|Question} bilingual | Hennadii Stepanov |
2020-01-15 | scripted-diff: Bump copyright of files changed in 2020 | MarcoFalke |
2020-01-15 | scripted-diff: Replace CCriticalSection with RecursiveMutex | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-07-24 | scripted-diff: Make translation bilingual | Hennadii Stepanov |
2019-07-24 | Refactor out translation.h | Hennadii Stepanov |
2019-06-26 | scripted-diff: Avoid passing PACKAGE_NAME for translation | MarcoFalke |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-08-27 | Make objects in range declarations immutable by default. Avoid unnecessary co... | practicalswift |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-14 | Merge #13116: Add Clang thread safety annotations for variables guarded by cs... | MarcoFalke |
2018-05-02 | Add missing newlines to LogPrint debug logging | Wladimir J. van der Laan |
2018-04-29 | Add Clang thread safety annotations for variables guarded by cs_nTimeOffset | practicalswift |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-06-22 | scripted-diff: Remove #include <boost/foreach.hpp> | Jorge Timón |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-01-27 | Refactor: Remove using namespace <xxx> from src/*.cpp. | Karl-Johan Alm |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-03 | Move GetWarnings() into its own file. | Gregory Maxwell |
2016-12-03 | Eliminate data races for strMiscWarning and fLargeWork*Found. | Gregory Maxwell |
2016-07-31 | net: narrow include scope after moving to netaddress | Cory Fields |
2016-03-29 | P2P: add maxtimeadjustment command line option | mruddy |
2016-02-03 | Merge branch 'master' into single_prodname | Luke Dashjr |
2015-12-14 | Unify package name to as few places as possible without major changes | Luke Dashjr |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-11-22 | Move time data log print to 'net' category to reduce log noise | tulip |
2015-09-27 | timedata: Prevent warning overkill | Wladimir J. van der Laan |
2015-08-11 | Do not store more than 200 timedata samples. | Pavel Janík |
2015-01-02 | Merge pull request #5476 | Wladimir J. van der Laan |