aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Add bilingual message typeHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-07-08Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke
2019-07-05[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost
2019-07-05Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan
2019-07-01Merge #16257: [wallet] abort when attempting to fund a transaction above -max...Wladimir J. van der Laan
2019-06-28[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-06-27util: No translation of `Bitcoin Core` in the copyrightMarcoFalke
2019-06-27util: Explain why the path is cachedMarcoFalke
2019-06-13scripted-diff: Replace fprintf with tfm::formatMarcoFalke
2019-06-06[build]: check std::system for -[alert|block|wallet]notifySjors Provoost
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-23util: Add type safe GetTimeMarcoFalke
2019-05-07Fix portability issue with pthreadsgrim-trigger
2019-05-02Merge #15650: Handle the result of posix_fallocate system callMarcoFalke
2019-04-29threads: introduce util/threadnames, refactor thread namingJames O'Beirne
2019-04-09[build] Add several util unitsJohn Newbery
2019-03-23Handle the result of posix_fallocate system callLuca Venturini
2019-03-10dead code: Remove dead option in HexStr conversionLenny Maiorani
2019-03-02Merge #15118: Refactor block file logicWladimir J. van der Laan
2019-03-02Merge #15335: Fix lack of warning of unrecognized section namesMarcoFalke
2019-02-22Style cleanup.Jim Posen
2019-02-22util: Move CheckDiskSpace to util.Jim Posen
2019-02-21Merge #15278: Improve PID file error handlingWladimir J. van der Laan
2019-02-19Fix lack of warning of unrecognized section namesAkio Nakamura
2019-02-15Merge #15391: Add compile time verification of assumptions we're currently ma...Wladimir J. van der Laan
2019-02-14Move all PID file stuff to init.cppHennadii Stepanov
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-14Add compile time verification of assumptions we're currently making implicitl...practicalswift
2019-02-14Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider
2019-02-12Merge #15358: util: Add SetupHelpOptions()Wladimir J. van der Laan
2019-02-11Add pf_invalid arg to std::string DecodeBase{32,64}Glenn Willen
2019-02-06Change in transaction pull scheduling to prevent InvBlock-related attacksGleb Naumenko
2019-02-06util: Add SetupHelpOptions()MarcoFalke
2019-02-06Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::CloseMeshCollider
2019-02-04wallet: Close wallet env lock fileJoão Barbosa
2019-02-02Make PID file creating errors fatalHennadii Stepanov
2019-01-23windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Chun Kuan Lee
2019-01-21Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan
2019-01-16Integrate util/system's CInit into RNGStatePieter Wuille
2019-01-16Merge #14839: [rebase] threads: fix unitialized members in sched_paramWladimir J. van der Laan
2019-01-16Merge #14409: utils and libraries: Make 'blocksdir' always net specificWladimir J. van der Laan
2019-01-10util: Make ToLower and ToUpper take a charWladimir J. van der Laan
2019-01-10util: remove unused [U](BEGIN|END) macrosWladimir J. van der Laan
2019-01-09Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...Wladimir J. van der Laan
2019-01-09Error if rpcpassword contains hash in conf sectionsMeshCollider
2018-12-09threads: fix unitialized members in sched_paramCory Fields
2018-11-22Merge #14771: test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke
2018-11-20test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke